[ https://issues.apache.org/jira/browse/HIVE-26363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566654#comment-17566654 ]
Rakshith C commented on HIVE-26363: ----------------------------------- To improve monitoring and debugging we convert epoch timestamp to UTC format Before Changes : REPL::START: \{"dbName":"source4","dumpType":"BOOTSTRAP","estimatedNumTables":1,"estimatedNumFunctions":0,"dumpStartTime":1656402443} After Changes : REPL::START: {"dbName":"source4","dumpType":"BOOTSTRAP","estimatedNumTables":1,"estimatedNumFunctions":0,"dumpStartTime":"2022-06-28T07:56:25.761Z" Impact : Affects only hive.log file > Time logged during repldump and replload per table is not in readable format > ---------------------------------------------------------------------------- > > Key: HIVE-26363 > URL: https://issues.apache.org/jira/browse/HIVE-26363 > Project: Hive > Issue Type: Improvement > Components: HiveServer2, repl > Affects Versions: 4.0.0 > Reporter: Imran > Assignee: Rakshith C > Priority: Minor > Labels: pull-request-available > Time Spent: 10m > Remaining Estimate: 0h > > During replDump and replLoad we capture time take for each activity in > hive.log file. This is captured in milliseconds which becomes difficult to > read during debug activity, this ticket is raised to change the time logged > in hive.log in UTC format. -- This message was sent by Atlassian Jira (v8.20.10#820010)