-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Add min/max range of the event.ingested field to cluster state for searchable snapshots #106252
Add min/max range of the event.ingested field to cluster state for searchable snapshots #106252
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f4b397c - Browse repository at this point
Copy the full SHA f4b397cView commit details -
Added DateFieldRange to CoordinatorRewriteContext and field names to …
…each method on that class
Configuration menu - View commit details
-
Copy full SHA for a2d8fb8 - Browse repository at this point
Copy the full SHA a2d8fb8View commit details -
Changed mappingSupplier in CoordinatorRewriteContextProvider to take …
…Map<String, DateFieldMapper.DateFieldType>>
Configuration menu - View commit details
-
Copy full SHA for 0f424ba - Browse repository at this point
Copy the full SHA 0f424baView commit details -
ShardStateAction now supports eventIngestedRange (no new tests however)
ShardStateAction.execute updates eventIngestedRange and StartedShardEntry now has ShardLongFieldRange eventIngestedRange but it is not yet populated (set to UNKNOWN) - addressed in next commit
Configuration menu - View commit details
-
Copy full SHA for f5f6365 - Browse repository at this point
Copy the full SHA f5f6365View commit details -
Added eventIngestedRange to ShardStateAction constructor and all knoc…
…k-on changes related. No testing against eventIngestedRange yet. Also see now that I need to add eventIngested support to RecoveryListener.onRecoveryDone intf
Configuration menu - View commit details
-
Copy full SHA for 1b238cc - Browse repository at this point
Copy the full SHA 1b238ccView commit details -
Added eventIngestedMillisFieldRange to onRecoveryDone
Next need to implement getEventIngestedRange on concrete impls of IndicesClusterStateService.Shard interface
Configuration menu - View commit details
-
Copy full SHA for 5f5cfee - Browse repository at this point
Copy the full SHA 5f5cfeeView commit details -
Implement getEventIngestedRange on concrete impls of IndicesClusterSt…
…ateService.Shard interface
Configuration menu - View commit details
-
Copy full SHA for 7aa4b20 - Browse repository at this point
Copy the full SHA 7aa4b20View commit details
Commits on Mar 19, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 72eda9e - Browse repository at this point
Copy the full SHA 72eda9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9cae37 - Browse repository at this point
Copy the full SHA c9cae37View commit details
Commits on Mar 25, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 156f8b2 - Browse repository at this point
Copy the full SHA 156f8b2View commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 126eb4d - Browse repository at this point
Copy the full SHA 126eb4dView commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for d236bc6 - Browse repository at this point
Copy the full SHA d236bc6View commit details
Commits on Apr 11, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for db29f51 - Browse repository at this point
Copy the full SHA db29f51View commit details
Commits on Apr 15, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for a298958 - Browse repository at this point
Copy the full SHA a298958View commit details -
Added missing this.eventIngestedRange = indexMetadata.eventIngestedRa…
…nge; to IndexMetadata.Builder Removed null checks in IndexMetadata Added eventIngestedRangeInfo to AbstractBuilderTestCase
Configuration menu - View commit details
-
Copy full SHA for bd72a91 - Browse repository at this point
Copy the full SHA bd72a91View commit details -
Fixed logic error in SearchableSnapshotsCanMatchOnCoordinatorIntegTests
Added reading/writing of event.ingested in serialization code of static IndexMetadata.readFrom method and writeTo method
Configuration menu - View commit details
-
Copy full SHA for 5f2b747 - Browse repository at this point
Copy the full SHA 5f2b747View commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 3f01e60 - Browse repository at this point
Copy the full SHA 3f01e60View commit details
Commits on Apr 16, 2024
-
Changed from hardcoded "event.ingested" to IndexMetadata.EVENT_INGEST…
…ED_FIELD_NAME Updated javadoc in CoordinatorRewriteContext
Configuration menu - View commit details
-
Copy full SHA for 932c4e9 - Browse repository at this point
Copy the full SHA 932c4e9View commit details -
Updated javadoc. Improved SearchableSnapshotsCanMatchOnCoordinatorInt…
…egTests. One test seed that consistently fails with this code: ./gradlew -p x-pack/plugin/frozen-indices internalClusterTest --tests "org.elasticsearch.index.engine.frozen.FrozenIndexIT.testTimestampFieldTypeExposedByAllIndicesServices" -Dtests.seed=93869665C2B3B240
Configuration menu - View commit details
-
Copy full SHA for 99969dd - Browse repository at this point
Copy the full SHA 99969ddView commit details
Commits on Apr 17, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 3121bbb - Browse repository at this point
Copy the full SHA 3121bbbView commit details -
Changes to ShardStateAction, based on PR feedback.
ShardStartedClusterStateTaskExecutor.execute now checks min transport version against TransportVersions.EVENT_INGESTED_RANGE_IN_CLUSTER_STATE before assigning a value to the event.ingested range. If min version is not met, then event.ingested range is set to UNKNOWN.
Configuration menu - View commit details
-
Copy full SHA for 6750f11 - Browse repository at this point
Copy the full SHA 6750f11View commit details -
event.ingested added to from/toXContent of IndexMetadata
Unfortunately this now causes tests that were passing to fail. Proper solution for this not yet known.
Configuration menu - View commit details
-
Copy full SHA for 5c178e6 - Browse repository at this point
Copy the full SHA 5c178e6View commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ed1913 - Browse repository at this point
Copy the full SHA 3ed1913View commit details
Commits on Apr 22, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for e987c60 - Browse repository at this point
Copy the full SHA e987c60View commit details -
Hardcoded index=true in SearchableSnapshotsIntegTests to get help deb…
…ugging why the test fails
Configuration menu - View commit details
-
Copy full SHA for d259e7d - Browse repository at this point
Copy the full SHA d259e7dView commit details
Commits on Apr 23, 2024
-
Fixed minor assert bug in ShardStateAction around event.ingested. Upd…
…ated javadocs in ShardStateAction
Configuration menu - View commit details
-
Copy full SHA for 4dbb5cf - Browse repository at this point
Copy the full SHA 4dbb5cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08155b8 - Browse repository at this point
Copy the full SHA 08155b8View commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for d4d62a7 - Browse repository at this point
Copy the full SHA d4d62a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 238987d - Browse repository at this point
Copy the full SHA 238987dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4438c18 - Browse repository at this point
Copy the full SHA 4438c18View commit details
Commits on Apr 24, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 227989f - Browse repository at this point
Copy the full SHA 227989fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 974e452 - Browse repository at this point
Copy the full SHA 974e452View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dfe9e7 - Browse repository at this point
Copy the full SHA 1dfe9e7View commit details
Commits on Apr 25, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 9bcd395 - Browse repository at this point
Copy the full SHA 9bcd395View commit details -
Fixed failing FrozenIndexIT test by adding event.ingested handling to…
… MetadataIndexStateService, which was missed in earlier passes
Configuration menu - View commit details
-
Copy full SHA for d36e212 - Browse repository at this point
Copy the full SHA d36e212View commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 2e84f81 - Browse repository at this point
Copy the full SHA 2e84f81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cd7863 - Browse repository at this point
Copy the full SHA 7cd7863View commit details -
Added event.ingested to ShardStartedClusterStateTaskExecutorTests; ge…
…neral clean up for initial review
Configuration menu - View commit details
-
Copy full SHA for ed31a88 - Browse repository at this point
Copy the full SHA ed31a88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d2c94b - Browse repository at this point
Copy the full SHA 9d2c94bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d0200a - Browse repository at this point
Copy the full SHA 0d0200aView commit details
Commits on Apr 26, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for d728a9d - Browse repository at this point
Copy the full SHA d728a9dView commit details
Commits on Apr 29, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 079900d - Browse repository at this point
Copy the full SHA 079900dView commit details
Commits on May 1, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for d7bad67 - Browse repository at this point
Copy the full SHA d7bad67View commit details
Commits on May 3, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for c83b940 - Browse repository at this point
Copy the full SHA c83b940View commit details -
Removed assert in ShardStateAction that requires event.ingested to ha…
…ve a complete timestamp range
Configuration menu - View commit details
-
Copy full SHA for f2b3631 - Browse repository at this point
Copy the full SHA f2b3631View commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 939fb0e - Browse repository at this point
Copy the full SHA 939fb0eView commit details -
Added logging around assert in ShardStateAction that causes bwc error…
…s to help debug cause of test failures
Configuration menu - View commit details
-
Copy full SHA for 9da8f8d - Browse repository at this point
Copy the full SHA 9da8f8dView commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for e7aeb7d - Browse repository at this point
Copy the full SHA e7aeb7dView commit details
Commits on May 6, 2024
-
Changed assert to include IndexLongFieldRange.UNKNOWN to see if that …
…allows bwc tests to pass
Configuration menu - View commit details
-
Copy full SHA for 5fc0867 - Browse repository at this point
Copy the full SHA 5fc0867View commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 108a903 - Browse repository at this point
Copy the full SHA 108a903View commit details -
Fixed compile error in SearchableSnapshotsCanMatchOnCoordinatorIntegT…
…ests and corrected log message in ShardStateAction for bwc testing
Configuration menu - View commit details
-
Copy full SHA for 163326a - Browse repository at this point
Copy the full SHA 163326aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dd1aa4 - Browse repository at this point
Copy the full SHA 1dd1aa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13da015 - Browse repository at this point
Copy the full SHA 13da015View commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 928a798 - Browse repository at this point
Copy the full SHA 928a798View commit details -
Additional temp logging to determine where NO_SHARDS is coming from f…
…or event.ingested in bwc tests
Configuration menu - View commit details
-
Copy full SHA for 9c9ecdf - Browse repository at this point
Copy the full SHA 9c9ecdfView commit details
Commits on May 7, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 3ac9638 - Browse repository at this point
Copy the full SHA 3ac9638View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1048a1c - Browse repository at this point
Copy the full SHA 1048a1cView commit details -
eventIngestedRange = IndexLongFieldRange.UNKNOWN is default in IndexM…
…etadata to see if that allows bwc tests to pass
Configuration menu - View commit details
-
Copy full SHA for 3bd5830 - Browse repository at this point
Copy the full SHA 3bd5830View commit details -
Setting IndexLongFieldRange.UNKNOWN in IndexMetadata readFrom and ass…
…erts for UNKNOWN in writeTo methods
Configuration menu - View commit details
-
Copy full SHA for caf9ba2 - Browse repository at this point
Copy the full SHA caf9ba2View commit details
Commits on May 8, 2024
-
Removed 'assert eventIngestedRange == IndexLongFieldRange.UNKNOWN' fr…
…om IndexMetadata to see if bwc tests pass
Configuration menu - View commit details
-
Copy full SHA for 96a464f - Browse repository at this point
Copy the full SHA 96a464fView commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 626332a - Browse repository at this point
Copy the full SHA 626332aView commit details -
Setting IndexLongFieldRange.UNKNOWN in IndexMetadata.fromXContent as …
…default; removed debugging logging
Configuration menu - View commit details
-
Copy full SHA for 701f7cf - Browse repository at this point
Copy the full SHA 701f7cfView commit details
Commits on May 9, 2024
-
Additional logging to debug failing mixed-cluster tests; Uncommented …
…assert for event.ingested==UNKNOWN
Configuration menu - View commit details
-
Copy full SHA for 0cd7a3d - Browse repository at this point
Copy the full SHA 0cd7a3dView commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for f2eee89 - Browse repository at this point
Copy the full SHA f2eee89View commit details -
Configuration menu - View commit details
-
Copy full SHA for cba746d - Browse repository at this point
Copy the full SHA cba746dView commit details -
Stable point for new test testEventIngestedRangeInSearchAgainstSearch…
…ableSnapshotShards; needs cleanup
Configuration menu - View commit details
-
Copy full SHA for a3b7518 - Browse repository at this point
Copy the full SHA a3b7518View commit details
Commits on May 10, 2024
-
Trying to set UNKNOWN for event.ingested in apply of IndexMetadataDif…
…f to see if that works for mixed-cluster tests
Configuration menu - View commit details
-
Copy full SHA for 31eab55 - Browse repository at this point
Copy the full SHA 31eab55View commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 0487748 - Browse repository at this point
Copy the full SHA 0487748View commit details -
Finalized new test in SearchableSnapshotsCanMatchOnCoordinatorIntegTe…
…sts for event.ingested; passing
Configuration menu - View commit details
-
Copy full SHA for c2755f4 - Browse repository at this point
Copy the full SHA c2755f4View commit details
Commits on May 13, 2024
-
Set eventIngestedRange=UNKNOWN in MetadataCreateIndexService if min t…
…ransport version before EVENT_INGESTED_RANGE_IN_CLUSTER_STATE Hoping this fixes the index creation test failures in mixed-cluster tests. Also added new tests for testing the new logic in CoordinatorRewriteContextProvider.getCoordinatorRewriteContext which was changed in previous commit
Configuration menu - View commit details
-
Copy full SHA for 18da177 - Browse repository at this point
Copy the full SHA 18da177View commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 43d0a9d - Browse repository at this point
Copy the full SHA 43d0a9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5b5cf8 - Browse repository at this point
Copy the full SHA a5b5cf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c3256d - Browse repository at this point
Copy the full SHA 3c3256dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d4c75f - Browse repository at this point
Copy the full SHA 9d4c75fView commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e970e94 - Browse repository at this point
Copy the full SHA e970e94View commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 1071eda - Browse repository at this point
Copy the full SHA 1071edaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 660be67 - Browse repository at this point
Copy the full SHA 660be67View commit details -
Configuration menu - View commit details
-
Copy full SHA for faf8a7d - Browse repository at this point
Copy the full SHA faf8a7dView commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 7b2b9b1 - Browse repository at this point
Copy the full SHA 7b2b9b1View commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for ae97028 - Browse repository at this point
Copy the full SHA ae97028View commit details
Commits on May 15, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 5c888ac - Browse repository at this point
Copy the full SHA 5c888acView commit details
Commits on May 16, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 25efcaf - Browse repository at this point
Copy the full SHA 25efcafView commit details -
Reverted 10 files back to main in order to focus this PR on just chan…
…ges to cluster state (adding event.ingested range). Changes reverted were around the search can-match Coordinator rewrite logic using the new event.ingested range and associated tests. Those will be added in a follow-on PR.
Configuration menu - View commit details
-
Copy full SHA for 7bfe3f9 - Browse repository at this point
Copy the full SHA 7bfe3f9View commit details
Commits on May 17, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 4dcfea5 - Browse repository at this point
Copy the full SHA 4dcfea5View commit details
Commits on May 29, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for b9dbb97 - Browse repository at this point
Copy the full SHA b9dbb97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4babaf4 - Browse repository at this point
Copy the full SHA 4babaf4View commit details
Commits on Jun 3, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for cf0ff77 - Browse repository at this point
Copy the full SHA cf0ff77View commit details -
First batch of changes based on PR feedback
Added assert for eventIngestedRange != null in IndexMetadata Simplified/collated logic for setting eventIngestedRange in MetadataIndexStateService New test added ShardStateActionTests to test serialization against older versions
Configuration menu - View commit details
-
Copy full SHA for ccd11d9 - Browse repository at this point
Copy the full SHA ccd11d9View commit details
Commits on Jun 4, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 0846cb5 - Browse repository at this point
Copy the full SHA 0846cb5View commit details -
PR feedback: added test to MetadataCreateIndexServiceTests, building …
…IndexMetadata with older TransportVersions
Configuration menu - View commit details
-
Copy full SHA for 282170d - Browse repository at this point
Copy the full SHA 282170dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb26b8 - Browse repository at this point
Copy the full SHA 5fb26b8View commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 4737c23 - Browse repository at this point
Copy the full SHA 4737c23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b1e47b - Browse repository at this point
Copy the full SHA 5b1e47bView commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 0b3f6d5 - Browse repository at this point
Copy the full SHA 0b3f6d5View commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 56e4d1a - Browse repository at this point
Copy the full SHA 56e4d1aView commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 9121b0f - Browse repository at this point
Copy the full SHA 9121b0fView commit details
Commits on Jun 11, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 48d165a - Browse repository at this point
Copy the full SHA 48d165aView commit details -
Added minTransportVersion to IndexMetadata.withTimestampRanges in ord…
…er to keep mixed-clusters with UNKNOWN for event.ingested range
Configuration menu - View commit details
-
Copy full SHA for 0e69ac3 - Browse repository at this point
Copy the full SHA 0e69ac3View commit details -
Fix ReactiveStorageDeciderServiceTests to compile with new signature …
…for updateMetadataWithRoutingChanges method
Configuration menu - View commit details
-
Copy full SHA for 861d6c8 - Browse repository at this point
Copy the full SHA 861d6c8View commit details
Commits on Jun 12, 2024
-
Changed IndexMetadata.Builder.eventIngestedRange to take in minCluste…
…rTransportVersion. Unfortunately not all callers know it.
Configuration menu - View commit details
-
Copy full SHA for 11dca2a - Browse repository at this point
Copy the full SHA 11dca2aView commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for ad69ea2 - Browse repository at this point
Copy the full SHA ad69ea2View commit details
Commits on Jun 13, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 1b8fa73 - Browse repository at this point
Copy the full SHA 1b8fa73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66528b3 - Browse repository at this point
Copy the full SHA 66528b3View commit details
Commits on Jun 21, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 93d368a - Browse repository at this point
Copy the full SHA 93d368aView commit details -
PR feedback; ShardStateActionTests asserts for eventIngestedRange; re…
…moved unneeded code comments
Configuration menu - View commit details
-
Copy full SHA for 10de812 - Browse repository at this point
Copy the full SHA 10de812View commit details -
Added minClusterTransportVersion to XContentParserConfiguration and (…
…some versions of) XContentParser. This allows several more tests to pass with the new assert in IndexMetadata.Builder.eventIngestedRange but several dozen still fail due to other classes needing to have access to minClusterTransportState that do not have it.
Configuration menu - View commit details
-
Copy full SHA for 0efb4ca - Browse repository at this point
Copy the full SHA 0efb4caView commit details
Commits on Jun 24, 2024
-
Revert "Added minClusterTransportVersion to XContentParserConfigurati…
…on and (some versions of) XContentParser." This reverts commit 0efb4ca.
Configuration menu - View commit details
-
Copy full SHA for f20af53 - Browse repository at this point
Copy the full SHA f20af53View commit details -
Added eventIngestedRange Builder method that does not take TransportV…
…ersion for use internal to IndexMetadata file
Configuration menu - View commit details
-
Copy full SHA for 09b76e2 - Browse repository at this point
Copy the full SHA 09b76e2View commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for c6a66e7 - Browse repository at this point
Copy the full SHA c6a66e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1df7044 - Browse repository at this point
Copy the full SHA 1df7044View commit details -
Added additional tests or asserts around eventIngestedRange to Frozen…
…IndexIT and FrozenIndexTests
Configuration menu - View commit details
-
Copy full SHA for d8b054d - Browse repository at this point
Copy the full SHA d8b054dView commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 9552ad1 - Browse repository at this point
Copy the full SHA 9552ad1View commit details
Commits on Jun 25, 2024
-
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for e3b1a4b - Browse repository at this point
Copy the full SHA e3b1a4bView commit details -
First round of next PR change requests
Added back the assert in public Builder.eventIngestedRange method - assert minClusterTransportVersion != null || eventIngestedRange == IndexLongFieldRange.UNKNOWN now passes tests. Changed IndexMetadataTests to use package private version of eventIngestedRange builder method that takes no TransportVersion
Configuration menu - View commit details
-
Copy full SHA for d0f7ae2 - Browse repository at this point
Copy the full SHA d0f7ae2View commit details -
Added asserts around UNKNOWN for eventIngestedRange to ClusterState c…
…onstructor and adjusted a few related tests
Configuration menu - View commit details
-
Copy full SHA for ed9d828 - Browse repository at this point
Copy the full SHA ed9d828View commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 3c2c8b8 - Browse repository at this point
Copy the full SHA 3c2c8b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 910cf3f - Browse repository at this point
Copy the full SHA 910cf3fView commit details -
Fixes to various tests or prod code to allow new ClusterState ctor as…
…sert around eventIngestedRange Changes to: ClusterStateDiffIT and MetadataIndexTemplateService, which was causing several bwc tests to fail.
Configuration menu - View commit details
-
Copy full SHA for 694d9c1 - Browse repository at this point
Copy the full SHA 694d9c1View commit details -
Additional null check in assert in ClusterState constructor to avoid …
…test failures in TransportVersionUtilsTests
Configuration menu - View commit details
-
Copy full SHA for 91f1293 - Browse repository at this point
Copy the full SHA 91f1293View commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2e4815c - Browse repository at this point
Copy the full SHA 2e4815cView commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 86a2939 - Browse repository at this point
Copy the full SHA 86a2939View commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 434dec8 - Browse repository at this point
Copy the full SHA 434dec8View commit details -
Merge remote-tracking branch 'elastic/main' into search/coordinator-r…
…ewrite-uses-event.ingested
Configuration menu - View commit details
-
Copy full SHA for 6477f3d - Browse repository at this point
Copy the full SHA 6477f3dView commit details -
Adjusted to ML_INFERENCE_GOOGLE_VERTEX_AI_EMBEDDINGS_ADDED in Cluster…
…SerializationTests
Configuration menu - View commit details
-
Copy full SHA for f1e0434 - Browse repository at this point
Copy the full SHA f1e0434View commit details