Gabriella Lotz has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24086
Change subject: KUDU-3749 Fix range key hex encoding in ksck and auto_rebalancer ...................................................................... KUDU-3749 Fix range key hex encoding in ksck and auto_rebalancer Both ksck and auto-rebalancer serialize range_key_begin into a hex string. Make the encoding consistent and safe by treating each byte as unsigned before widening, avoiding signed-char sign extension. Change-Id: I6d7f0304c0f5bb88ae79a28c740a8791c2eaa03a --- M src/kudu/master/auto_rebalancer.cc M src/kudu/tools/ksck.cc 2 files changed, 2 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/86/24086/1 -- To view, visit http://gerrit.cloudera.org:8080/24086 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I6d7f0304c0f5bb88ae79a28c740a8791c2eaa03a Gerrit-Change-Number: 24086 Gerrit-PatchSet: 1 Gerrit-Owner: Gabriella Lotz <[email protected]>
