You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/01/18 04:52:39 UTC

[jira] [Commented] (HAWQ-345) Can not drop a resource queue that is busy

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

ASF GitHub Bot commented on HAWQ-345:
-------------------------------------

GitHub user jiny2 opened a pull request:

    https://github.com/apache/incubator-hawq/pull/275

    HAWQ-345. Can not drop a resource queue that is busy

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jiny2/incubator-hawq HAWQ-345

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq/pull/275.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #275
    
----
commit 6457ba49db382c8cc25babb52ad99307d559a1a2
Author: YI JIN <yj...@pivotal.io>
Date:   2016-01-18T03:42:49Z

    HAWQ-345. Can not drop a resource queue that is busy

----


> Can not drop a resource queue that is busy 
> -------------------------------------------
>
>                 Key: HAWQ-345
>                 URL: https://issues.apache.org/jira/browse/HAWQ-345
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: Resource Manager
>            Reporter: Amy
>            Assignee: Yi Jin
>
> It will crash when you drop a busy resource queue.
> use: debuginfo-install hawq-2.0.0.0_beta-19038.x86_64
> The crash stacks are as below:
> (gdb) bt
> 0 0x00000000008d310d in getDQueueHeadNodeData (list=0x7f05e8fff378) at linkedlist.c:98
> 1 0x00000000008f65c7 in timeoutQueuedRequest () at resqueuemanager.c:4777
> 2 0x0000000000902f1e in MainHandlerLoop () at resourcemanager.c:601
> 3 0x0000000000903509 in ResManagerMainServer2ndPhase () at resourcemanager.c:511
> 4 0x0000000000903934 in ResManagerMain (argc=<value optimized out>, argv=<value optimized out>) at resourcemanager.c:330
> 5 0x0000000000903cc1 in ResManagerProcessStartup () at resourcemanager.c:402
> 6 0x0000000000763e48 in CommenceNormalOperations () at postmaster.c:3639
> 7 0x0000000000764d02 in do_reaper () at postmaster.c:3987
> 8 0x000000000076a0ad in ServerLoop () at postmaster.c:2102
> 9 0x000000000076bbee in PostmasterMain (argc=9, argv=0x179b5b0) at postmaster.c:1421
> 10 0x00000000006c5c5a in main (argc=9, argv=0x179b570) at main.c:226



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)