Tim Armstrong has posted comments on this change.
Change subject: IMPALA-3611: track unused Disk IO buffer memory
......................................................................
Patch Set 1:
It looks like this crashed when attaching a disk I/O buffer to a batch. Not
sure if this is related to recent changes in resource transfer in
ScannerContext. Need to investigate since this had passed some private builds
earlier
Log file created at: 2016/07/27 17:30:24
Running on machine: impala-boost-static-burst-slave-14aa.vpc.cloudera.com
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
E0727 17:30:24.097180 32178 logging.cc:118] stderr will be logged to this file.
F0727 17:39:03.147995 23201 disk-io-mgr.cc:244] Check failed: mem_tracker_ !=
__null
*** Check failure stack trace: ***
@ 0x28150dd google::LogMessage::Fail()
@ 0x2817a06 google::LogMessage::SendToLog()
@ 0x2814bfd google::LogMessage::Flush()
@ 0x28184ae google::LogMessageFatal::~LogMessageFatal()
@ 0x13d045a
impala::DiskIoMgr::BufferDescriptor::TransferOwnership()
@ 0x13f6835 impala::RowBatch::AddIoBuffer()
@ 0x179dd58
impala::ScannerContext::Stream::ReleaseCompletedResources()
@ 0x179d7f7 impala::ScannerContext::ReleaseCompletedResources()
@ 0x17ea6a7 impala::HdfsScanner::AddFinalRowBatch()
@ 0x16ccaa4 impala::HdfsTextScanner::Close()
@ 0x16937c8 impala::HdfsScanNode::ProcessSplit()
@ 0x169251a impala::HdfsScanNode::ScannerThread()
@ 0x16ae651 boost::_mfi::mf0<>::operator()()
@ 0x16ad7d4 boost::_bi::list1<>::operator()<>()
@ 0x16ac283 boost::_bi::bind_t<>::operator()()
@ 0x16aa0cc
boost::detail::function::void_function_obj_invoker0<>::invoke()
@ 0x1352faa boost::function0<>::operator()()
@ 0x15fe491 impala::Thread::SuperviseThread()
@ 0x1604eaa boost::_bi::list4<>::operator()<>()
@ 0x1604ded boost::_bi::bind_t<>::operator()()
@ 0x1604d48 boost::detail::thread_data<>::run()
@ 0x1a46a4a thread_proxy
@ 0x329ca07851 (unknown)
@ 0x329c6e894d (unknown)
Picked up JAVA_TOOL_OPTIONS:
-agentlib:jdwp=transport=dt_socket,address=30000,server=y,suspend=n
Wrote minidump to
/data/jenkins/workspace/impala-external-gerrit-verify-merge-ASF/repos/Impala/logs/data_loading/minidumps/impalad/0a39194c-4f83-d6ab-514ae256-02112179.dmp
--
To view, visit http://gerrit.cloudera.org:8080/3799
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I8777cf76f04d34a46f53d53005412e0f1d63b5b7
Gerrit-PatchSet: 1
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: Tim Armstrong <[email protected]>
Gerrit-Reviewer: Internal Jenkins
Gerrit-Reviewer: Tim Armstrong <[email protected]>
Gerrit-HasComments: No