You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2020/02/14 14:50:31 UTC

[GitHub] [zookeeper] anmolnar commented on a change in pull request #1144: ZOOKEEPER-3614: Limiting the number of ephemeral nodes per session

anmolnar commented on a change in pull request #1144: ZOOKEEPER-3614: Limiting the number of ephemeral nodes per session
URL: https://github.com/apache/zookeeper/pull/1144#discussion_r379470509
 
 

 ##########
 File path: zookeeper-server/src/test/java/org/apache/zookeeper/server/ZooKeeperCriticalThreadMetricsTest.java
 ##########
 @@ -47,8 +50,8 @@ public void shutdown() {
 
     private class MyPrepRequestProcessor extends PrepRequestProcessor {
 
-        public MyPrepRequestProcessor() {
-            super(new ZooKeeperServer(), new MyRequestProcessor());
+        public MyPrepRequestProcessor() throws IOException {
+            super(new ZooKeeperServer(new FileTxnSnapLog(new File("tmp"), new File("tmp"))), new MyRequestProcessor());
 
 Review comment:
   If the test is failing otherwise, leave it there.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services