kpm1985 commented on issue #1043: FLUO-1002 Create integration test for `FluoAdmin.remove()` URL: https://github.com/apache/fluo/pull/1043#issuecomment-403459846 @keith-turner I think you're right, things blow up after the oracle server is restarted. Here is a sample of the stack trace, the whole trace is a just multiples of these: ``` 2018-07-09 04:50:57,345 [server.AbstractNonblockingServer$FrameBuffer] ERROR: Unexpected throwable while invoking! java.lang.IllegalArgumentException: Received timestamp request with a Fluo application ID [9b625f6b-b3cd-4149-a8ec-db67eb06c73c] that does not match the application ID [06f89fc6-c7ff-4afa-b94d-de8c362eed74] of the Oracle at org.apache.fluo.core.oracle.OracleServer.getTimestampsImpl(OracleServer.java:238) at org.apache.fluo.core.oracle.OracleServer.getTimestamps(OracleServer.java:223) 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.fluo.core.shaded.thrift.ProcessFunction.process(ProcessFunction.java:39) at org.apache.fluo.core.shaded.thrift.TBaseProcessor.process(TBaseProcessor.java:39) at org.apache.fluo.core.shaded.thrift.server.AbstractNonblockingServer$FrameBuffer.invoke(AbstractNonblockingServer.java:516) at org.apache.fluo.core.shaded.thrift.server.Invocation.run(Invocation.java:18) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ```
---------------------------------------------------------------- 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
