szetszwo commented on a change in pull request #340:
URL: https://github.com/apache/incubator-ratis/pull/340#discussion_r539177654



##########
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:
       We may do the server side configurable feature separately.




----------------------------------------------------------------
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]


Reply via email to