Jinmei Liao created GEODE-3994:
----------------------------------

             Summary: create async-event-queue command should fail if we are 
trying to create the queue with the same queueId on different groups
                 Key: GEODE-3994
                 URL: https://issues.apache.org/jira/browse/GEODE-3994
             Project: Geode
          Issue Type: Bug
            Reporter: Jinmei Liao


create async-event-queue --id=queue --group=group1 --listener=xxx
create async-event-queue --id=queue --group=group2 --listener=xxx

Currently, if group1 and group2 have common members, the second command would 
fail partially, the queue is created on some member but not another, but the 
cluster configuration is updated already. Future server that might belong to 
both groups will have trouble creating the queue. It would be a good idea to 
check for unique queue name. Besides, they might give the same name with 
different listener, which will add to the confusion.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to