Andrew Sherman created IMPALA-13278:
---------------------------------------
Summary: DCHECK for monotonic clock failed
Key: IMPALA-13278
URL: https://issues.apache.org/jira/browse/IMPALA-13278
Project: IMPALA
Issue Type: Bug
Reporter: Andrew Sherman
The DCHECK that validates MonotonicStopWatch::Now() failed on m7g.4xlarge and
killed a the server.
{code:java}
F0805 00:14:06.098425 788345 runtime-profile-counters.h:656]
4d4e5d4e693e5f9f:d7b795e200000003] Check failed: offset_ >= -3 (-5 vs. -3)
*** Check failure stack trace: ***
@ 0x35cf28b google::LogMessage::Fail()
@ 0x35d125b google::LogMessage::SendToLog()
@ 0x35cecaf google::LogMessage::Flush()
@ 0x35d168f google::LogMessageFatal::~LogMessageFatal()
@ 0x1453197 impala::FragmentInstanceState::Prepare()
@ 0x1454387 impala::FragmentInstanceState::Exec()
@ 0x13e0d77 impala::QueryState::ExecFInstance()
@ 0x13e1147
_ZN5boost6detail8function26void_function_obj_invoker0IZN6impala10QueryState15StartFInstancesEvEUlvE_vE6invokeERNS1_15function_bufferE
@ 0x197f45f impala::Thread::SuperviseThread()
@ 0x198027b boost::detail::thread_data<>::run()
@ 0x23090d7 thread_proxy
@ 0xffff906378b7 start_thread
@ 0xffff8e613afb thread_start
{code}
It would be easy to bump the check last changed in IMPALA-4631 but let's see if
this happens again
--
This message was sent by Atlassian Jira
(v8.20.10#820010)