Skip to content

Commit 34ced4f

Browse files
jacek-lewandowskidjatnieks
authored andcommitted
STAR-1709: Add 'Small commitlog volume detected' to acceptable error messages (#65)
(cherry picked from commit a23b2b9)
1 parent 662cd67 commit 34ced4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

offline_tools_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ def _check_stderr_error(self, error):
471471
"Class JavaLaunchHelper is implemented in both",
472472
"Picked up JAVA_TOOL_OPTIONS:",
473473
# Warnings for backward compatibility should be logged CASSANDRA-15234
474+
"Small commitlog volume detected",
474475
"parameters have been deprecated. They have new names and/or value format"]
475476

476477
if len(error) > 0:

0 commit comments

Comments
 (0)