jiazhai commented on a change in pull request #1417: Issue-1415: [DLOG] 
org.apache.distributedlog.fs.TestDLFileSystem fails on CI
URL: https://github.com/apache/bookkeeper/pull/1417#discussion_r189758086
 
 

 ##########
 File path: 
stream/distributedlog/core/src/test/java/org/apache/distributedlog/TestDistributedLogBase.java
 ##########
 @@ -97,6 +97,12 @@
     protected static int numBookies = 3;
     private static final List<File> tmpDirs = new ArrayList<File>();
 
+    protected static File newTempDir(String name) throws IOException {
+        File zkTmpDir = IOUtils.createTempDir(name, "distrlog");
 
 Review comment:
   in the name, `zk` looks not needed, how about rename it?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to