You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check for .watches that wasn't upgraded properly (#39609)
If the `.watches` index was created in 5.6 and is still a concrete
index, rather than an alias for `.watches-6`, that means that it was not
properly upgraded with the Migration Upgrade API before upgrading to
Elasticsearch 6.x. In this case, calling the Migration Upgrade API will
resolve the problem with the `.watches` index.
This isn't going to be a common case, as Watcher will not run properly
in this situation, but we should handle it and notify the user of the
correct action, just in case.
Copy file name to clipboardExpand all lines: x-pack/plugin/deprecation/src/test/java/org/elasticsearch/xpack/deprecation/IndexDeprecationChecksTests.java
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,23 @@ public void testOldTasksIndexCheck() {
0 commit comments