Patrik Nordwall
738565883b
Add join-seed-node-timeout config, see #2219
2012-06-25 20:20:11 +02:00
Patrik Nordwall
42078e7083
Reintroduce 'seed' nodes, see #2219
...
* Implement the join to seed nodes process
When a new node is started started it sends a message to all
seed nodes and then sends join command to the one that answers
first.
* Configuration of seed-nodes and auto-join
* New JoinSeedNodeSpec that verifies the auto join to seed nodes
* In tests seed nodes are configured by overriding seedNodes
function, since addresses are not known before start
* Deputy nodes are the live members of the seed nodes (not sure if
that will be the final solution, see ticket 2252
* Updated cluster.rst with latest info about deputy and seed nodes
2012-06-21 11:05:02 +02:00
Patrik Nordwall
a7c8d7da10
Remove unnecessary clock param in one of AccrualFailureDetector's constructors
2012-06-21 11:05:02 +02:00
viktorklang
980cc8ec54
Merge pull request #555 from dev10/wip-rename-ssl-rng
...
Renamed AESCounterRNG classes to be a bit more self-explanatory
2012-06-21 01:15:34 -07:00
Peter Badenhorst
8fbe09cf13
Merge branch 'wip-rename-ssl-rng' of github.com:dev10/akka into wip-rename-ssl-rng
2012-06-21 09:40:50 +02:00
Peter Badenhorst
5b36334003
Renamed AESCounterRNG classes to be a bit more self-explanatory
...
Added some comments
2012-06-21 09:32:05 +02:00
Peter Badenhorst
26d56f1540
Renamed AESCounterRNG classes to be a bit more self-explanatory
...
Added some comments
2012-06-20 19:06:12 +02:00
Viktor Klang
07293f2584
When the Cipher changes were reverted, this also got reverted, so fixing it
2012-06-20 16:41:17 +02:00
Viktor Klang
8414063afe
Revert "Somehow the code for the fast and the secure was flipped"
...
This reverts commit 95419ba82f .
2012-06-20 16:40:29 +02:00
Viktor Klang
3b771c1590
Formatting
2012-06-20 16:21:48 +02:00
viktorklang
7700b04bfb
Merge pull request #554 from akka/wip-ssl-unbroken-√
...
Wip ssl unbroken √
2012-06-20 07:03:29 -07:00
Viktor Klang
f2a857046d
Using softer language and warning about using 0 threads for the execution handler
2012-06-20 15:59:52 +02:00
Viktor Klang
3f86abaac8
Review reformatting
2012-06-20 15:50:22 +02:00
Viktor Klang
ebcdb5d017
Removing SSL debug residue
2012-06-20 15:45:50 +02:00
Viktor Klang
cb4831d52e
Rearchitecting the reconnection semantics since we need to handle the ssl handshake there as well
2012-06-20 15:19:24 +02:00
Viktor Klang
6be3acacec
I think we have a winner
2012-06-20 15:01:14 +02:00
Viktor Klang
8fcffcab00
Doing a roundtrip before issuing the wave of messages
2012-06-20 14:43:11 +02:00
Viktor Klang
28ee78bfd5
Adding support for being able to _not_ use ExecutionHandler by setting the poolsize to 0
2012-06-20 14:29:41 +02:00
Viktor Klang
7b792a7b93
Merge branch 'master' into wip-ssl-unbroken-√
2012-06-20 14:15:16 +02:00
Viktor Klang
c7fa738a25
Merge branch 'master' of github.com:akka/akka
2012-06-20 14:14:21 +02:00
Viktor Klang
9b73d75c1b
Removing the naught default in code of the failure detector and changed so that the AccrualFailureDetectors constructor matches what the instantiator expects
2012-06-20 14:14:10 +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
Viktor Klang
de6c4cff48
Merge branch 'master' into wip-ssl-unbroken-√
2012-06-20 10:58:52 +02:00
Viktor Klang
b062539ae3
Adding the setting of securerandom.source and support for NativePRNG
2012-06-20 10:58:30 +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
Viktor Klang
d14ee76a23
Merge branch 'master' into wip-ssl-unbroken-√
2012-06-20 10:09:04 +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
95419ba82f
Somehow the code for the fast and the secure was flipped
2012-06-20 01:56:15 +02:00
Viktor Klang
dbe72a6bf3
Making AkkaProvider a Scala Object
2012-06-20 00:47:11 +02:00
Viktor Klang
8a7c8a2ced
Restructuring some of the SSL code to avoid the risk of races
2012-06-20 00:10:06 +02:00
Viktor Klang
a0cf41b3ef
Merge conflict resolution
2012-06-19 23:06:26 +02:00
Viktor Klang
64566e6912
Rewriting large parts of the SSL tests and adding cleanup to the code
2012-06-19 22:44:01 +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