Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Information Provided
-
None
-
None
-
None
Description
I met this issue while doing some tests and below is the output:
// code placeholder WARNING: Logging before InitGoogleLogging() is written to STDERR F0120 15:16:07.215484 573686 net_util.cc:485] Check failed: pid < 1 << kPidBits (573686 vs. 262144) PID 573686 is more than 18 bits wide *** Check failure stack trace: *** *** Aborted at 1579504567 (unix time) try "date -d @1579504567" if you are using GNU date *** PC: @ 0x7f44b85b2067 gsignal *** SIGABRT (@0x7d60008c0f6) received by PID 573686 (TID 0x7f44badae880) from PID 573686; stack trace: *** @ 0x7f44ba0e2890 (unknown) @ 0x7f44b85b2067 gsignal @ 0x7f44b85b3448 abort @ 0xc2bdf9 google::logging_fail() @ 0xc2d6ed google::LogMessage::Fail() @ 0xc2f5bd google::LogMessage::SendToLog() @ 0xc2d229 google::LogMessage::Flush() @ 0xc3005f google::LogMessageFatal::~LogMessageFatal() @ 0x2b1477b kudu::GetBindIpForDaemon() @ 0xcbc26d kudu::cluster::MiniCluster::ReserveDaemonSocket() @ 0xcb94f6 kudu::cluster::InternalMiniCluster::StartMasters() @ 0xcbace0 kudu::cluster::InternalMiniCluster::Start() @ 0xc20d01 kudu::tserver::TsTabletManagerITest::StartCluster() @ 0xc15462 kudu::tserver::TsTabletManagerITest_TestTableStats_Test::TestBody() @ 0x2a6b9c8 testing::internal::HandleExceptionsInMethodIfSupported<>() @ 0x2a59e92 testing::Test::Run() @ 0x2a59fd8 testing::TestInfo::Run() @ 0x2a5a0b5 testing::TestCase::Run() @ 0x2a609c8 testing::internal::UnitTestImpl::RunAllTests() @ 0x2a6bed8 testing::internal::HandleExceptionsInMethodIfSupported<>() @ 0x2a5a18d testing::UnitTest::Run() @ 0xbad3ba main @ 0x7f44b859eb45 __libc_start_main @ 0xc0eb38 (unknown) Aborted (core dumped)
Attachments
Issue Links
- is related to
-
KUDU-1334 Support pid_max > 16 bits in the mini cluster
- Resolved