Skip to content

Commit

Permalink
STAR-1709: Add 'Small commitlog volume detected' to acceptable error …
Browse files Browse the repository at this point in the history
…messages (#65)
  • Loading branch information
jacek-lewandowski authored Nov 3, 2022
1 parent b97bc5d commit a23b2b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions offline_tools_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ def _check_stderr_error(self, error):
"Class JavaLaunchHelper is implemented in both",
"Picked up JAVA_TOOL_OPTIONS:",
# Warnings for backward compatibility should be logged CASSANDRA-15234
"Small commitlog volume detected",
"parameters have been deprecated. They have new names and/or value format"]

if len(error) > 0:
Expand Down

0 comments on commit a23b2b9

Please sign in to comment.