We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d738311 commit 4673dbaCopy full SHA for 4673dba
hbase-server/src/main/java/org/apache/hadoop/hbase/master/cleaner/LogCleaner.java
@@ -101,7 +101,6 @@ protected boolean validate(Path file) {
101
public void onConfigurationChange(Configuration conf) {
102
int newSize = conf.getInt(OLD_WALS_CLEANER_THREAD_SIZE, DEFAULT_OLD_WALS_CLEANER_THREAD_SIZE);
103
if (newSize <= 0) {
104
- newSize = DEFAULT_OLD_WALS_CLEANER_THREAD_SIZE;
105
LOG.warn(
106
"The configuration {} has been set to an invalid value {}, "
107
+ "the default value {} will be used, no need to update.",
0 commit comments