[akka-user] Compilation/Classpath error in Multi-JVM project

2015-04-23 Thread GG
I'm trying to compile and run a Multi-JVM test I've written but trying to compile the test results in import errors for various akka.* packages that are on my classpath in the "runtime" and "test" configurations but don't seem to be included in my "multi-jvm" configuration. I've resorted (more

[akka-user] Re: Compilation/Classpath error in Multi-JVM project

2015-04-23 Thread GG
.2.1" % "test,multi-jvm" On Thursday, April 23, 2015 at 11:54:38 AM UTC-7, GG wrote: > > I'm trying to compile and run a Multi-JVM test I've written but trying to > compile the test results in import errors for various akka.* packages that > are on my class

[akka-user] How to control excessive logging from LocalActorRefprovider

2015-06-15 Thread GG
I've got a pretty good handle on configuring Akka logging through a logback.xml file. Almost everything is logging as configured with the exception of LocalActorRefProvider. My system is configured using akka-cluster and it seems that each attempt to look up an actor first goes through LocalAct

[akka-user] Re: How to control excessive logging from LocalActorRefprovider

2015-06-15 Thread GG
Just to put this in perspective, this logging line generated 6.5GB of logs in about 10 minutes on one of our machines so it's more than just an annoyance for us. On Monday, June 15, 2015 at 12:30:38 PM UTC-7, GG wrote: > > I've got a pretty good handle on configuring Akka l

Re: [akka-user] Sharding problem when restarting Cluster

2015-06-15 Thread GG
Was there a github issue created for this? I am seeing something that looks very similar and I don't want to create a duplicate ticket if one already exists. On Wednesday, June 10, 2015 at 1:27:55 AM UTC-7, Patrik Nordwall wrote: > > We need logs (debug level) and description of the scenario. Pe

Re: [akka-user] Sharding problem when restarting Cluster

2015-06-15 Thread GG
oinPool.java:1979) [referrals:1.0] at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) [referrals:1.0] Also similar to Richard's post, our cluster seems to get into an infinite loop and print these errors along with some other failure message indefini

Re: [akka-user] Sharding problem when restarting Cluster

2015-06-16 Thread GG
be used in a clustered > system. It is possible to use it for demo or testing with shared journal, > but that must not be used for production. > > /Patrik > > On Tue, Jun 16, 2015 at 3:07 AM, GG > > wrote: > >> A little more detail on my issue: We've found

Re: [akka-user] Sharding problem when restarting Cluster

2015-06-17 Thread GG
Alright. We'll give Cassandra a try. Thanks for the help Patrik. On Tuesday, June 16, 2015 at 1:05:39 PM UTC-7, Patrik Nordwall wrote: > > > > On Tue, Jun 16, 2015 at 7:44 PM, GG > > wrote: > > Patrick, > > Thanks for your reply. We are using leveldb i