Commit graph

12 commits

Author SHA1 Message Date
Jonas Bonér
5a1c0da8ae converted tabs to spaces 2012-01-31 15:50:06 +01:00
Jonas Bonér
575ae92fb9 Changed line endings from DOS to UNIX 2012-01-31 15:49:24 +01:00
Roland
52d6e5625d Merge remote-tracking branch 'origin/master' into wip-1685-remote-cleaup-∂π 2012-01-26 11:24:23 +01:00
Eugene Vigdorchik
0f92df274d Use IndexedSeq instead of Arrays. 2012-01-25 20:43:03 +04:00
Eugene Vigdorchik
c8cd25e913 Factor out localhost and re-enable schoir. 2012-01-25 20:12:26 +04:00
Roland
edceda8edf restructure remoting
- remove Remote, incorporate its few fields into RemoteActorRefProvider
- rename RemoteSupport to RemoteTransport to sync up with conf and
  the way we talk about it
- remove LocalAddress/RemoteAddress etc. and just have a final case
  class Address(protocol, system, host, port)
- split netty settings out or RemoteSettings into NettySettings
- split out from NettyRemoteSupport.scala: Server.scala, Client.scala,
  Settings.scala

plus a few fixes, including using the contextClassLoader when loading
the provider for ActorSystemImpl
2012-01-20 14:41:15 +01:00
Viktor Klang
bfd11ad8c5 Removing nodename 2012-01-17 15:25:26 +01:00
Eugene Vigdorchik
0c4c84d1dc Used ZkClient for distributed testing. 2011-12-22 17:34:20 +04:00
Eugene Vigdorchik
02b305837e Minor cleanup. 2011-12-22 12:36:52 +04:00
Eugene Vigdorchik
4b31ac1c03 Minor corrections according to Viktor's review. 2011-12-21 19:06:51 +04:00
Eugene Vigdorchik
80858620b2 Done removing "localhost" from test configs. 2011-12-21 17:30:08 +04:00
Eugene Vigdorchik
d9e0b9f9e8 Added zk client for distributed barriers + started to simplify test configuration. 2011-12-21 16:07:18 +04:00