mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 04:58:50 +00:00
cc22888417
RemoteIndexAuditTrailStartingTests has been failing quite often due to several race conditions. This change simplifies the test (one node per cluster, local and remote) and fixes some issues in IndexAuditTrail. The interrupt based shutdown has been removed from the `QueueConsumer` and an additional health call has been added to trigger another start attempt if the first one failed. This stabilize the test that now run in 1 second rather than 1 minute. Original commit: elastic/x-pack-elasticsearch@a1c8131cd2