Skip to content

Commit

Permalink
[Backport 2.17] Remove scheduler index from SystemIndexDescriptor (#3098
Browse files Browse the repository at this point in the history
)

(cherry picked from commit 366d165)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0d2a4aa commit 23b5e46
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugin/src/main/java/org/opensearch/sql/plugin/SQLPlugin.java
Original file line number Diff line number Diff line change
@@ -342,9 +342,6 @@ public Collection<SystemIndexDescriptor> getSystemIndexDescriptors(Settings sett
systemIndexDescriptors.add(
new SystemIndexDescriptor(
SPARK_REQUEST_BUFFER_INDEX_NAME + "*", "SQL Spark Request Buffer index pattern"));
systemIndexDescriptors.add(
new SystemIndexDescriptor(
OpenSearchAsyncQueryScheduler.SCHEDULER_INDEX_NAME, "SQL Scheduler job index"));
return systemIndexDescriptors;
}
}

0 comments on commit 23b5e46

Please sign in to comment.