Eitan

Results 10 issues of Eitan

receive returns null; receive(ProcessManager) throws exception

``` WARNING: fiber Fiber@10000001[task: ParkableForkJoinTask@608cd975(Fiber@10000001), target: co.paralleluniverse.strands.SuspendableUtils$VoidSuspendableCallable@61bdab3, scheduler: co.paralleluniverse.fibers.FiberForkJoinScheduler@726ba157] is hogging the CPU (Thread[ForkJoinPool-default-fiber-pool-worker-5,5,main]). at org.jooq.impl.DSL.select(DSL.java:629) at org.jooq.impl.DefaultDSLContext.select(DefaultDSLContext.java:748) at org.jooq.impl.DefaultDSLContext.select(DefaultDSLContext.java:764) at co.paralleluniverse.fibers.jooq.JooqContextTest$1.run(JooqContextTest.java:77) at co.paralleluniverse.strands.SuspendableUtils$VoidSuspendableCallable.run(SuspendableUtils.java:42) at co.paralleluniverse.strands.SuspendableUtils$VoidSuspendableCallable.run(SuspendableUtils.java:30) at co.paralleluniverse.fibers.Fiber.run(Fiber.java:938) WARNING: fiber...

question

See [test](https://github.com/puniverse/comsat/blob/master/comsat-servlet/src/test/java/co/paralleluniverse/fibers/servlet/FiberHttpServletTest.java#L86). Happened on the 8th iteration. ``` org.junit.ComparisonFailure: JettyServer faild on iteration 8 expected: but was: at org.junit.Assert.assertEquals(Assert.java:115) at co.paralleluniverse.fibers.servlet.FiberHttpServletTest.testForward(FiberHttpServletTest.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483)...

bug

Failed in the 3331th iteration due to NPE: ``` Jun 06, 2014 8:03:35 AM org.apache.coyote.http11.Http11NioProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Jun 06, 2014 8:03:35 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a...

bug

``` [peer2] 09:49:31.972 [RemoteCall: RemoteCall{org.gridkit.zerormi.RmiGateway$CounterAgent#remoteCall(Callable)}.4-EventThread] zookeeper.ClientCnxn [ERROR] {} Error while calling watcher java.lang.AssertionError [peer2] at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper.nodeUpdated(DistributedBranchHelper.java:179) [peer2] at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper.access$200(DistributedBranchHelper.java:37) [peer2] at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper$1.nodeChildUpdated(DistributedBranchHelper.java:69) [peer2] at co.paralleluniverse.galaxy.zookeeper.ZooKeeperDistributedTree$MyWatcher$1.process(ZooKeeperDistributedTree.java:332) [peer2] at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:61) [peer2] at...

type:bug

The scenario I tried is this. begin transaction 1. root = getRoot 2. set(root) 3. commit then from other node: 4.root = getRoot 5. get(root) ==> TIMEOUT when I added...

type:bug
prio:high

node 1 updates A in transaction. no one can read A till all the invacks returns. Can node1 read it (outside the transaction) ?

when I sent 100 msgs from 100 parallel actors and then exit, the last msgs is not received by the receiver. I know that some of the msgs where postponed...

``` 9:16:39.270 #11 co.paralleluniverse.galaxy.core.AbstractCluster [INFO ] New node added: node-0000000004 java.lang.Exception: Stack trace at java.lang.Thread.dumpStack(Thread.java:1342) at co.paralleluniverse.galaxy.core.AbstractCluster.nodeAdded(AbstractCluster.java:432) at co.paralleluniverse.galaxy.core.AbstractCluster.access$600(AbstractCluster.java:55) at co.paralleluniverse.galaxy.core.AbstractCluster$3.nodeChildAdded(AbstractCluster.java:222) at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper.nodeCompleted(DistributedBranchHelper.java:174) at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper.access$800(DistributedBranchHelper.java:44) at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper$Node.testComplete(DistributedBranchHelper.java:310) at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper$Node.testProperty(DistributedBranchHelper.java:297) at...

type:bug

lib directory does not exist high-scale-lib does not exist