Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.11] Performance Improvement for Datetime formats to 2.11 #10453

Race condition fix for datetime optimization (#10385)

fbddd58
Select commit
Loading
Failed to load commit list.
Closed

[Backport 2.11] Performance Improvement for Datetime formats to 2.11 #10453

Race condition fix for datetime optimization (#10385)
fbddd58
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch succeeded Oct 6, 2023 in 1s

79.64% of diff hit (target 70.86%)

View this Pull Request on Codecov

79.64% of diff hit (target 70.86%)

Annotations

Check warning on line 130 in server/src/main/java/org/opensearch/common/joda/JodaDateFormatter.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/joda/JodaDateFormatter.java#L130

Added line #L130 was not covered by tests

Check warning on line 175 in server/src/main/java/org/opensearch/common/time/DateFormatter.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/time/DateFormatter.java#L174-L175

Added lines #L174 - L175 were not covered by tests

Check warning on line 190 in server/src/main/java/org/opensearch/common/time/DateFormatter.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/time/DateFormatter.java#L190

Added line #L190 was not covered by tests

Check warning on line 94 in server/src/main/java/org/opensearch/common/util/FeatureFlags.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/util/FeatureFlags.java#L94

Added line #L94 was not covered by tests

Check warning on line 109 in server/src/main/java/org/opensearch/index/mapper/DateFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/DateFieldMapper.java#L109

Added line #L109 was not covered by tests

Check warning on line 506 in server/src/main/java/org/opensearch/index/store/RemoteSegmentStoreDirectory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/RemoteSegmentStoreDirectory.java#L505-L506

Added lines #L505 - L506 were not covered by tests

Check warning on line 519 in server/src/main/java/org/opensearch/index/store/RemoteSegmentStoreDirectory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/RemoteSegmentStoreDirectory.java#L517-L519

Added lines #L517 - L519 were not covered by tests

Check warning on line 292 in server/src/main/java/org/opensearch/search/DocValueFormat.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/DocValueFormat.java#L292

Added line #L292 was not covered by tests