-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List the host for pending remote bootstrap #6996
Comments
tedyu
changed the title
List the pending remote bootstrap
List the host for pending remote bootstrap
Jan 26, 2021
tedyu
added a commit
that referenced
this issue
Jan 28, 2021
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
polarweasel
pushed a commit
to lizayugabyte/yugabyte-db
that referenced
this issue
Mar 9, 2021
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From https://detective-gcp.dev.yugabyte.com/job/github-yugabyte-db-phabricator%2F73645%2Fartifact%2Fbuild%2Fasan-clang-dynamic-ninja%2Fyb-test-logs%2Ftests-client__snapshot-txn-test%2FSnapshotTxnTest_RemoteBootstrapOnStart.log?class=SnapshotTxnTest&max_lines=3000&name=RemoteBootstrapOnStart&start_line=21001 :
Listing the pending remote bootstrap would give us more information in troubleshooting.
The text was updated successfully, but these errors were encountered: