Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#6996] ybase: List the host for pending remote bootstrap
Summary: When pending remote bootstrap assertion is raised, currently there is not much information on which host(s) is pending remote bootstrap: ``` 21238 | | F | 50.310855 | 5315 | ts_tablet_manager.cc:1599 | P PEER_B: Waited for 30.000sms. Still had 1 pending remote bootstraps -- | -- | -- | -- | -- | -- | -- 21239 | Fatal failure details written to /nfusr/centos-gcp-cloud/jenkins-worker-4b0/jenkins/jenkins-github-yugabyte-db-phabricator-73645/build/asan-clang-dynamic-ninja/yb-test-logs/tests-client__snapshot-txn-test/SnapshotTxnTest_RemoteBootstrapOnStart.fatal_failure_details.2021-01-23T01_39_12.pid5315.txt 21240 | F20210123 01:39:12 ../../src/yb/tserver/ts_tablet_manager.cc:1599] P PEER_B: Waited for 30.000sms. Still had 1 pending remote bootstraps 21241 | @ 0x7f47b08f9c34 yb::LogFatalHandlerSink::send(int, char const*, char const*, int, tm const*, char const*, unsigned long) (src/yb/util/logging.cc:474) 21242 | @ 0x7f47af1fa9c2 21243 | @ 0x7f47af1caf31 21244 | @ 0x7f47af1ceb7c 21245 | @ 0x7f47af1ce15d 21246 | @ 0x7f47c762c2ac yb::tserver::TSTabletManager::StartShutdown() (src/yb/tserver/ts_tablet_manager.cc:1599) 21247 | @ 0x7f47c75494cc yb::tserver::TabletServer::Shutdown() (src/yb/tserver/tablet_server.cc:366) ``` This revision adds host information (source address) so that troubleshooting is easier. Test Plan: Run test suite via Jenkins Reviewers: bogdan Reviewed By: bogdan Subscribers: ybase Differential Revision: https://phabricator.dev.yugabyte.com/D10454
- Loading branch information