Pubsub items should be created using cluster time rather than local time
Description
Because the order of pubsub items is significant (sorted by creation date), we need to use the cluster's master timestamp when creating pubsub items rather than the local system timestamp, which might vary significantly for each cluster member.
Environment
None
Activity
Show:
Tom Evans May 2, 2013 at 12:19 AM
Added cluster time; note that the Hazelcast plugin must also be updated to pick up this fix (now 1.0.6)
Because the order of pubsub items is significant (sorted by creation date), we need to use the cluster's master timestamp when creating pubsub items rather than the local system timestamp, which might vary significantly for each cluster member.