Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/1759
to look at the new patch set (#6).
Change subject: Mark peer responsive when remote bootstrap is in progress
......................................................................
Mark peer responsive when remote bootstrap is in progress
This commit fix a bug in remote bootstrap, when master send remote
bootstrap request to a new peer, it treat this rpc as fire-and-forget,
and last_successful_communication_time is not updated, so if remote
bootstrap lasts more than peer timeout time, this peer will be evicted
and leader will try to remote bootstrap on a new peer, which will
timeout again probably.
Also during remote bootstrap lots of logs are printed, so some log level
are changed from INFO to VLOG1.
Change-Id: Ic41f2ad31c437f6ab976987262d8b35f9aa9f3ad
---
M src/kudu/consensus/consensus_peers.cc
M src/kudu/consensus/consensus_queue.cc
M src/kudu/master/catalog_manager.cc
M src/kudu/master/catalog_manager.h
M src/kudu/tserver/remote_bootstrap_session.cc
M src/kudu/tserver/tablet_peer_lookup.h
M src/kudu/tserver/tablet_service.cc
M src/kudu/tserver/ts_tablet_manager.cc
M src/kudu/tserver/ts_tablet_manager.h
M src/kudu/tserver/tserver.proto
10 files changed, 48 insertions(+), 15 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/59/1759/6
--
To view, visit http://gerrit.cloudera.org:8080/1759
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic41f2ad31c437f6ab976987262d8b35f9aa9f3ad
Gerrit-PatchSet: 6
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Binglin Chang <[email protected]>
Gerrit-Reviewer: Binglin Chang <[email protected]>
Gerrit-Reviewer: Internal Jenkins
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <[email protected]>
Gerrit-Reviewer: Todd Lipcon <[email protected]>