You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/28 02:31:36 UTC

[kudu-CR] WIP: KUDU-515: log-dump should use current schema to decode operations

Todd Lipcon has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/2335

Change subject: WIP: KUDU-515: log-dump should use current schema to decode operations
......................................................................

WIP: KUDU-515: log-dump should use current schema to decode operations

This fixes a bug in log-dump such that it properly keeps track of the
current tablet schema while decoding operations.

This is a WIP because it needs a unit test, plus also needs to eventually
be updated to deal with KUDU-860 (log whether an alter schema operation
was successful or not in the COMMIT message).

Change-Id: I1cf5002ab08e5a0d1534559f0a829946a3d59ce5
---
M src/kudu/consensus/log-dump.cc
1 file changed, 19 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/35/2335/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2335
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1cf5002ab08e5a0d1534559f0a829946a3d59ce5
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <to...@apache.org>