Commit graph

13415 commits

Author SHA1 Message Date
Patrik Nordwall
22a7a0626a =act #3507 Change format of ActorSelection.toString 2013-11-14 13:40:30 +01:00
Patrik Nordwall
8fb59a0bc6 Merge pull request #1820 from akka/wip-3601-ActorSystemSpec-patriknw
=act #3601 Harden test for log dead letters
2013-11-06 05:20:39 -08:00
Patrik Nordwall
032b542c19 Merge pull request #1813 from akka/wip-3073-faster-actorselection-patriknw
=act,rem #3073 Make ActorSelection faster
2013-11-06 05:20:21 -08:00
Patrik Nordwall
f89422c18e =act,rem #3073 Make ActorSelection faster 2013-11-06 12:41:53 +01:00
Patrik Nordwall
471175d347 =act #3601 Harden test for log dead letters 2013-11-06 07:59:35 +01:00
Björn Antonsson
577aed548a Merge pull request #1791 from akka/wip-3448-update-to-sbt-0.13-ban
=pro #3448 Upgrade to sbt 0.13.0
2013-11-04 05:19:56 -08:00
Björn Antonsson
28b5f1039d =all #3448 Newer Scalariform running on more files 2013-11-04 11:05:07 +01:00
Björn Antonsson
b9f91b176b =pro #3448 Upgrade to sbt 0.13.0 2013-11-04 11:05:06 +01:00
Patrik Nordwall
e301f9df7e Merge pull request #1816 from akka/wip-sphinx-patriknw
=doc Update Sphinx installation instructions
2013-11-04 00:47:48 -08:00
Patrik Nordwall
0d86281b9b Merge pull request #1817 from sandermak/osgi-sample-improvements
=doc,osg Effort to get OSGi integration tests running again
2013-11-04 00:45:55 -08:00
Sander Mak
a44d2720e0 =doc,osg Effort to get OSGi integration tests running again
* Update protobuf dependency so mvn clean install runs again
* Bump OSGi version range in AkkaBuild to include current 2.3 for generated manifests
* Update path in dev documentation to correct TexBasic folder
2013-11-01 16:34:49 +01:00
Patrik Nordwall
fa4c859342 =doc Update Sphinx installation instructions 2013-11-01 11:46:44 +01:00
Patrik Nordwall
6a6525fa1f Merge pull request #1808 from krasserm/wip-3681-performance-improvements-krasserm
!per #3681 Performance and consistency improvements
2013-10-30 08:17:01 -07:00
Martin Krasser
1da3369643 !per #3681 Performance and consistency improvements
- batch-write of persistent messages (user API)
- batch-write of events (in EventsourcedProcessor)
- command processing in EventsourcedProcessor by unstashing messages one-by-one from the internal stash
   * fixes performance issues that come up with unstashAll
- commands are not looped through journal actor but processed directly
- initial performance tests
  * command sourcing
  * event sourcing
  * event sourcing with user stash operations
- suppress stack traces in tests
2013-10-30 15:08:15 +01:00
Roland Kuhn
165369b144 Merge pull request #1803 from akka/wip-CONTRIBUTING-∂π
update to latest version of Typesafe CONTRIBUTING rules
2013-10-29 05:38:55 -07:00
Björn Antonsson
b7ded6dc29 Merge pull request #1811 from benmccann/depreceated-spelling
=doc Fix spelling. Change depreceated to derecated
2013-10-25 08:46:53 -07:00
Ben McCann
38fb1b3640 =doc Fix spelling. Change depreceated to deprecated 2013-10-25 08:36:36 -07:00
Patrik Nordwall
0f7787a8c5 Merge pull request #1799 from akka/wip-3683-extra-heartbeat-patriknw
=clu #3683 Don't trigger extra heartbeat when not expected sender
2013-10-25 07:16:22 -07:00
Patrik Nordwall
51824046fd Merge pull request #1812 from akka/wip-3679-protobuf-pubsub-patriknw
!con #3679 Make protobuf serialization for DistributedPubSubMediator
2013-10-25 07:15:39 -07:00
Patrik Nordwall
6c82e3f7b2 Merge pull request #1792 from akka/wip-3677-limit-delta-patriknw
+con #3677 Limit delta in DistributedPubSubMediator
2013-10-25 07:10:15 -07:00
Björn Antonsson
64ebf0703e Merge pull request #1809 from akka/wip-3684-ssltlssupport-do-not-support-tcp-writecommands-ban
(forward port) =doc #3684 Document that SslTlsSupport doesn't support Tcp.WriteCommand.
2013-10-25 01:54:31 -07:00
Björn Antonsson
6784d6bc2f =doc #3684 Document that SslTlsSupport doesn't support Tcp.WriteCommand. 2013-10-23 15:21:34 +02:00
Björn Antonsson
d9d83c2661 Merge pull request #1800 from jrudolph/i/3571/fix
=act 3571 quiet down exceptions from `Socket.shutdownOutput()`
2013-10-23 04:41:56 -07:00
Björn Antonsson
2725a78a09 Merge pull request #1804 from jrudolph/i/3684/prevent-WriteFile-CompoundWrite-in-ssl
=act 3684 prevent usage of WriteCommands other than Tcp.Write with SslTlsSupport
2013-10-23 04:41:24 -07:00
Björn Antonsson
f606f0c738 Merge pull request #1798 from akka/wip-3682-document-message-size-limit-in-ssltlssupport-ban
=doc #3682 Document message size limit in SslTlsSupport.
2013-10-23 00:05:56 -07:00
Johannes Rudolph
5e6d591d16 =act 3684 prevent usage of WriteCommands other than Tcp.Write with SslTlsSupport 2013-10-22 18:45:05 +02:00
Roland Kuhn
12eb2850a7 update to latest version of Typesafe CONTRIBUTING rules 2013-10-22 18:30:03 +02:00
Johannes Rudolph
972284ce71 =act 3571 quiet down exceptions from Socket.shutdownOutput()
Backport from this spray commit:

e4068046a5
2013-10-22 17:20:24 +02:00
Patrik Nordwall
3bdac872ff =clu #3683 Don't trigger extra heartbeat when not expected sender 2013-10-22 14:48:37 +02:00
Björn Antonsson
20015abaeb =doc #3682 Document message size limit in SslTlsSupport. 2013-10-22 14:05:18 +02:00
Björn Antonsson
8eeaadfee0 Merge pull request #1793 from jrudolph/i/3680/fix-SuspendReading-race
=act #3680 fix SuspendReading being overruled by racy ChannelReadable
2013-10-22 04:13:28 -07:00
Patrik Nordwall
51b9e78240 !con #3679 Make protobuf serialization for DistributedPubSubMediator 2013-10-21 18:39:23 +02:00
Björn Antonsson
bc94f52362 Merge pull request #1790 from akka/wip-3676-cache-the-last-system-and-protocol-ban
=clu #3676 Cache the last system name and protocol during deserialization.
2013-10-21 07:07:00 -07:00
Johannes Rudolph
3da7f4ee07 =act #3680 fix SuspendReading being overruled by racy ChannelReadable 2013-10-21 15:33:31 +02:00
Björn Antonsson
d2644876e5 Merge pull request #1781 from levinotik/documentation-fixes
=doc Fix misspelled method reference in FSM
2013-10-21 04:35:12 -07:00
Patrik Nordwall
11972b4497 +con #3677 Limit delta in DistributedPubSubMediator 2013-10-21 12:02:48 +02:00
Björn Antonsson
0fa190f0ed =clu #3676 Cache the last system name and protocol during deserialization. 2013-10-21 09:08:00 +02:00
Levi Notik
1dec335ad2 =doc Fix misspelled method reference in FSM 2013-10-18 13:16:56 -04:00
Patrik Nordwall
ff83edea0b Merge pull request #1785 from akka/wip-3458-adjust-biased-gossip-patriknw
+clu #3458 Adjust biased gossip for large cluster
2013-10-18 07:58:50 -07:00
Patrik Nordwall
57c699644e Merge pull request #1786 from akka/wip-3657-lazy-deserial-patriknw
!clu #3657 Lazy deserialization and TTL of Gossip message payload
2013-10-18 07:58:34 -07:00
Patrik Nordwall
532c98c6cd +clu #3458 Adjust biased gossip for large cluster 2013-10-18 14:34:36 +02:00
Patrik Nordwall
f52cae6686 Merge pull request #1788 from akka/wip-no_mima-flag-in-release-patriknw
Possibility to skip mima check in release
2013-10-18 02:00:13 -07:00
Patrik Nordwall
fabe519b89 Possibility to skip mima check in release 2013-10-18 10:05:29 +02:00
Patrik Nordwall
ccdf71925e Merge pull request #1782 from jrudolph/i/3672/fix-big-Writes
=act #3672 fix garbling of big outgoing Tcp.Write caused by mixup of buffers
2013-10-18 00:43:41 -07:00
Patrik Nordwall
7d5a3ec30b !clu #3657 Lazy deserialization and TTL of Gossip message payload 2013-10-18 08:29:46 +02:00
Johannes Rudolph
f87f166aac =act #3672 fix garbling of big outgoing Tcp.Write caused by mixup of buffers 2013-10-17 14:25:02 +02:00
Patrik Nordwall
beff53f0a6 Merge pull request #1778 from akka/wip-3669-routing-in-pubsub-patriknw
+con #3669 Possibility to define routing logic in DistributedPubSub
2013-10-17 05:09:59 -07:00
Patrik Nordwall
d4cce379ce Merge pull request #1776 from akka/wip-3663-balancing-disp-patriknw
+act #3663 Package BalancingDispatcher for usage in router pool
2013-10-17 05:09:43 -07:00
Patrik Nordwall
a2c5239c49 Merge pull request #1772 from akka/wip-3627-cluster-routee-paths-patriknw
+clu #3627 Cluster router group  with multiple paths per node
2013-10-17 05:09:21 -07:00
Patrik Nordwall
73d3430024 +con #3669 Possibility to define routing logic in DistributedPubSub
* Serialization check in contrib
2013-10-17 12:17:45 +02:00