XiaoyiPeng opened a new pull request #3540:
URL: https://github.com/apache/rocketmq/pull/3540


   **Make sure set the target branch to `develop`**
   
   ## What is the purpose of the change
   
   1. For a big set, replace sequential iteration addition with a parallel 
stream when calculating results.
   2. Renaming variables lockXXX to xxxLock may be better.
   
   
   ## Brief changelog
   
   1. Use `parallelStream` to compute cumulative values in a large 
set(`StoreStatsService#putMessageTopicTimesTotal`, 
`StoreStatsService#putMessageTopicSizeTotal`).
   2. Renaming variables `lockXXX` to `xxxLock` in class `StoreStatsService`.
   
   
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to