[JIRA] (COMETD-403) Sharing variable across cometd nodes

11 views
Skip to first unread message

Saitz Peter (JIRA)

unread,
Jan 3, 2013, 4:32:51 PM1/3/13
to comet...@googlegroups.com
Issue Type: Improvement Improvement
Affects Versions: 2.5.1
Assignee: Unassigned
Components: oort
Created: 03/Jan/13 4:32 PM
Description:

I was wondering if it would be possible that you add functionality to cometd (oort or seti, not sure where it belongs), where cometd nodes would share variable across each other.

Something like oort.setAttribute(id, value) so each node can see this value and change to the value propagates to other nodes.

Fix Versions: 2.5.2
Project: CometD
Priority: Minor Minor
Reporter: Saitz Peter
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

Saitz Peter (JIRA)

unread,
May 14, 2013, 3:46:51 AM5/14/13
to comet...@googlegroups.com
Saitz Peter commented on Improvement COMETD-403

I'd like to add, that it might be a good idea to include "counter" functionality in this sharing, where value is increased by a defined increment, and nodes sent to each other only a directive to increment existing value.

Simone Bordet (JIRA)

unread,
Jun 3, 2013, 3:40:52 AM6/3/13
to comet...@googlegroups.com
Simone Bordet resolved Improvement COMETD-403 as Fixed

Object sharing and service sharing across Oort nodes has been implemented.

Class OortObject, along with OortLong, OortMap and OortList allow applications to seamlessly share entities across nodes.

Class OortService and OortMasterService provide applications service forwarding functionalities, where an action started by a node is forwarded to another node for execution, and a result/failure is returned to the starting node.

Class OortMasterLong provides an atomic (across the cluster) shared counter that can be used to generate unique IDs.

Change By: Simone Bordet (03/Jun/13 3:40 AM)
Status: Open Resolved
Assignee: Simone Bordet
Fix Version/s: 2.7.0
Fix Version/s: 3.0.0
Resolution: Fixed
Reply all
Reply to author
Forward
0 new messages