You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Andrew Sherman (Jira)" <ji...@apache.org> on 2021/11/12 23:11:00 UTC

[jira] [Resolved] (IMPALA-11017) Intermittent crash in DCHECK(read_iter->read_page_->attached_to_output_batch) in BufferedTupleStream::NextReadPage

     [ https://issues.apache.org/jira/browse/IMPALA-11017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Sherman resolved IMPALA-11017.
-------------------------------------
    Resolution: Duplicate

Thansk [~rizaon] I somehow got confused about this.  Closing as a duplicate

> Intermittent crash in DCHECK(read_iter->read_page_->attached_to_output_batch) in BufferedTupleStream::NextReadPage
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: IMPALA-11017
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11017
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Andrew Sherman
>            Assignee: Riza Suminto
>            Priority: Critical
>
> Stack is 
> {code:java}
> #1  0x00007efedd0078e8 in abort () from /lib64/libc.so.6
> #2  0x00000000055471e4 in google::DumpStackTraceAndExit() ()
> #3  0x000000000553c5dd in google::LogMessage::Fail() ()
> #4  0x000000000553decd in google::LogMessage::SendToLog() ()
> #5  0x000000000553bf3b in google::LogMessage::Flush() ()
> #6  0x000000000553fb39 in google::LogMessageFatal::~LogMessageFatal() ()
> #7  0x0000000002fb8e1c in impala::BufferedTupleStream::NextReadPage (this=0x1dd04c60, read_iter=0x1dd04d10) at /data/jenkins/workspace/impala-cdpd-master-exhaustive/repos/Impala/be/src/runtime/buffered-tuple-stream.cc:531
> #8  0x0000000002fba81e in impala::BufferedTupleStream::UnpinStream (this=0x1dd04c60, mode=impala::BufferedTupleStream::UNPIN_ALL_EXCEPT_CURRENT) at /data/jenkins/workspace/impala-cdpd-master-exhaustive/repos/Impala/be/src/runtime/buffered-tuple-stream.cc:735
> #9  0x0000000003028f5a in impala::SpillableRowBatchQueue::AddBatch (this=0x26e1f000, batch=0x16288f450) at /data/jenkins/workspace/impala-cdpd-master-exhaustive/repos/Impala/be/src/runtime/spillable-row-batch-queue.cc:91
> #10 0x0000000002bef10d in impala::BufferedPlanRootSink::Send (this=0x168544d00, state=0x168542d80, batch=0x16288f450) at /data/jenkins/workspace/impala-cdpd-master-exhaustive/repos/Impala/be/src/exec/buffered-plan-root-sink.cc:93
> #11 0x0000000002537886 in impala::FragmentInstanceState::ExecInternal (this=0x1163cea40) at /data/jenkins/workspace/impala-cdpd-master-exhaustive/repos/Impala/be/src/runtime/fragment-instance-state.cc:452
> {code}
>  Stack trace line
> {code:java}
> #7  0x0000000002fb8e1c in impala::BufferedTupleStream::NextReadPage (this=0x1dd04c60, read_iter=0x1dd04d10) at /data/jenkins/workspace/impala-cdpd-master-exhaustive/repos/Impala/be/src/runtime/buffered-tuple-stream.cc:531
> {code}
> points to
> [https://github.infra.cloudera.com/CDH/Impala/blob/640dc51642e67fbdc86285f66f8b9fe1a6f40e96/be/src/runtime/buffered-tuple-stream.cc#L531]
> which is DCHECK(read_iter->read_page_->attached_to_output_batch);
> This look very similar to the description for IMPALA-10559 (TestScratchLimit seems flaky), but the branch where this occurs includes the fix for IMPALA-10559, so I am creating a new bug.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org