Changes between Initial Version and Version 1 of Ticket #317


Ignore:
Timestamp:
09/11/12 14:59:23 (12 years ago)
Author:
ph3-der-loewe
Comment:

I suspect this is another problem so I changed the bug report to match this.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #317

    • Property Summary changed from RPLD drops the Queue from the MainQueue out of the Store to rpld drops queues on restore when the server is not available at time of restore
    • Property Topic changed from to Bug Fix
    • Property Difficulty changed from to hard
    • Property Version changed from to current
    • Property Keywords store restore added
  • Ticket #317 – Description

    initial v1  
    1 I have to add the queue manually again to the Store. 
     1If a server is not available at the time of restore rpld just drops the queue completely. This leads into confused users and the need to re-add the queues. 
    22 
    3 Even a "rpld-ctl store" doesnt make rpld keep the info. 
    4  
    5  
    6 Commands to fix: 
    7 # socat UNIX:/tmp/.rpld - 
    8 ADDQUEUE TO "Main Queue" WITH HISTORY "Main History" 
    9  
     3There should be some way to work around this. Possible options include: 
     4* Terminate rpld with error. 
     5* Return failure for the restore() caller and keep the old environment. 
     6* Write a warning and ignore the problem. 
     7* Mark the queue with a runtime flag "inactive". 
     8* A combination of the above.