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
@@ -2700,13 +2703,11 @@ public <V> V runWithCompactionsDisabled(Callable<V> callable, Predicate<SSTableR
2700
2703
{
2701
2704
if (cfs.getTracker().getCompacting().stream().anyMatch(sstablesPredicate))
2702
2705
{
2703
-
logger.warn("Unable to cancel in-progress compactions for {}. " +
2704
-
"Perhaps there is an unusually large row in progress somewhere, or the system is simply overloaded.",
2705
-
metadata.name);
2706
+
logger.warn("Unable to cancel in-progress compactions for {}.{}. Perhaps there is an unusually large row in progress somewhere, or the system is simply overloaded.", metadata.keyspace, metadata.name);
0 commit comments