Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/20857
Change subject: [java] add sequenceId into the tracked RPCs' trace ...................................................................... [java] add sequenceId into the tracked RPCs' trace This patch adds sequenceId into the result of KuduRpc.ToString() for tracked RPCs (i.e. Write RPC as of now). That's to provide better tracking of retries performed in the context of exactly-once semantics. I found this information would be helpful when troubleshooting particular scenarios. Otherwise, there are no functional modifications in this changelist. Change-Id: I55bd45f13b406a5aad7532f3a449a7c670d9f09d --- M java/kudu-client/src/main/java/org/apache/kudu/client/KuduRpc.java 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/57/20857/1 -- To view, visit http://gerrit.cloudera.org:8080/20857 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I55bd45f13b406a5aad7532f3a449a7c670d9f09d Gerrit-Change-Number: 20857 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
