Bharath Vissapragada has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/12115


Change subject: Revert "Symbolize stacktraces in debug builds."
......................................................................

Revert "Symbolize stacktraces in debug builds."

This reverts commit 40caf7898cae163d4f8c5b7831341bc55c3bcf35.

This commit is causing decimal test failures on certain exhaustive
debug builds deterministically (IMPALA-7992). With the revert I could
confirm the test passes fine. I'm reverting this while we fix the
underlying issue.

The test repeatedly dumps the following stack trace, which is likely
causing high CPU usage during symbolization.

I1219 19:26:12.834262  5201 status.cc:128] AnalysisException: Cannot
resolve DECIMAL types of the width_bucket(DECIMAL(14,4), DECIMAL(21,13),
DECIMAL(38,0), INT) function arguments. You need to wrap the arguments
in a CAST.
    @          0x1a36d56  impala::Status::Status()
    @          0x215ef28  impala::JniUtil::GetJniExceptionMsg()
    @          0x1ff0a01  impala::JniCall::Call<>()
    @          0x1fedc5d  impala::JniUtil::CallJniMethod<>()
    @          0x1fec68c  impala::Frontend::GetExecRequest()
    @          0x2016a8a  impala::ImpalaServer::ExecuteInternal()
    @          0x201659e  impala::ImpalaServer::Execute()
    @          0x208c008  impala::ImpalaServer::query()
    @          0x257e937  beeswax::BeeswaxServiceProcessor::process_query()
    @          0x257e685  beeswax::BeeswaxServiceProcessor::dispatchCall()
    @          0x2553e56  impala::ImpalaServiceProcessor::dispatchCall()
    @          0x19e0165  apache::thrift::TDispatchProcessor::process()
    @          0x1e28cb4  
apache::thrift::server::TAcceptQueueServer::Task::run()
    @          0x1e1fcc0  impala::ThriftThread::RunRunnable()
    @          0x1e213e6  boost::_mfi::mf2<>::operator()()
    @          0x1e2127c  boost::_bi::list3<>::operator()<>()
    @          0x1e20fc8  boost::_bi::bind_t<>::operator()()
    @          0x1e20edb  
boost::detail::function::void_function_obj_invoker0<>::invoke()
    @          0x1d448e1  boost::function0<>::operator()()
    @          0x21ca604  impala::Thread::SuperviseThread()
    @          0x21d2924  boost::_bi::list5<>::operator()<>()
    @          0x21d2848  boost::_bi::bind_t<>::operator()()
    @          0x21d280b  boost::detail::thread_data<>::run()
    @          0x36b8549  thread_proxy
    @       0x3ff5207850  (unknown)
    @       0x3ff4ee894c  (unknown)

Change-Id: I3646c9cb1c4db9f5295ff7f80d73acca746d296f
---
M be/src/common/init.cc
1 file changed, 0 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/15/12115/1
--
To view, visit http://gerrit.cloudera.org:8080/12115
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3646c9cb1c4db9f5295ff7f80d73acca746d296f
Gerrit-Change-Number: 12115
Gerrit-PatchSet: 1
Gerrit-Owner: Bharath Vissapragada <[email protected]>

Reply via email to