symat commented on a change in pull request #1256: ZOOKEEPER-2164: Quorum members can not rejoin after restart URL: https://github.com/apache/zookeeper/pull/1256#discussion_r382448803
########## File path: zookeeper-server/src/test/java/org/apache/zookeeper/ZKTestCase.java ########## @@ -25,6 +25,8 @@ import org.junit.runner.Description; import org.junit.runner.RunWith; import org.junit.runners.model.FrameworkMethod; +import java.time.LocalDateTime; Review comment: I think you will get a checkstyle error as the imports needs to be in alphabetical order. ---------------------------------------------------------------- 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] With regards, Apache Git Services
