runzhiwang commented on a change in pull request #340:
URL: https://github.com/apache/incubator-ratis/pull/340#discussion_r539095066
##########
File path:
ratis-examples/src/main/java/org/apache/ratis/examples/filestore/cli/DataStream.java
##########
@@ -118,9 +121,11 @@ protected void operation(RaftClient client) throws
IOException {
FileStoreClient fileStoreClient = new FileStoreClient(client);
System.out.println("Starting DataStream write now ");
+ final ExecutorService executor =
Executors.newFixedThreadPool(getNumFiles());
Review comment:
why delete and read request related to this PR ? Because we test the
performance of write.
----------------------------------------------------------------
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:
[email protected]