Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/14541 )
Change subject: [scripts] a tool to print out HybridTime timestamps ...................................................................... [scripts] a tool to print out HybridTime timestamps This is Todd's script to output HybridTime timestamps in human-readable form (works with Python2 and Python3). The script reads from standard input until EOF/EOS and outputs the result into standard output. The script is useful when analyzing hybrid timestamps found in Kudu WAL files. For example: $ echo 6435399373400084500 | python convert-hybrid-timestamp.py 2019-10-15 05:27:05.146505 L=20 Change-Id: Ifc5b0d20c6f1bca0994d00a347ff14e4ae64a14c Reviewed-on: http://gerrit.cloudera.org:8080/14541 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Bankim Bhavsar <[email protected]> Reviewed-by: Andrew Wong <[email protected]> --- A src/kudu/scripts/convert-hybrid-timestamp.py 1 file changed, 40 insertions(+), 0 deletions(-) Approvals: Alexey Serbin: Verified Bankim Bhavsar: Looks good to me, but someone else must approve Andrew Wong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/14541 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ifc5b0d20c6f1bca0994d00a347ff14e4ae64a14c Gerrit-Change-Number: 14541 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Bankim Bhavsar <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Volodymyr Verovkin <[email protected]>
