You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2018/12/05 04:31:11 UTC

[GitHub] hutu92 opened a new pull request #578: [ISSUE #577] fix lastFlushTimestamp usage

hutu92 opened a new pull request #578: [ISSUE #577] fix lastFlushTimestamp usage
URL: https://github.com/apache/rocketmq/pull/578
 
 
   ## What is the purpose of the change
   
   lastFlushTimestamp usage error, it should be the last time to flush. But now it does not express this meaning.
   
   The change I made is to allow it to express its precise meaning.
   
   ## Brief changelog
   
   Let lastFlushTimestamp express its precise meaning.
   
   ## Verifying this change
   
   1. `mvn -B clean apache-rat:check findbugs:findbugs checkstyle:checkstyle` success;
   2. `mvn clean install -DskipITs` success;
   ![image](https://user-images.githubusercontent.com/19816362/49489847-d5709a00-f887-11e8-9975-216c6f6f0b7a.png)
   3. `mvn clean test-compile failsafe:integration-test` success;
   ![image](https://user-images.githubusercontent.com/19816362/49490173-9e02ed00-f889-11e8-9db9-5932cd64317c.png)
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services