Jonas Bonér
0a7e37910e
Added stack trace to the logging of remote client/server errors. Added helper methods to make a string representation of stack trace to AkkaException object.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-02-01 15:46:40 +01:00
Roland
10974acfe8
make it possible to programmatically deploy (e.g. remotely), see #1644
...
- add Deploy to Props, which is used as the basis (overridden by
configuration)
- utilize general mechanism .withFallback (introduced on Deploy,
RouterConfig and Scope)
- actually pass Props over the wire when deploying remotely in order to
retain settings (this was an oversight before)
- write tests for the new functionality
2012-02-01 15:19:51 +01:00
viktorklang
d8d0f4486f
Merge pull request #284 from jboner/wip-1735-fix-pipe-to-√
...
Removing pipeTo from akka.actor, renamed pipeTo(f,a) to pipe(f,a)
2012-02-01 05:57:44 -08:00
Viktor Klang
009a1afe89
Making createAsker private, adding docs for 'to', changing Java API to be symmetric to Java
2012-02-01 14:54:54 +01:00
viktorklang
4de5a4dda3
Merge pull request #291 from jboner/wip-1753-remove-timer-√
...
Removing Timer and adding isOverdue method on Deadline
2012-02-01 05:40:28 -08:00
Patrik Nordwall
c447f46224
Some polish on the error handling. See #1310
2012-02-01 14:40:12 +01:00
viktorklang
06f0c83a12
Merge pull request #289 from jboner/wip-1408-remove-networkeventstream-√
...
Remove that shit
2012-02-01 05:40:06 -08:00
patriknw
8352890105
Merge pull request #290 from jboner/wip-1760-scheduler-warn-patriknw
...
Remove log warning on reschedule to stopped actor. See #1760
2012-02-01 05:35:18 -08:00
Viktor Klang
985acc821c
Fixing Deadline, removing TimeoutException and fixing bugs in Gossiper etc
2012-02-01 14:29:56 +01:00
patriknw
e791f809ef
Merge pull request #273 from jboner/wip-1730-diagrams-patriknw
...
DOC: Derek Wyatt's diagrams of fault tolerance sample, and descriptions.
2012-02-01 05:19:49 -08:00
Viktor Klang
75e90cccdf
Cleaning up the code
2012-02-01 14:04:01 +01:00
Viktor Klang
aca5693ce6
Restructuring the pattern internals so it is modular
2012-02-01 13:37:57 +01:00
Viktor Klang
0c02adaa75
Merge branch 'master' into wip-1735-fix-pipe-to-√
2012-02-01 12:05:54 +01:00
Viktor Klang
d4a1b38cdf
Removing Timer and adding isOverdue method on Deadline
2012-02-01 12:04:42 +01:00
Patrik Nordwall
2e1ad851b3
Not a running junit test, only verifies compilation
2012-02-01 11:53:46 +01:00
Viktor Klang
a61901adea
Merge branch 'master' of github.com:jboner/akka
2012-02-01 11:46:57 +01:00
Viktor Klang
937ecc3f50
Adding composable actor code snippet to docs, case closed
2012-02-01 11:46:46 +01:00
Patrik Nordwall
4753f4af02
Remove log warning on reschedule to stopped actor. See #1760
2012-02-01 11:42:27 +01:00
Viktor Klang
3363a6984d
Remove that shit
2012-02-01 11:39:04 +01:00
patriknw
f00e38649f
Merge pull request #288 from jboner/wip-1761-cp-patriknw
...
Config dir first in classpath. See #1761
2012-02-01 02:29:06 -08:00
patriknw
ed7ff3b02f
Merge pull request #283 from jboner/wip-1716-directives-patriknw
...
Replaced Action with Directive in SupervisorStrategy. See #1716
2012-02-01 02:28:42 -08:00
Patrik Nordwall
13fb8df246
DOC: Fixed unclear docs of OneForOneStrategy and AllForOneStrategy.
2012-02-01 11:26:55 +01:00
Viktor Klang
9b43134307
Fixing doc error
2012-02-01 10:22:38 +01:00
Viktor Klang
e57a48e9e2
Merge branch 'master' of github.com:jboner/akka
2012-02-01 10:10:40 +01:00
Viktor Klang
a950fe2d9b
Switching to FJP as default in the tests
2012-02-01 10:10:13 +01:00
Roland Kuhn
fd6029ed96
Merge pull request #287 from jboner/wip-1759-FSM-cleanup-∂π
...
FSM: remove Ev extractor and move -> into companion object, see #1759
2012-02-01 00:24:21 -08:00
Patrik Nordwall
aa0b48a43b
Config dir first in classpath. See #1761
2012-02-01 08:49:31 +01:00
viktorklang
e7cfb83288
Merge pull request #286 from jboner/wip-1758-fix-testactorref-√
...
Moving the InternalGetActor message to the companion object and verifyin...
2012-01-31 15:01:26 -08:00
Roland
06b64680e3
doc updates for #1759
2012-01-31 21:58:31 +01:00
Roland
983a6d3ace
FSM: remove Ev extractor and move -> into companion object, see #1759
2012-01-31 21:48:24 +01:00
Viktor Klang
dcebd1deb2
Moving the InternalGetActor message to the companion object and verifying that it's possible to call apply from Java
2012-01-31 21:38:20 +01:00
Jonas Bonér
b4d9486e63
Merge pull request #285 from jboner/wip-remove-corba-from-uuid-jboner
...
Removed unused classes referencing CORBA from UUID
2012-01-31 11:56:38 -08:00
Jonas Bonér
f915319e47
Removed unused import
2012-01-31 19:31:56 +01:00
Jonas Bonér
556fc0d19f
Removed unused classes referencing CORBA from UUID
2012-01-31 19:30:27 +01:00
Jonas Bonér
fd151d3c95
Removed unused classes referencing CORBA from UUID
2012-01-31 19:28:16 +01:00
Jonas Bonér
e79c22d4ca
Removed unused classes referencing CORBA from UUID
2012-01-31 19:25:12 +01:00
Viktor Klang
571af3d8d2
Removing pipeTo from akka.actor, renamed pipeTo(f,a) to pipe(f,a)
2012-01-31 18:56:25 +01:00
Viktor Klang
815245a133
Merging with master
2012-01-31 17:56:49 +01:00
Viktor Klang
92426a82d9
Renaming Future.or to fallbackTo
2012-01-31 17:19:38 +01:00
viktorklang
a0a4a85e49
Merge pull request #270 from jboner/wip-fix-futures-√
...
Wip fix futures √
2012-01-31 07:10:59 -08:00
Viktor Klang
8cd033bb17
Merge branch 'master' into wip-fix-futures-√
2012-01-31 16:10:14 +01:00
Patrik Nordwall
2a4418799a
Replaced Action with Directive in SupervisorStrategy. See #1716
2012-01-31 16:10:07 +01:00
Viktor Klang
aa1c7ea9b9
Adding java documentation for andThen, recover and tryRecover
2012-01-31 16:00:46 +01:00
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
Jonas Bonér
4162372024
Cleaned up AccrualFailureDetectorSpec after changing order of arguments in AccrualFailureDetector
2012-01-31 15:48:01 +01:00
Viktor Klang
e32adebfd9
Adding doc to andThen and tryRecover
2012-01-31 15:23:00 +01:00
Jonas Bonér
7dbb5e9abb
Added try-finally blocks for each shutdown step in the Gossipper.shutdown method.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-01-31 15:07:15 +01:00
Jonas Bonér
0b59640820
Fixed bunch of stuff based on feedback on pull request.
...
Moved all cluster config to akka-cluster (and added test).
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-01-31 15:01:06 +01:00
Patrik Nordwall
f13b5356f7
Second stab at revised error handling. See #1310
2012-01-31 14:44:14 +01:00