OpenSearch/x-pack/plugin/ccr
Jason Tedor 2887680acb
Avoid NPE in follower stats when no tasks metadata (#35802)
When there is no persistent tasks metadata we could hit a null pointer
exception when executing a follower stats request. This is because we
inspect the persistent tasks metadata. Yet, if no tasks have been
registered, this is null (as opposed to empty). We need to avoid
de-referencing the persistent tasks metadata in this case. That is what
this commit does, and we add a test for this situation.
2018-11-21 19:16:28 -05:00
..
qa [TEST] Instead of ignoring the ccr downgrade to basic license qa test 2018-11-12 10:17:33 +01:00
src Avoid NPE in follower stats when no tasks metadata (#35802) 2018-11-21 19:16:28 -05:00
build.gradle Auto configure all test tasks (#34666) 2018-10-24 16:05:50 +03:00