[ 
https://issues.apache.org/jira/browse/IMPALA-6970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16463216#comment-16463216
 ] 

Tim Armstrong commented on IMPALA-6970:
---------------------------------------

{noformat}
(gdb) p runtime_state_->query_state_->query_ctx_.client_request.stmt
$24 = {
  static npos = <optimized out>, 
  _M_dataplus = {
    <std::allocator<char>> = {
      <__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, 
    members of std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::_Alloc_hider: 
    _M_p = 0xaea0e58 "SELECT COUNT(*) FROM lineitem"
  }
}
{noformat}

> DiskMgr::AllocateBuffersForRange crashes on failed DCHECK
> ---------------------------------------------------------
>
>                 Key: IMPALA-6970
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6970
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 2.13.0
>            Reporter: Sailesh Mukil
>            Priority: Blocker
>              Labels: crash
>         Attachments: stacks.txt
>
>
> Similar to IMPALA-6587, but the DCHECK failed in a slightly different way. 
> Cannot tell if the root cause is the same as that though without further 
> investigation.
> {code:java}
> FSF0503 09:30:26.715791 30750 reservation-tracker.cc:376] Check failed: bytes 
> <= unused_reservation() (8388608 vs. 6291456) 
> *** Check failure stack trace: ***
>     @          0x4277c1d  google::LogMessage::Fail()
>     @          0x42794c2  google::LogMessage::SendToLog()
>     @          0x42775f7  google::LogMessage::Flush()
>     @          0x427abbe  google::LogMessageFatal::~LogMessageFatal()
>     @          0x1ef1343  impala::ReservationTracker::AllocateFromLocked()
>     @          0x1ef111d  impala::ReservationTracker::AllocateFrom()
>     @          0x1ee8c57  
> impala::BufferPool::Client::PrepareToAllocateBuffer()
>     @          0x1ee5543  impala::BufferPool::AllocateBuffer()
>     @          0x2f50f68  impala::io::DiskIoMgr::AllocateBuffersForRange()
>     @          0x1f74762  impala::HdfsScanNodeBase::StartNextScanRange()
>     @          0x1f6b052  impala::HdfsScanNode::ScannerThread()
>     @          0x1f6a4ea  
> _ZZN6impala12HdfsScanNode22ThreadTokenAvailableCbEPNS_18ThreadResourcePoolEENKUlvE_clEv
>     @          0x1f6c5cc  
> _ZN5boost6detail8function26void_function_obj_invoker0IZN6impala12HdfsScanNode22ThreadTokenAvailableCbEPNS3_18ThreadResourcePoolEEUlvE_vE6invokeERNS1_15function_bufferE
>     @          0x1bd4748  boost::function0<>::operator()()
>     @          0x1ebf349  impala::Thread::SuperviseThread()
>     @          0x1ec74e5  boost::_bi::list5<>::operator()<>()
>     @          0x1ec7409  boost::_bi::bind_t<>::operator()()
>     @          0x1ec73cc  boost::detail::thread_data<>::run()
>     @          0x31a1f0a  thread_proxy
>     @       0x36d1607851  (unknown)
>     @       0x36d12e894d  (unknown)
> {code}
> Git hash of Impala used in job: ba84ad03cb83d7f7aed8524fcfbb0e2cdc9fdd53



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to