llvieira commented on issue #962: Using TimestampSkipping iterator in 
RollbackCheckIterator
URL: https://github.com/apache/fluo/pull/962#issuecomment-340130170
 
 
   Now I'm having a non-deterministic behavior when I ran the tests, because 
locally all tests run successfully but in the **tarvis** an error is raised.
   
   **Tarvis:**
   ```
   Running org.apache.fluo.integration.impl.TransactorIT
   2017-10-28 00:52:28,350 [imps.CuratorFrameworkImpl] ERROR: Background 
exception was not retry-able or retry gave up
   java.lang.IllegalStateException: Client is not started
        at 
com.google.common.base.Preconditions.checkState(Preconditions.java:149)
        at 
org.apache.curator.CuratorZookeeperClient.getZooKeeper(CuratorZookeeperClient.java:113)
        at 
org.apache.curator.framework.imps.CuratorFrameworkImpl.performBackgroundOperation(CuratorFrameworkImpl.java:806)
        at 
org.apache.curator.framework.imps.CuratorFrameworkImpl.processBackgroundOperation(CuratorFrameworkImpl.java:490)
        at 
org.apache.curator.framework.imps.CreateBuilderImpl.pathInBackground(CreateBuilderImpl.java:663)
        at 
org.apache.curator.framework.imps.CreateBuilderImpl.forPath(CreateBuilderImpl.java:439)
        at 
org.apache.curator.framework.imps.CreateBuilderImpl.forPath(CreateBuilderImpl.java:44)
        at 
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode.createNode(PersistentEphemeralNode.java:340)
        at 
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode.access$000(PersistentEphemeralNode.java:53)
        at 
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode$1.process(PersistentEphemeralNode.java:70)
        at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:61)
        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   2017-10-28 00:52:28,352 [imps.CuratorFrameworkImpl] ERROR: Background 
exception was not retry-able or retry gave up
   java.lang.IllegalStateException: Client is not started
        at 
com.google.common.base.Preconditions.checkState(Preconditions.java:149)
        at 
org.apache.curator.CuratorZookeeperClient.getZooKeeper(CuratorZookeeperClient.java:113)
        at 
org.apache.curator.framework.imps.CuratorFrameworkImpl.performBackgroundOperation(CuratorFrameworkImpl.java:806)
        at 
org.apache.curator.framework.imps.CuratorFrameworkImpl.processBackgroundOperation(CuratorFrameworkImpl.java:490)
        at 
org.apache.curator.framework.imps.CreateBuilderImpl.pathInBackground(CreateBuilderImpl.java:663)
        at 
org.apache.curator.framework.imps.CreateBuilderImpl.forPath(CreateBuilderImpl.java:439)
        at 
org.apache.curator.framework.imps.CreateBuilderImpl.forPath(CreateBuilderImpl.java:44)
        at 
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode.createNode(PersistentEphemeralNode.java:340)
        at 
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode.access$000(PersistentEphemeralNode.java:53)
        at 
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode$1.process(PersistentEphemeralNode.java:70)
        at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:61)
        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 29.869 sec 
<<< FAILURE! - in org.apache.fluo.integration.impl.TransactorIT
   testTransactorAndCache(org.apache.fluo.integration.impl.TransactorIT)  Time 
elapsed: 5.66 sec  <<< FAILURE!
   java.lang.AssertionError
        at 
org.apache.fluo.integration.impl.TransactorIT.testTransactorAndCache(TransactorIT.java:64)
   ```
   
   **Locally:**
   ```
   [INFO] Reactor Summary:
   [INFO] 
   [INFO] Apache Fluo Project ................................ SUCCESS [ 14.261 
s]
   [INFO] Apache Fluo API .................................... SUCCESS [ 21.973 
s]
   [INFO] Apache Fluo Accumulo Extensions .................... SUCCESS [ 17.406 
s]
   [INFO] Apache Fluo Core ................................... SUCCESS [ 27.737 
s]
   [INFO] Apache Fluo Cluster ................................ SUCCESS [ 11.530 
s]
   [INFO] Apache Fluo Command ................................ SUCCESS [  7.784 
s]
   [INFO] Apache Fluo Mini ................................... SUCCESS [  5.707 
s]
   [INFO] Apache Fluo Integration ............................ SUCCESS [18:11 
min]
   [INFO] Apache Fluo MapReduce Utilities .................... SUCCESS [ 48.874 
s]
   [INFO] Apache Fluo Distribution ........................... SUCCESS [ 23.514 
s]
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time: 21:10 min
   [INFO] Finished at: 2017-10-27T22:19:20-03:00
   [INFO] Final Memory: 70M/428M
   [INFO] 
------------------------------------------------------------------------
   ```
   
   Any ideas on what's happening, @keith-turner?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to