OpenSearch/qa
Yannick Welsch a5e8a221ec
Move GlobalCheckpointTracker and remove SequenceNumbersService (#27837)
This commit moves GlobalCheckpointTracker from the engine to IndexShard, where it better fits logically: Tracking the global checkpoint based on the local checkpoints of all shards in the replication group is not a property of the engine, but rather a property fulfilled by the current primary shard. The LocalCheckpointTracker on the other hand is driven by the contents of the local translog. By moving GlobalCheckpointTracker to IndexShard, it makes little sense to keep the SequenceNumbersService class around - it would only wrap the LocalCheckpointTracker. This commit therefore removes the class and replaces occurrences of SequenceNumbersService in the engine directly by LocalCheckpointTracker.
2017-12-18 15:27:44 +01:00
..
ccs-unavailable-clusters Cross Cluster Search: make remote clusters optional (#27182) 2017-11-21 11:41:47 +01:00
evil-tests Move GlobalCheckpointTracker and remove SequenceNumbersService (#27837) 2017-12-18 15:27:44 +01:00
full-cluster-restart remove await fix from FullClusterRestartIT.testRecovery 2017-12-08 16:45:45 +01:00
mixed-cluster Revert "Increase logging on qa:mixed-cluster tests" 2017-12-15 10:44:35 -07:00
multi-cluster-search Update version check for CCS optional remote clusters 2017-11-21 16:52:45 +01:00
no-bootstrap-tests Remove the single argument Environment constructor (#27235) 2017-11-04 13:25:09 +00:00
query-builder-bwc Consolidate version numbering semantics (#27397) 2017-11-23 20:21:53 +00:00
reindex-from-old Revert shading for the low level rest client (#26367) 2017-08-25 14:13:12 -05:00
rolling-upgrade RecoveryIT.testRecoveryWithConcurrentIndexing should check for 110 docs in an upgraded cluster 2017-12-04 18:06:02 +01:00
smoke-test-client Use nio transport in test clusters (#25986) 2017-08-01 16:19:31 -05:00
smoke-test-http Deguice ActionFilter (#26691) 2017-09-20 10:30:21 +02:00
smoke-test-ingest-disabled Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
smoke-test-ingest-with-all-dependencies Add support for parsing inline script (#23824) (#26846) 2017-10-11 09:15:37 -07:00
smoke-test-multinode Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
smoke-test-plugins Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
smoke-test-rank-eval-with-mustache Add skip versions for rank_eval yaml tests 2017-12-14 22:18:37 +01:00
smoke-test-reindex-with-all-modules Automatically prepare indices for splitting (#27451) 2017-11-23 09:48:54 +01:00
smoke-test-tribe-node Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
vagrant Packaging test: add guard for too many files 2017-12-12 11:10:49 -05:00
verify-version-constants Consolidate version numbering semantics (#27397) 2017-11-23 20:21:53 +00:00
wildfly Revert shading for the low level rest client (#26367) 2017-08-25 14:13:12 -05:00