You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2019/05/09 18:36:57 UTC

[GitHub] [bookkeeper] reddycharan commented on issue #2090: Update and flush lastLogMark when replaying journal

reddycharan commented on issue #2090: Update and flush lastLogMark when replaying journal
URL: https://github.com/apache/bookkeeper/pull/2090#issuecomment-491018357
 
 
   also there are checkstyle violations, check them 
   
   [ERROR] /home/jenkins/jenkins-slave/workspace/bookkeeper_precommit_pullrequest_validation/bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/BookieInitializationTest.java:150: First sentence should end with a period. [JavadocStyle]
   [ERROR] /home/jenkins/jenkins-slave/workspace/bookkeeper_precommit_pullrequest_validation/bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/BookieJournalTest.java:640: Line is longer than 120 characters (found 127). [LineLength]
   Audit done.
   
   you can try running following commands locally
   
   mvn clean install -DskipTests apache-rat:check spotbugs:check
   mvn checkstyle:check

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


With regards,
Apache Git Services