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

[jira] [Created] (HAWQ-344) When resource queue capacity is shrunk, deadlock detection maybe not triggered

Amy created HAWQ-344:
------------------------

             Summary: When resource queue capacity is shrunk, deadlock detection maybe not triggered
                 Key: HAWQ-344
                 URL: https://issues.apache.org/jira/browse/HAWQ-344
             Project: Apache HAWQ
          Issue Type: Bug
          Components: Resource Manager
            Reporter: Amy
            Assignee: Lei Chang


It maybe an unsigned integer problem. When resource queue capacity is shrunk, the waiting requests' vseg capacity is bigger than the real capacity, so that the  D-value will be a negative number, then type of variable uint32 will turn the negative number to a big positive number.



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