Commit graph

20524 commits

Author SHA1 Message Date
Patrik Nordwall
0796c72d7e Merge pull request #18277 from akka/wip-18192-leveldb-EventsByTag-patriknw
+per #18192 leveldb impl of EventsByTag query
2015-08-21 08:49:30 +02:00
Patrik Nordwall
8f723deda1 +per #18192 leveldb impl of EventsByTag query
* also refactoring of EventsByPersistenceIdPublisher

* increase test timeouts
2015-08-21 08:48:32 +02:00
Patrik Nordwall
b9fecfd53b Merge pull request #18257 from akka/wip-17699-DeadLetterSuppression-patriknw
=cls #17699 Add some DeadLetterSuppression
2015-08-21 08:46:30 +02:00
Patrik Nordwall
95a49ce9b5 Merge pull request #18284 from akka/wip-17846-experimental-patriknw
=cls #17846 Add experimental note to ddata mode docs
2015-08-21 08:38:55 +02:00
Patrik Nordwall
95d6c8a62f =clt #17975 Add debug logging to ClusterClientReceptionist 2015-08-21 08:32:07 +02:00
Patrik Nordwall
9a3f7147d0 =clt #18258 Create protobuf serialization for ClusterClient 2015-08-21 08:20:16 +02:00
Patrik Nordwall
834a84fdd6 =cls #17846 Add experimental note to ddata mode docs 2015-08-20 19:07:41 +02:00
Patrik Nordwall
453a554de2 Merge pull request #17871 from smlin/sharding-with-ddata
=cls #17846 Use CRDTs instead of PersistentActor to remember the state of the ShardCoordinator
2015-08-20 18:45:41 +02:00
Patrik Nordwall
ae14313b4c Merge pull request #18278 from akka/wip-18273-numericId-thread-safe-patriknw
=per #18273 Make leveldb numericId thread safe
2015-08-20 16:18:32 +02:00
Konrad Malawski
e1f54d5367 Merge pull request #18269 from ktoso/wip-18128-poisonpill-persistentActor-ktoso
=doc #18128 explain PoisonPill interaction with PA
2015-08-20 15:21:00 +02:00
Konrad Malawski
8c4cc9a93f =doc #18128 explain PoisonPill interaction with PA 2015-08-20 13:57:08 +02:00
Patrik Nordwall
b73e830e75 Merge pull request #18259 from akka/wip-13523-cluster-client-sender-patriknw
!clt #13523 Don't expose sender in cluster client replies
2015-08-20 13:31:25 +02:00
Patrik Nordwall
1561e9badb =per #18273 Make leveldb numericId thread safe 2015-08-20 13:27:50 +02:00
Alexander Golubev
cb0fc1999f =str #16967 add buffer to headSink and "take" state 2015-08-20 07:20:10 -04:00
Patrik Nordwall
3d317de01b Merge pull request #18270 from akka/wip-18191-leveldb-AllPersistentIds-patriknw
+per #18191 Leveldb impl of AllPersistenceIds query
2015-08-20 13:08:32 +02:00
Ostapenko Evgeniy
6814d08ef1 =cls #17846 Use CRDTs instead of PersistentActor to remember the state of the ShardCoordinator #17871 2015-08-20 13:36:37 +03:00
Konrad Malawski
d2f08a3456 Merge pull request #17678 from jeremystone/wip-17670-jeremystone
=con #17670 Fix potential ReceivePipeline MatchError
2015-08-20 11:35:28 +02:00
Patrik Nordwall
75535bba43 +per #18191 Leveldb impl of AllPersistenceIds query 2015-08-19 20:17:15 +02:00
Patrik Nordwall
87bc51220d Merge pull request #18264 from akka/wip-18190-leveldb-EventsByPersistenceId-patriknw
+per #18190 leveldb impl of EventsByPersistenceId query
2015-08-19 20:16:01 +02:00
Patrik Nordwall
009d80dd35 +per #18190 leveldb impl of EventsByPersistenceId query
* also changed EventsByPersistenceId query type to return
Source[EventEnvelope]
2015-08-19 18:58:58 +02:00
Konrad Malawski
6ffd238e68 Merge pull request #18000 from 2beaucoup/minor-test-fix
Reenable and fix tests in ContentNegotiationSpec
2015-08-19 16:57:18 +02:00
Konrad Malawski
7679b7e63f Merge pull request #18265 from ktoso/wip-event-adapters-split-ktoso
+per #18137 EventAdapter => can be Read / Write or both
2015-08-19 16:20:16 +02:00
Patrik Nordwall
775a2ca40c =cls #17699 Add some DeadLetterSuppression 2015-08-19 15:38:05 +02:00
Patrik Nordwall
a0bee97f26 Merge pull request #18263 from akka/wip-17750-expected-response-after-patriknw
=rem,clu #17750 Decrease default expected-response-after
2015-08-19 15:35:23 +02:00
Patrik Nordwall
72489209b1 Merge pull request #18256 from akka/wip-18187-producer-patriknw
=act #18187 Make Props.producer private[akka]
2015-08-19 15:32:13 +02:00
Patrik Nordwall
145eb1240e Merge pull request #18255 from akka/wip-18219-plugin-constructor-patriknw
=per #18219 Find plugin constructor automatically
2015-08-19 15:31:24 +02:00
Patrik Nordwall
e8a41fac81 Merge pull request #18254 from akka/wip-18252-reduce-noise-resolveActorRef-patriknw
=rem #18252 Change loglevel for failing resolveActorRef
2015-08-19 15:30:31 +02:00
Patrik Nordwall
d2b8a80511 Merge pull request #18248 from akka/wip-16629-receiveTimeout-patriknw
+act #16629 Possibility to receive messages that not reset receiveTimeout
2015-08-19 15:29:50 +02:00
Patrik Nordwall
b4e482e092 +act #16629 Possibility to receive messages that not reset receiveTimeout
Need this for AtLeastOnceDelivery

Messages marked with `NotInfluenceReceiveTimeout` will not reset the timer.
This can be useful when `ReceiveTimeout` should be fired by external inactivity
but not influenced by internal activity, e.g. scheduled tick messages.

add to rst docs also
2015-08-19 15:29:22 +02:00
Patrik Nordwall
a9fbc8e01e Merge pull request #18247 from akka/wip-17898-ByteString-toString-patriknw
=act #17898 Limit length of ByteString.toString
2015-08-19 15:27:14 +02:00
Konrad Malawski
4e59f0ea35 +per #18137 EventAdapter => can be Read / Write or both 2015-08-19 15:26:30 +02:00
Konrad Malawski
3e2063bac2 Merge pull request #18253 from akka/wip-17768-sigar-exc-patriknw
=clm #17768 Silence stacktrace in cluster sample
2015-08-19 11:54:44 +02:00
Konrad Malawski
e5e0590f4d Merge pull request #18261 from ktoso/wip-http-HttpEntity-stream-ktoso
+htc #18250 add HttpEntity#apply(contentType, source) for Chunked
2015-08-19 10:01:05 +02:00
Patrik Nordwall
f72b1bea9f =rem,clu #17750 Decrease default expected-response-after 2015-08-19 07:34:24 +02:00
Patrik Nordwall
1732e62d0c Merge pull request #18260 from akka/wip-15040-ScatterGatherFirstCompleted-patriknw
=act #15040 ScatterGatherFirstCompleted reply when no routees
2015-08-18 20:00:37 +02:00
Patrik Nordwall
8ad8966f5f Merge pull request #18251 from akka/wip-15779-deprecate-InternetSeedGenerator-patriknw
=rem #15779 Deprecate InternetSeedGenerator
2015-08-18 19:59:01 +02:00
Patrik Nordwall
1828923259 Merge pull request #18233 from akka/wip-18232-protobuf-singleton-patriknw
=clt #18232 Serializer for ClusterSingleton
2015-08-18 19:57:44 +02:00
Patrik Nordwall
33e05ea59a =clt #18232 Serializer for ClusterSingleton 2015-08-18 19:57:15 +02:00
Patrik Nordwall
397d423407 Merge pull request #18231 from akka/wip-17908-protobuf-patriknw
=cls #17908 Protobuf serializer for cluster sharding
2015-08-18 19:55:09 +02:00
Patrik Nordwall
987a4253a6 =rem #18252 Change loglevel for failing resolveActorRef 2015-08-18 19:36:29 +02:00
Jeremy.Stone
b884dde6ee =con #17670 Fix potential ReceivePipeline MatchError 2015-08-18 17:55:02 +01:00
Konrad Malawski
9053259fe4 +htc #18250 add HttpEntity#apply(contentType, source) for Chunked 2015-08-18 18:32:08 +02:00
Patrik Nordwall
81caeb4fc6 =act #15040 ScatterGatherFirstCompleted reply when no routees 2015-08-18 18:04:34 +02:00
Patrik Nordwall
7533df48cf !clt #13523 Don't expose sender in cluster client replies 2015-08-18 17:27:42 +02:00
drewhk
cd02f834f6 Merge pull request #18227 from agolubev/agolubev-#18002-FlowTest#mustBeAbleToRcover-try2
=str #18002 FlowTest#mustBeAbleToRecover timing issue
2015-08-18 16:41:22 +02:00
Patrik Nordwall
48f0614b3f =act #18187 Make Props.producer private[akka]
* to make it possible to access producer.actorClass for validation
  purposes, as requested for Akka Streams ActorPublisher/Subscriber
2015-08-18 16:15:02 +02:00
Patrik Nordwall
7ec0493923 =per #18219 Find plugin constructor automatically 2015-08-18 16:10:29 +02:00
Patrik Nordwall
9a90f36d98 =clm #17768 Silence stacktrace in cluster sample
It works, but the stack trace is very annoying since it will always be printed by Sigar itself
(so stupid of such a library to use stderr and stdout).

    [error] org.hyperic.sigar.SigarException: no libsigar-universal64-macosx.dylib in java.library.path
    [error]     at org.hyperic.sigar.Sigar.loadLibrary(Sigar.java:174)
    [error]     at org.hyperic.sigar.Sigar.<clinit>(Sigar.java:102)

A workaround is to run with `-Djava.library.path=./target/native`, then it will only print
the stack trace when it is not provisioned and next time it's silent.

Also updated to latest sigar-loader, but that did not make
any difference for this issue
2015-08-18 14:55:10 +02:00
drewhk
b897a2999c Merge pull request #18119 from 2beaucoup/tls-cleanup
=str: various minor cleanups
2015-08-18 12:48:31 +02:00
Patrik Nordwall
e66a7fadfd =rem #15779 Deprecate InternetSeedGenerator 2015-08-18 12:19:02 +02:00