#1448 Git repos are hung until reactor restart (sandboxes)

unreleased
invalid
nobody
sf-2 (994)
SCM
nobody
2011-06-23
2011-02-04
No

This doesn't happen anymore with the reactor=>taskd redesign.

Discussion

  • Dave Brondsema

    Dave Brondsema - 2011-02-07

    The 'repo.init' audit message is sent but never processed. Many queues have messages waiting, including the repository ones:

    sfx$ rabbitmqctl list_queues -p forgevhost name messages messages_ready messages_unacknowledged messages_uncommitted acks_uncommitted consumers | grep repo
    allura.lib.repository._refresh/2/audit  0       0       0       0       0       12
    allura.lib.repository._init/1/audit     9       0       9       0       0       12
    allura.lib.repository._clone/0/audit    0       0       0       0       0       12
    allura.lib.repository._uninstall/3/audit        0       0       0       0       0       12
    

    The consumer count is double what is normal too.

     
  • Dave Brondsema

    Dave Brondsema - 2011-02-18
    • assigned_to: Dave Brondsema --> nobody
    • milestone: feb-17 --> backlog
     
  • Rick Copeland - 2011-03-29
    • Description has changed:

    Diff:

    --- old 
    +++ new 
    @@ -1,0 +1,1 @@
    +This doesn't happen anymore with the reactor=>taskd redesign.
    
    • status: open --> invalid
    • size: 2 --> 2
     

Log in to post a comment.