Alexey Serbin has uploaded this change for review. ( 
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).  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
---
A src/kudu/scripts/convert-hybrid-timestamp.py
1 file changed, 40 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/41/14541/1
--
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: newchange
Gerrit-Change-Id: Ifc5b0d20c6f1bca0994d00a347ff14e4ae64a14c
Gerrit-Change-Number: 14541
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>

Reply via email to