EdColeman commented on a change in pull request #2324:
URL: https://github.com/apache/accumulo/pull/2324#discussion_r734579105



##########
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:
       I wanted to match the output of the ZK stat print so that visually it is 
easier to compare between the two.  This util is mainly for debugging and 
development and meant to be consumed by humans - so using the standard UTC 
format seemed less important that being friendly.




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