This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a commit to branch branch-4.14
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/branch-4.14 by this push:
new fe0bc2dfba Backport BookieBackpressureForV2Test to branch-4.14 (#3443)
fe0bc2dfba is described below
commit fe0bc2dfba3d9c57b223320cf5ea44b7672bfeb6
Author: Lari Hotari <[email protected]>
AuthorDate: Tue Aug 16 13:37:02 2022 +0300
Backport BookieBackpressureForV2Test to branch-4.14 (#3443)
---
.../java/org/apache/bookkeeper/proto/BookieBackpressureForV2Test.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/bookkeeper-server/src/test/java/org/apache/bookkeeper/proto/BookieBackpressureForV2Test.java
b/bookkeeper-server/src/test/java/org/apache/bookkeeper/proto/BookieBackpressureForV2Test.java
index 775844d05e..5dfd7d6052 100644
---
a/bookkeeper-server/src/test/java/org/apache/bookkeeper/proto/BookieBackpressureForV2Test.java
+++
b/bookkeeper-server/src/test/java/org/apache/bookkeeper/proto/BookieBackpressureForV2Test.java
@@ -31,6 +31,6 @@ public class BookieBackpressureForV2Test extends
BookieBackpressureTest {
super.setUp();
baseClientConf.setUseV2WireProtocol(true);
// the backpressure will bloc the read response, disable it to let it
use backpressure mechanism
- confByIndex(0).setReadWorkerThreadsThrottlingEnabled(false);
+ bsConfs.get(0).setReadWorkerThreadsThrottlingEnabled(false);
}
}