runzhiwang edited a comment on pull request #325:
URL: https://github.com/apache/incubator-ratis/pull/325#issuecomment-739460991


   @szetszwo This pr can reproduce the bug of 
https://issues.apache.org/jira/browse/RATIS-1207.
   We just need to execute the following command two times. The first succeed, 
the second failed because of the duplicated stream key.
   `${BIN}/client.sh filestore datastream --size 100000000 --numFiles 10 
--bufferSize 1000000 --type DirectByteBuffer --peers ${PEERS}`
   
   Tips: we can comment the console reporter to make output clear.
     @Override
     public void enableConsoleReporter(TimeDuration consoleReportRate) {
   ```
       addReporterRegistration(
           MetricsReporting.consoleReporter(consoleReportRate),
           MetricsReporting.stopConsoleReporter());
   ```
     }


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