Jonas Bonér
5fe9dcaf4e
Cleaned up stuff around file-based mailbox
2012-06-24 14:43:46 +02:00
Jonas Bonér
9c4c856be3
Merge branch 'master' of github.com:akka/akka
2012-06-20 14:01:36 +02:00
Jonas Bonér
a050fe349d
Fixed link to licenses for dependency projects
2012-06-20 14:01:23 +02:00
Patrik Nordwall
063c260615
Add missing after barriers in LeaderElectionSpec, see #2256
2012-06-20 13:30:30 +02:00
Jonas Bonér
0563ae04f1
Increased timeout for LeaderLeavingSpec
2012-06-20 11:54:30 +02:00
patriknw
09e92b6bd9
Merge pull request #550 from akka/wip-2066-phi-patriknw
...
Improve phi in AccrualFailureDetector, see #2066
2012-06-20 02:24:42 -07:00
Jonas Bonér
df673dafc9
Merged with master
2012-06-20 11:07:53 +02:00
Patrik Nordwall
4b2316a56b
Rename GossipingAccrualFailureDetectorSpec
2012-06-20 11:06:47 +02:00
Jonas Bonér
803b37d015
Added longer waiting time to wait for leader hand-off and convergence on new leader in the LeaderLeavingSpec. Fixes #2254
2012-06-20 11:03:03 +02:00
Patrik Nordwall
60ec86810d
Merge branch 'master' into wip-2066-phi-patriknw
...
Conflicts:
akka-cluster/src/main/scala/akka/cluster/AccrualFailureDetector.scala
2012-06-20 10:27:56 +02:00
Patrik Nordwall
e023108471
Incorporated feedback from review, see #2066
2012-06-20 10:18:15 +02:00
viktorklang
e85d996fd5
Merge pull request #549 from akka/wip-2245-nullcheck-eventstream-√
...
#2245 - Adding nullchecks in EventStream
2012-06-20 01:08:13 -07:00
patriknw
6c58fecba0
Merge pull request #546 from akka/wip-2201-cache-node-lookup-patriknw
...
Cache address lookup, see #2201
2012-06-20 00:41:44 -07:00
Patrik Nordwall
ec9abb12df
Merge branch 'master' into wip-2201-cache-node-lookup-patriknw
...
Conflicts:
akka-cluster/src/multi-jvm/scala/akka/cluster/ConvergenceSpec.scala
akka-cluster/src/multi-jvm/scala/akka/cluster/LeaderElectionSpec.scala
akka-cluster/src/multi-jvm/scala/akka/cluster/MembershipChangeListenerExitingSpec.scala
akka-cluster/src/multi-jvm/scala/akka/cluster/MembershipChangeListenerJoinSpec.scala
akka-cluster/src/multi-jvm/scala/akka/cluster/MembershipChangeListenerLeavingSpec.scala
akka-cluster/src/multi-jvm/scala/akka/cluster/MembershipChangeListenerUpSpec.scala
akka-cluster/src/multi-jvm/scala/akka/cluster/NodeLeavingAndExitingAndBeingRemovedSpec.scala
akka-cluster/src/multi-jvm/scala/akka/cluster/TransitionSpec.scala
2012-06-20 09:40:16 +02:00
Patrik Nordwall
0e0f05309c
One more barrier in TransitionSpec
2012-06-20 09:19:09 +02:00
Viktor Klang
f5fb24719d
Disabling SSL once again
2012-06-19 21:19:19 +02:00
Jonas Bonér
d38aa2ed9c
Added ScalaDoc about the Leaving, Exiting and Removed states
2012-06-19 20:11:54 +02:00
Björn Antonsson
6bf37ad59f
Merge branch 'wip-2218-test-conductor-barrier-timeouts'
2012-06-19 17:11:24 +02:00
Björn Antonsson
14184e99e9
Changed tests to use enterBarrier
2012-06-19 17:10:03 +02:00
Viktor Klang
5f066165ba
Commenting out Ticket1978AES128CounterRNGSecureSpec
2012-06-19 16:34:02 +02:00
Björn Antonsson
3db9f7eb41
Changes based on review
2012-06-19 16:32:51 +02:00
Viktor Klang
23a87afca6
Commenting out one of the SSL tests since I can't see how it is needed
2012-06-19 16:10:46 +02:00
Viktor Klang
45d3c7dccd
Merge branch 'master' of github.com:akka/akka
2012-06-19 15:24:10 +02:00
Viktor Klang
53d8ef601e
Revert "Sigh, the tests are flakier than a flaky flake from flakeville"
...
This reverts commit 9862afab84 .
2012-06-19 15:24:00 +02:00
Björn Antonsson
4a56f195fc
Merge branch 'master' into wip-2218-test-conductor-barrier-timeouts
2012-06-19 15:11:50 +02:00
Jonas Bonér
4a5bd84f84
Merge pull request #547 from akka/wip-2162-redesign-of-management-of-the-exiting-to-removed-life-cycle-jboner
...
Redesign of management of the EXITING to REMOVED life-cycle (and some more goodies)
2012-06-19 06:10:26 -07:00
Jonas Bonér
9011c310e1
Minor cleanup.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-06-19 14:27:12 +02:00
Jonas Bonér
fd54a93135
Added ScalaDoc on 'def status: MemberStatus' describing the MemberStatus.Removed semantics.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-06-19 14:21:56 +02:00
Jonas Bonér
4f8522dc63
Merged in the old MemberSpec with the new MemberOrderingSpec.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-06-19 14:21:11 +02:00
Patrik Nordwall
410fd6ca58
Improve phi in AccrualFailureDetector, see #2066
...
* Implementation of phi according to the paper
* Config properties and documentation, min-std-deviation,
* acceptable-lost-heartbeats
* Restructure code, HeartbeatHistory is responsible for
stats from historical heartbeats
* Correct and efficient calculation of mean and standard
deviation
* More tests
2012-06-19 12:32:56 +02:00
Viktor Klang
9862afab84
Sigh, the tests are flakier than a flaky flake from flakeville
2012-06-19 12:16:10 +02:00
Viktor Klang
09df0889db
Adding IAEs for null subscriber/classifier in ActorClassification
2012-06-19 11:39:05 +02:00
Viktor Klang
32562652af
remove debug statement
2012-06-19 11:09:54 +02:00
Viktor Klang
4f3f4aadba
I think I nailed it.
2012-06-19 10:36:09 +02:00
Viktor Klang
e730432cb0
Switching to 256bit for the Ticket1978AES128CounterRNGSecureSpec
2012-06-18 20:07:58 +02:00
Viktor Klang
16530fd88a
Deactivating the SSL tests for now
2012-06-18 19:58:23 +02:00
Viktor Klang
a9f258b23e
Trying to work around the fact that intercept doesn't respect remaining but invents its own default timeout
2012-06-18 19:31:36 +02:00
Viktor Klang
8eca3692c8
Switching to 30s timeout for the SSL tests + loading from classloader rather than file path
2012-06-18 18:47:35 +02:00
Jonas Bonér
c51c06aaf4
Merged with master
2012-06-18 18:39:28 +02:00
Viktor Klang
db53285272
#2245 - Adding nullchecks in EventStream
2012-06-18 18:21:12 +02:00
Viktor Klang
a2c15f8321
Trying to embed smarted detection for the SSL tests, is this a keeper?
2012-06-18 17:57:09 +02:00
Viktor Klang
bf32ca0c37
Minor code restructuring for the SSL tests
2012-06-18 17:18:17 +02:00
Jonas Bonér
6e60d51263
Reenabled LeaderLeavingSpec and added successful leader-handoff assertion
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-06-18 15:26:23 +02:00
Jonas Bonér
6b02c48be9
Added spec testing the Ordering[Address] and Ordering[Member].
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-06-18 15:25:46 +02:00
Jonas Bonér
49586bd01d
Change Member ordering so it sorts members by host and port with the exception that it puts all members that are in MemberStatus.EXITING last.
...
To fix LEADER leaving and allow handoff to new leader before moving old leader from EXITING -> REMOVED.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-06-18 15:25:17 +02:00
Viktor Klang
f63409e0e7
Removing commented out code in the Ticket1978CommunicationSpec
2012-06-18 15:05:24 +02:00
Viktor Klang
6c5595acdd
Merge branch 'master' of github.com:akka/akka
2012-06-18 15:00:20 +02:00
Viktor Klang
ceb7d1515a
Switching strategy for SSL detection to try to initialize a Client SslHandler
2012-06-18 14:55:49 +02:00
viktorklang
b3f7546b62
Merge pull request #548 from akka/wip-fix-0mq-send-√
...
Switching to a more continuation based approach for sending that also so...
2012-06-18 05:33:40 -07:00
Viktor Klang
914a83b291
Fixing bug in flushMessage
2012-06-18 14:31:57 +02:00