[ https://issues.apache.org/jira/browse/KUDU-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexey Serbin resolved KUDU-2886. --------------------------------- Fix Version/s: 1.12.0 Resolution: Duplicate > kudu-master crashes with not-so-relevent stack if not able to load syscatalog > data > ---------------------------------------------------------------------------------- > > Key: KUDU-2886 > URL: https://issues.apache.org/jira/browse/KUDU-2886 > Project: Kudu > Issue Type: Bug > Affects Versions: 1.8.0, 1.9.0, 1.9.1, 1.10.0 > Reporter: Alexey Serbin > Priority: Major > Fix For: 1.12.0 > > > A crash has been reported when running {{kudu-master}} under a docker > container (running as a part of a gitlab job?): > {noformat} > F0702 07:48:46.629110 463 tablet_replica.cc:137] Check failed: state_ == > SHUTDOWN || state_ == FAILED TabletReplica not fully shut down. State: > BOOTSTRAPPING > *** Check failure stack trace: *** > Wrote minidump to > /var/log/kudu/minidumps/kudu-master/82b0a00e-54dc-47a8-78e03fa9-3725a07b.dmp > Wrote minidump to > /var/log/kudu/minidumps/kudu-master/82b0a00e-54dc-47a8-78e03fa9-3725a07b.dmp > *** Aborted at 1562071726 (unix time) try "date -d @1562071726" if you are > using GNU date *** > PC: @ 0x7f9335e86e97 gsignal > *** SIGABRT (@0x192) received by PID 402 (TID 0x7f9315d16700) from PID 402; > stack trace: *** > @ 0x7f9337d7d890 (unknown) > @ 0x7f9335e86e97 gsignal > @ 0x7f9335e88801 abort > @ 0x24138f9 (unknown) > @ 0xad09cd google::LogMessage::Fail() > @ 0xad28b3 google::LogMessage::SendToLog() > @ 0xad052a google::LogMessage::Flush() > @ 0xad327f google::LogMessageFatal::~LogMessageFatal() > @ 0xea6870 kudu::tablet::TabletReplica::~TabletReplica() > @ 0xea6891 kudu::tablet::TabletReplica::~TabletReplica() > @ 0xa67826 kudu::master::SysCatalogTable::~SysCatalogTable() > @ 0xa840b4 kudu::master::CatalogManager::InitSysCatalogAsync() > @ 0xa87626 kudu::master::CatalogManager::Init() > @ 0xa4ab07 kudu::master::Master::InitCatalogManager() > @ 0xa4abf9 kudu::master::Master::InitCatalogManagerTask() > @ 0x2459ff1 kudu::ThreadPool::DispatchThread() > @ 0x244fe53 kudu::Thread::SuperviseThread() > @ 0x7f9337d726db start_thread > @ 0x7f9335f6988f clone > {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005)