Skip to content

Commit 5875f6e

Browse files
committed
update comment
1 parent bb619ab commit 5875f6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/test/scala/unit/kafka/server/DynamicBrokerConfigTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class DynamicBrokerConfigTest {
233233
assertEquals(7, config.remoteLogManagerConfig.remoteLogManagerExpirationThreadPoolSize())
234234
verify(remoteLogManager).resizeExpirationThreadPool(7)
235235

236-
// When copier and expiration thread pools are set with the default value of -1, then it defaults to the remoteLogManagerThreadPoolSize
236+
// When copier and expiration thread pools are set to -1 dynamically, then it defaults to the remoteLogManagerThreadPoolSize
237237
props.put(RemoteLogManagerConfig.REMOTE_LOG_MANAGER_COPIER_THREAD_POOL_SIZE_PROP, "-1")
238238
config.dynamicConfig.validate(props, perBrokerConfig = true)
239239
config.dynamicConfig.updateDefaultConfig(props)

0 commit comments

Comments
 (0)