[Bugs] [Bug 1714098] New: Make debugging hung frames easier

bugzilla at redhat.com bugzilla at redhat.com
Mon May 27 06:24:20 UTC 2019


https://bugzilla.redhat.com/show_bug.cgi?id=1714098

            Bug ID: 1714098
           Summary: Make debugging hung frames easier
           Product: GlusterFS
           Version: mainline
            Status: NEW
         Component: core
          Assignee: bugs at gluster.org
          Reporter: pkarampu at redhat.com
                CC: bugs at gluster.org
  Target Milestone: ---
    Classification: Community



Description of problem:

At the moment new stack doesn't populate frame->root->unique in all cases. This
makes it difficult to debug hung frames by examining successive state dumps.
Fuse and server xlator populate it whenever they can, but other xlators won't
be able to assign one when they need to create a new frame/stack. What we need
is for unique to be correct. If a stack with same unique is present in
successive statedumps, that means the same operation is still in progress. This
makes finding hung frames part of debugging hung frames easier.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list