JimmyWang6 commented on code in PR #20246:
URL: https://github.com/apache/kafka/pull/20246#discussion_r2474371830
##########
core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala:
##########
@@ -136,6 +137,7 @@ class ReplicaManagerTest {
// Constants defined for readability
private val partitionEpoch = 0
private val brokerEpoch = 0L
+ private val batchOptimized = ShareAcquireMode.BATCH_OPTIMIZED.id();
Review Comment:
Done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]