sk0x50 commented on code in PR #4923:
URL: https://github.com/apache/ignite-3/pull/4923#discussion_r1893721055
##########
modules/core/src/main/java/org/apache/ignite/internal/util/IgniteUtils.java:
##########
@@ -127,6 +136,16 @@ public static long monotonicMs() {
*/
private static final String JMX_MBEAN_PACKAGE = "org.apache";
+ /** Thread dump message. */
+ public static final String THREAD_DUMP_MSG = "Thread dump at ";
+
+ /** Date format for thread dumps. */
+ private static final DateTimeFormatter THREAD_DUMP_FMT =
+ DateTimeFormatter.ofPattern("yyyy/MM/dd HH:mm:ss
z").withZone(ZoneId.systemDefault());
Review Comment:
I don't have any strong arguments for or against it, except that Apache
Ignite 2 uses this format. Ok will change.
--
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]