dlmarion commented on a change in pull request #2324:
URL: https://github.com/apache/accumulo/pull/2324#discussion_r734433780
##########
File path: core/src/main/java/org/apache/accumulo/fate/zookeeper/ZooUtil.java
##########
@@ -40,6 +46,10 @@
SKIP, CREATE, FAIL
}
+ // used for zookeeper stat print formatting
+ private static final DateTimeFormatter fmt =
+ DateTimeFormatter.ofPattern("EEE MMM dd HH:mm:ss 'UTC' yyyy");
Review comment:
Is there a particular reason this format was chosen? Is it for backwards
compatibility?
--
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]