cjmctague commented on issue #971: IT's error out when calling mvn verify
URL: https://github.com/apache/fluo/issues/971#issuecomment-347221853
 
 
   After removing the `ZKSecretIT` the "NoAuth" errors have gone away. Is there 
a way to for this IT to go last or should we just fix the "Auth" after the IT 
has concluded?
   
   Now the only thing preventing me from getting a successful `mvn clean 
verify` is the OracleIT 
   ```
   2017-11-27 10:37:38,232 [server.AbstractNonblockingServer$FrameBuffer] 
ERROR: Unexpected throwable while invoking!
   java.lang.IllegalStateException: Received timestamp request but Oracle is 
not leader
        at 
org.apache.fluo.core.oracle.OracleServer.getTimestampsImpl(OracleServer.java:238)
        at 
org.apache.fluo.core.oracle.OracleServer.getTimestamps(OracleServer.java:218)
        at 
org.apache.fluo.core.thrift.OracleService$Processor$getTimestamps.getResult(OracleService.java:271)
        at 
org.apache.fluo.core.thrift.OracleService$Processor$getTimestamps.getResult(OracleService.java:254)
        at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)
        at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
        at 
org.apache.thrift.server.AbstractNonblockingServer$FrameBuffer.invoke(AbstractNonblockingServer.java:516)
        at org.apache.thrift.server.Invocation.run(Invocation.java:18)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   2017-11-27 10:39:44,187 [server.AbstractNonblockingServer$FrameBuffer] 
ERROR: Read a frame size of 1633837924, which is bigger than the maximum 
allowable buffer size for ALL connections.
   java.lang.IllegalStateException: OracleClient is closed
        at 
org.apache.fluo.core.oracle.OracleClient.checkClosed(OracleClient.java:413)
        at 
org.apache.fluo.core.oracle.OracleClient.getStamp(OracleClient.java:371)
        at 
org.apache.fluo.integration.impl.OracleIT$TimestampFetcher.run(OracleIT.java:89)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   
   Tests run: 6, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 272.035 sec 
<<< FAILURE! - in org.apache.fluo.integration.impl.OracleIT
   failover_newTimestampRequested(org.apache.fluo.integration.impl.OracleIT)  
Time elapsed: 120.005 sec  <<< ERROR!
   org.junit.runners.model.TestTimedOutException: test timed out after 120 
seconds
        at 
org.apache.fluo.integration.impl.OracleIT.failover_newTimestampRequested(OracleIT.java:199)
   
   threadFailoverTest(org.apache.fluo.integration.impl.OracleIT)  Time elapsed: 
119.998 sec  <<< ERROR!
   org.junit.runners.model.TestTimedOutException: test timed out after 120 
seconds
        at 
org.apache.fluo.integration.impl.OracleIT.threadFailoverTest(OracleIT.java:298)
   
   
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to