You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "wangning (Code Review)" <ge...@cloudera.org> on 2020/04/06 05:45:33 UTC

[kudu-CR] allow skip block manager in some ops of local replica tools

Hello Kudu Jenkins, 

I'd like you to reexamine a change. Please visit

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

to look at the new patch set (#2).

Change subject: allow skip block manager in some ops of local_replica tools
......................................................................

allow skip block manager in some ops of local_replica tools

These cli ops could be speed up via skip opening block manager.

- local_replica cmeta print_replica_uuids
- local_replica cmeta rewrite_raft_config
- local_replica cmeta set_term
- local_replica dump wals
- local_replica list

Change-Id: I01e22354fdb76596008cd0824e240d24a8f20099
---
M src/kudu/tools/tool_action_local_replica.cc
1 file changed, 13 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/56/15656/2
-- 
To view, visit http://gerrit.cloudera.org:8080/15656
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I01e22354fdb76596008cd0824e240d24a8f20099
Gerrit-Change-Number: 15656
Gerrit-PatchSet: 2
Gerrit-Owner: wangning <19...@gmail.com>
Gerrit-Reviewer: Kudu Jenkins (120)