Alexey Serbin has uploaded this change for review. (
http://gerrit.cloudera.org:8080/9255
Change subject: WIP [non_voter-itest] stress test for the 3-4-3 replacement
scheme
......................................................................
WIP [non_voter-itest] stress test for the 3-4-3 replacement scheme
Using this test, I was able to hit the following issue:
F0208 05:35:22.152496 2721 ts_tablet_manager.cc:563] T
5384471d823e46929029f9ff6ce212a3 P c713ac498df040caa897d3229214baa3: Tablet
Copy: Found tablet in TABLET_DATA_COPYING state during StartTabletCopy()
*** Check failure stack trace: ***
@ 0x7f22d7fa92fd google::LogMessage::Fail() at ??:0
@ 0x7f22d7fab1bd google::LogMessage::SendToLog() at ??:0
@ 0x7f22d7fa8e39 google::LogMessage::Flush() at ??:0
@ 0x7f22d7fabc5f google::LogMessageFatal::~LogMessageFatal() at ??:0
@ 0x7f22e1fa6ed7 kudu::tserver::TSTabletManager::RunTabletCopy() at
??:0
@ 0x7f22e1fb296f kudu::tserver::TabletCopyRunnable::Run() at ??:0
@ 0x7f22d9c9a1f5 kudu::ThreadPool::DispatchThread() at ??:0
@ 0x7f22d9ca9069 boost::_mfi::mf0<>::operator()() at ??:0
@ 0x7f22d9ca8fd0 boost::_bi::list1<>::operator()<>() at ??:0
@ 0x7f22d9ca8f7a boost::_bi::bind_t<>::operator()() at ??:0
@ 0x7f22d9ca8d5d
boost::detail::function::void_function_obj_invoker0<>::invoke() at ??:0
@ 0x7f22db98d018 boost::function0<>::operator()() at ??:0
@ 0x7f22d9c8bdfd kudu::Thread::SuperviseThread() at ??:0
@ 0x7f22ddc68184 start_thread at ??:0
WIP: Fix the issue and verify the fix. Probably, the dist-test machines
filled up because I ran this test: both the tablet servers and the master
were very chatty before I added the --minloglevel=2 option.
Change-Id: I036a882f7e9132a5c26013227c50c0699b59ed6e
---
M src/kudu/consensus/consensus_meta.cc
M src/kudu/consensus/consensus_queue.cc
M src/kudu/consensus/consensus_queue.h
M src/kudu/consensus/raft_consensus.cc
M src/kudu/integration-tests/cluster_verifier.h
M src/kudu/integration-tests/raft_consensus_nonvoter-itest.cc
6 files changed, 202 insertions(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/55/9255/1
--
To view, visit http://gerrit.cloudera.org:8080/9255
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I036a882f7e9132a5c26013227c50c0699b59ed6e
Gerrit-Change-Number: 9255
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>