From b4ef2248ccadfa416882a9dc6f9dbdbcdc845ab2 Mon Sep 17 00:00:00 2001 From: Nadav Har'El Date: Tue, 5 Dec 2023 17:22:50 +0200 Subject: [PATCH] Backport fixes for nodetool commands with Alternator GSI in the database Fixes #16153 * jmx 166599f...f45067f (3): > ColumnFamilyStore: only quote table names if necessary > APIBuilder: allow quoted scope names > ColumnFamilyStore: don't fail if there is a table with ":" in its name * java dfbf3726ee...3764ae94db (1): > NodeProbe: allow addressing table name with colon in it Signed-off-by: Nadav Har'El Closes scylladb/scylladb#16294 --- tools/java | 2 +- tools/jmx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/java b/tools/java index dfbf3726ee..3764ae94db 160000 --- a/tools/java +++ b/tools/java @@ -1 +1 @@ -Subproject commit dfbf3726ee16371fad4330f3a905b7938ca1bbab +Subproject commit 3764ae94db144a71d746ef3148c7ee5762a71e08 diff --git a/tools/jmx b/tools/jmx index 166599f016..f45067f76c 160000 --- a/tools/jmx +++ b/tools/jmx @@ -1 +1 @@ -Subproject commit 166599f016d4bbc14cb3cc2c4a4818e5bb01f12d +Subproject commit f45067f76ce960b79ce8b5a07078be3451d7de68