Commit graph

9 commits

Author SHA1 Message Date
Patrik Nordwall
e38dd80f38 Publish cluster changes to event bus, see #2202
* ClusterEventBus
* Removed register listener and related
* Removed Gossip.meta because it doesn't handle version conflicts
2012-08-14 11:03:30 +02:00
Patrik Nordwall
d9a6c8a44a Remove workaround for SortedSet bug SI-5986, see #2286 2012-08-13 10:10:33 +02:00
Viktor Klang
9d097bcf50 Making it possible/mandatory to signal which ExecutionContext will actually execute something scheduled 2012-08-08 15:57:30 +02:00
Viktor Klang
f41786f171 Merging with master 2012-07-12 00:34:51 +02:00
Viktor Klang
df2389f3bf Merge branch 'master' into wip-scala210M4-√ 2012-07-11 23:31:07 +02:00
Viktor Klang
f1375b6bfb Making some changes in the cluster code to avoid doing work that isn't needed 2012-07-07 20:55:02 +02:00
Viktor Klang
ac5b5de90a Merging in master, huge work trying to get things to compile, tests not green at this stage 2012-07-06 17:04:04 +02:00
Patrik Nordwall
f88ca9c9fc Remove workaround for the strange gossip merge, see #2303
* Can't reproduce with the actor based Cluster, it was easy
  to reproduce before.
* If it still is a problem it will be detected by the runtime
  assert. It will show up as:
  IllegalArgumentException: Nodes not part of cluster have marked the Gossip as seen
2012-07-05 16:05:16 +02:00
Patrik Nordwall
01ee8e8fbf Separate Cluster to several files, see #2311
* Introduced ClusterEnvironment trait to make it easier to test
  the actors without using the extension
* Incorparate more feedback from review
2012-07-05 13:57:44 +02:00