When a new node, node B, starts up, node A fires a cometJoined event.
During this event, A wants to broadcast some state to B, but the cometJoined event is fired before B subscribes to oort channels, so B does not receive state updates from A.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Simone Bordet (JIRA)
unread,
Jun 3, 2013, 3:11:51 AM6/3/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Fixed by sending a message on /service/oort after subscribing to observed channels, and notifying the cometJoined event when receiving messages on /service/oort.