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 "Chen Wang (JIRA)" <ji...@apache.org> on 2018/08/29 07:42:00 UTC

[jira] [Updated] (IMPALA-7505) impalad webserver hang in getting a lock of QueryExecStatus

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

Chen Wang updated IMPALA-7505:
------------------------------
    Affects Version/s:     (was: Impala 2.7.1)
          Description: 
Impalad’s webserver would hang sometimes.

The following is one of the cases: the webserver threads stuck in getting a lock of QueryExecStatus,  but I can't find where the lock is acquired in the stack. The web requests are sent from the agent of CDH, which is to check the activity of impalad.
Full gdb log is in the attachment.

{code}
Thread 116 (Thread 0x7f288f5e1700 (LWP 31062)):
#0  0x000000378780e334 in __lll_lock_wait () from /lib64/libpthread.so.0
#1  0x00000037878095d8 in _L_lock_854 () from /lib64/libpthread.so.0
#2  0x00000037878094a7 in pthread_mutex_lock () from /lib64/libpthread.so.0
#3  0x00000000008d6eb8 in pthread_mutex_lock (this=0xcab4f50) at /data/impala/toolchain/boost-1.57.0/include/boost/thread/pthread/mutex.hpp:62
#4  boost::mutex::lock (this=0xcab4f50) at /data/impala/toolchain/boost-1.57.0/include/boost/thread/pthread/mutex.hpp:116
#5  0x0000000000b7903c in lock_guard (this=0xa7b5800, query_id=) at /data/impala/toolchain/boost-1.57.0/include/boost/thread/lock_guard.hpp:38
#6  impala::ImpalaServer::GetRuntimeProfileStr (this=0xa7b5800, query_id=) at /data/impala/be/src/service/impala-server.cc:573
#7  0x0000000000ba6a8c in impala::ImpalaHttpHandler::QueryProfileEncodedHandler (this=0x3f56be0, args=) at /data/impala/be/src/service/impala-http-handler.cc:219
#8  0x0000000000cafe75 in operator() (this=) at /data/impala/toolchain/boost-1.57.0/include/boost/function/function_template.hpp:767
#9  impala::Webserver::RenderUrlWithTemplate (this=) at /data/impala/be/src/util/webserver.cc:443
#10 0x0000000000cb1295 in impala::Webserver::BeginRequestCallback (this=) at /data/impala/be/src/util/webserver.cc:414
#11 0x0000000000cc4850 in handle_request ()
#12 0x0000000000cc6fcd in process_new_connection ()
#13 0x0000000000cc765d in worker_thread ()
#14 0x0000003787807aa1 in start_thread () from /lib64/libpthread.so.0
#15 0x00000037874e8bcd in clone () from /lib64/libc.so.6
{code}

The hang situation appears on impala 2.8.0, but I found that code of be/service part hasn’t changed much from 2.8.0 to 2.11.0. so the problem may still exists.
Hope you experts can give me some guidance of finding the root cause, or workaround plans to deal with these hang situation.

  was:
Impalad’s webserver would hang sometimes.

The following is one of the cases: the webserver threads stuck in getting a lock of QueryExecStatus,  but I can't find where the lock is acquired in the stack. The web requests are sent from the agent of CDH, which is to check the activity of impalad.
Full gdb log is in the attachment.

{code}
Thread 116 (Thread 0x7f288f5e1700 (LWP 31062)):
#0  0x000000378780e334 in __lll_lock_wait () from /lib64/libpthread.so.0
#1  0x00000037878095d8 in _L_lock_854 () from /lib64/libpthread.so.0
#2  0x00000037878094a7 in pthread_mutex_lock () from /lib64/libpthread.so.0
#3  0x00000000008d6eb8 in pthread_mutex_lock (this=0xcab4f50) at /data/impala/toolchain/boost-1.57.0/include/boost/thread/pthread/mutex.hpp:62
#4  boost::mutex::lock (this=0xcab4f50) at /data/impala/toolchain/boost-1.57.0/include/boost/thread/pthread/mutex.hpp:116
#5  0x0000000000b7903c in lock_guard (this=0xa7b5800, query_id=) at /data/impala/toolchain/boost-1.57.0/include/boost/thread/lock_guard.hpp:38
#6  impala::ImpalaServer::GetRuntimeProfileStr (this=0xa7b5800, query_id=) at /data/impala/be/src/service/impala-server.cc:573
#7  0x0000000000ba6a8c in impala::ImpalaHttpHandler::QueryProfileEncodedHandler (this=0x3f56be0, args=) at /data/impala/be/src/service/impala-http-handler.cc:219
#8  0x0000000000cafe75 in operator() (this=) at /data/impala/toolchain/boost-1.57.0/include/boost/function/function_template.hpp:767
#9  impala::Webserver::RenderUrlWithTemplate (this=) at /data/impala/be/src/util/webserver.cc:443
#10 0x0000000000cb1295 in impala::Webserver::BeginRequestCallback (this=) at /data/impala/be/src/util/webserver.cc:414
#11 0x0000000000cc4850 in handle_request ()
#12 0x0000000000cc6fcd in process_new_connection ()
#13 0x0000000000cc765d in worker_thread ()
#14 0x0000003787807aa1 in start_thread () from /lib64/libpthread.so.0
#15 0x00000037874e8bcd in clone () from /lib64/libc.so.6
{code}

The hang situation appears on impala 2.7.1 & 2.8.0, but I found that code of be/service part hasn’t changed much from 2.7.1 to 2.11.0. so the problem may still exists.
Hope you experts can give me some guidance of finding the root cause, or workaround plans to deal with these hang situation.


> impalad webserver hang in getting a lock of QueryExecStatus
> -----------------------------------------------------------
>
>                 Key: IMPALA-7505
>                 URL: https://issues.apache.org/jira/browse/IMPALA-7505
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 2.8.0
>            Reporter: Chen Wang
>            Priority: Major
>         Attachments: gdb.out
>
>
> Impalad’s webserver would hang sometimes.
> The following is one of the cases: the webserver threads stuck in getting a lock of QueryExecStatus,  but I can't find where the lock is acquired in the stack. The web requests are sent from the agent of CDH, which is to check the activity of impalad.
> Full gdb log is in the attachment.
> {code}
> Thread 116 (Thread 0x7f288f5e1700 (LWP 31062)):
> #0  0x000000378780e334 in __lll_lock_wait () from /lib64/libpthread.so.0
> #1  0x00000037878095d8 in _L_lock_854 () from /lib64/libpthread.so.0
> #2  0x00000037878094a7 in pthread_mutex_lock () from /lib64/libpthread.so.0
> #3  0x00000000008d6eb8 in pthread_mutex_lock (this=0xcab4f50) at /data/impala/toolchain/boost-1.57.0/include/boost/thread/pthread/mutex.hpp:62
> #4  boost::mutex::lock (this=0xcab4f50) at /data/impala/toolchain/boost-1.57.0/include/boost/thread/pthread/mutex.hpp:116
> #5  0x0000000000b7903c in lock_guard (this=0xa7b5800, query_id=) at /data/impala/toolchain/boost-1.57.0/include/boost/thread/lock_guard.hpp:38
> #6  impala::ImpalaServer::GetRuntimeProfileStr (this=0xa7b5800, query_id=) at /data/impala/be/src/service/impala-server.cc:573
> #7  0x0000000000ba6a8c in impala::ImpalaHttpHandler::QueryProfileEncodedHandler (this=0x3f56be0, args=) at /data/impala/be/src/service/impala-http-handler.cc:219
> #8  0x0000000000cafe75 in operator() (this=) at /data/impala/toolchain/boost-1.57.0/include/boost/function/function_template.hpp:767
> #9  impala::Webserver::RenderUrlWithTemplate (this=) at /data/impala/be/src/util/webserver.cc:443
> #10 0x0000000000cb1295 in impala::Webserver::BeginRequestCallback (this=) at /data/impala/be/src/util/webserver.cc:414
> #11 0x0000000000cc4850 in handle_request ()
> #12 0x0000000000cc6fcd in process_new_connection ()
> #13 0x0000000000cc765d in worker_thread ()
> #14 0x0000003787807aa1 in start_thread () from /lib64/libpthread.so.0
> #15 0x00000037874e8bcd in clone () from /lib64/libc.so.6
> {code}
> The hang situation appears on impala 2.8.0, but I found that code of be/service part hasn’t changed much from 2.8.0 to 2.11.0. so the problem may still exists.
> Hope you experts can give me some guidance of finding the root cause, or workaround plans to deal with these hang situation.



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

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