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
to storm...@googlegroups.com
I was wondering if state queries are ordered among batches as state updates. Does Trident consider state queries as state updates and force strong ordering of batches on them ?
Thanks in advance.
churly lin
unread,
Dec 11, 2013, 4:29:42 AM12/11/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
to storm...@googlegroups.com
I am also confused on this issue. In adition, Does Trident force strong ordering of state updates among batches?Dose BaseStateUpdater<S extends State>#updateState do updates in a exactly-once semantic?
Lorenz Fischer
unread,
Dec 11, 2013, 4:06:01 PM12/11/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
Regarding the ordering of state updates: from https://github.com/nathanmarz/storm/wiki/Trident-state: "State updates are ordered among batches. That is, the state updates for batch 3 won't be applied until the state updates for batch 2 have succeeded"
Hope this helps,
Lorenz
churly lin
unread,
Dec 12, 2013, 1:15:24 AM12/12/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
to storm...@googlegroups.com
thank you! @Lorenz Fischer It seems that I should reread the storm wiki ^ ^
anub...@hotmail.com
unread,
Dec 12, 2013, 2:45:06 AM12/12/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
to storm...@googlegroups.com
Yeah but what about the state queries?? Are they considered as state updates (they are ordered among batches) or not?