OpenSearch/qa
Jay Modi 4f65d9b527 Retry startup for IndexAuditTrail and version templates (elastic/x-pack-elasticsearch#2755)
This commit removes the FAILED state for the IndexAuditTrail so that we always try to keep starting
the service. Previously, on any exception during startup we moved to a failed state and never tried
to start again. The users only option was to restart the node. This was problematic in the case of
large clusters as there could be common timeouts of cluster state listeners that would cause the
startup of this service to fail.

Additionally, the logic in the IndexAuditTrail to update the template on the current cluster has
been removed and replaced with the use of the TemplateUpgradeService. However, we still need to
maintain the ability to determine if a template on a remote cluster should be PUT. To avoid always
PUTing the template, the version field has been added so it only needs to be PUT once on upgrade.

Finally, the default queue size has been increased as this is another common issue that users hit
with high traffic clusters.

relates elastic/x-pack-elasticsearch#2658

Original commit: elastic/x-pack-elasticsearch@27e2ce7223
2017-10-30 09:11:18 -06:00
..
audit-tests Retry startup for IndexAuditTrail and version templates (elastic/x-pack-elasticsearch#2755) 2017-10-30 09:11:18 -06:00
core-rest-tests-with-security Remove default passwords from reserved users (elastic/x-pack-elasticsearch#1665) 2017-06-29 15:27:57 -05:00
full-cluster-restart Setup debug logging for qa.full-cluster-restart 2017-10-06 23:02:48 +02:00
ml-basic-multi-node Revert "Use shaded rest client dependencies" (elastic/x-pack-elasticsearch#2352) 2017-08-25 14:13:16 -05:00
ml-disabled Revert "Use shaded rest client dependencies" (elastic/x-pack-elasticsearch#2352) 2017-08-25 14:13:16 -05:00
ml-no-bootstrap-tests [TEST] Wait a little longer for named pipes to open in unit tests (elastic/x-pack-elasticsearch#2712) 2017-10-09 13:09:17 +01:00
ml-single-node-tests Promote common rest test utility methods to ESRestTestCase 2017-10-05 10:10:10 +02:00
multi-cluster-search-security Followup for elastic/elasticsearch#25658 (elastic/x-pack-elasticsearch#1984) 2017-07-12 22:19:34 +02:00
multi-node Replace global checkpoint sync test 2017-10-13 10:05:59 -04:00
openldap-tests Fix LDAP Authc connections deadlock (elastic/x-pack-elasticsearch#2587) 2017-10-09 13:06:12 +03:00
reindex-tests-with-security Remove default passwords from reserved users (elastic/x-pack-elasticsearch#1665) 2017-06-29 15:27:57 -05:00
rolling-upgrade Adopt core that `_flush` and `_force_merge` doesn't refresh anymore (elastic/x-pack-elasticsearch#2752) 2017-10-16 10:16:50 +02:00
security-client-tests Remove default passwords from reserved users (elastic/x-pack-elasticsearch#1665) 2017-06-29 15:27:57 -05:00
security-example-extension Adopt settings cleanups from core (elastic/x-pack-elasticsearch#2605) 2017-09-25 12:27:07 +02:00
security-migrate-tests Fix migrate tool integration test 2017-07-28 21:33:54 +09:00
security-setup-password-tests Revert "Use shaded rest client dependencies" (elastic/x-pack-elasticsearch#2352) 2017-08-25 14:13:16 -05:00
smoke-test-graph-with-security Remove default passwords from reserved users (elastic/x-pack-elasticsearch#1665) 2017-06-29 15:27:57 -05:00
smoke-test-ml-with-security [ML] Enable overall buckets aggregation at a custom bucket span (elastic/x-pack-elasticsearch#2782) 2017-10-27 11:14:13 +01:00
smoke-test-plugins Remove default passwords from reserved users (elastic/x-pack-elasticsearch#1665) 2017-06-29 15:27:57 -05:00
smoke-test-plugins-ssl Disable TLS by default (elastic/x-pack-elasticsearch#2481) 2017-09-14 12:18:54 -06:00
smoke-test-security-with-mustache Convert put_template uses to put_script in rest tests 2017-07-13 00:01:56 -07:00
smoke-test-watcher Tests: Increase logging for watcher smoke tests 2017-08-11 15:29:52 +02:00
smoke-test-watcher-with-mustache Tests: Remove useless wait time in watcher REST test 2017-08-14 11:52:26 +02:00
smoke-test-watcher-with-painless Tests: Ensure watcher index templates are installed in REST tests (elastic/x-pack-elasticsearch#1784) 2017-06-20 14:17:36 +02:00
smoke-test-watcher-with-security Tests: Remove @ClusterScope tests, create REST tests (elastic/x-pack-elasticsearch#2131) 2017-08-01 14:15:36 +02:00
transport-client-tests Remove deprecated script settings. (elastic/x-pack-elasticsearch#1469) 2017-05-18 13:32:57 -07:00
tribe-node-tests-with-security Remove default passwords from reserved users (elastic/x-pack-elasticsearch#1665) 2017-06-29 15:27:57 -05:00
tribe-tests-with-license add dummy test to LicensingTribeIT for build to pass (elastic/x-pack-elasticsearch#2627) 2017-09-25 22:03:46 -07:00
tribe-tests-with-security Reenable TribeWithSecurityIT tests (elastic/x-pack-elasticsearch#2511) 2017-09-15 12:50:54 -06:00
vagrant Few fixes in packaging tests 2017-10-11 11:53:10 +02:00
build.gradle Remove assemble from build task when assemble removed 2017-06-16 17:19:47 -04:00