You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/01/10 19:42:22 UTC

[kudu-CR] [c++ client] implemented session operations stats

Alexey Serbin has abandoned this change.

Change subject: [c++ client] implemented session operations stats
......................................................................


Abandoned

It seems this is not needed in this form -- Impala client could maintain these metrics itself, if needed.  IIRC, what they really need is detailed information on failed operations classified by write operation type (insert/upsert/delete/update), especially for upserts.  That should be addressed separately and is going to be a more intrusive change.

-- 
To view, visit http://gerrit.cloudera.org:8080/4974
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: abandon
Gerrit-Change-Id: Ifb4191105158f49d811763fdc8e82831b4e2e0be
Gerrit-PatchSet: 3
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: David Ribeiro Alves <dr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins