thebalu edited a comment on pull request #95:
URL: https://github.com/apache/bahir-flink/pull/95#issuecomment-681959349
It is a mix of various errors, it seems that the containers can't be
reached, or they time out. For example,
```
Aug 27, 2020 3:46:36 PM
org.apache.kudu.shaded.org.jboss.netty.util.HashedWheelTimer
WARNING: An exception was thrown by TimerTask.
java.lang.IllegalStateException: This tracker doesn't have a timeout set so
it cannot answer getMillisBeforeTimeout()
at
org.apache.kudu.client.TimeoutTracker.getMillisBeforeTimeout(TimeoutTracker.java:86)
at
org.apache.kudu.client.AsyncKuduClient.locateTablet(AsyncKuduClient.java:1730)
at
org.apache.kudu.client.AsyncKuduClient.sendRpcToTablet(AsyncKuduClient.java:1289)
at
org.apache.kudu.client.AsyncKuduClient.lambda$delayedSendRpcToTablet$18(AsyncKuduClient.java:2145)
at
org.apache.kudu.shaded.org.jboss.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:556)
at
org.apache.kudu.shaded.org.jboss.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:632)
at
org.apache.kudu.shaded.org.jboss.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:369)
at
org.apache.kudu.shaded.org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
at java.base/java.lang.Thread.run(Thread.java:834)
Aug 27, 2020 3:46:46 PM
org.apache.kudu.shaded.org.jboss.netty.util.HashedWheelTimer
WARNING: An exception was thrown by TimerTask.
java.lang.IllegalStateException: This tracker doesn't have a timeout set so
it cannot answer getMillisBeforeTimeout()
at
org.apache.kudu.client.TimeoutTracker.getMillisBeforeTimeout(TimeoutTracker.java:86)
at
org.apache.kudu.client.AsyncKuduClient.locateTablet(AsyncKuduClient.java:1730)
at
org.apache.kudu.client.AsyncKuduClient.sendRpcToTablet(AsyncKuduClient.java:1289)
at
org.apache.kudu.client.AsyncKuduClient.lambda$delayedSendRpcToTablet$18(AsyncKuduClient.java:2145)
at
org.apache.kudu.shaded.org.jboss.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:556)
at
org.apache.kudu.shaded.org.jboss.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:632)
at
org.apache.kudu.shaded.org.jboss.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:369)
at
org.apache.kudu.shaded.org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
at java.base/java.lang.Thread.run(Thread.java:834)
java.io.IOException: Error while sending value.
Row error for primary key=[-128, 0, 3, -23], tablet=null, server=null,
status=Timed out: cannot complete before timeout: Batch{operations=3,
tablet="34897fc43c564b0d996e17ff236afe9b" [<start>, 0x00000001),
ignoredErrors=[], rpc=KuduRpc(method=Write,
tablet=34897fc43c564b0d996e17ff236afe9b, attempt=5,
TimeoutTracker(timeout=30000, elapsed=30009), Trace Summary(20075 ms): Sent(5),
Received(4), Delayed(2), MasterRefresh(2), AuthRefresh(0), Truncated: false
Sent: (8b8826995f8848e19bc9eb7d7818508b, [ Write, 3 ]),
(master-localhost:32799, [ GetTableLocations, 2 ])
Received: (8b8826995f8848e19bc9eb7d7818508b, [ NETWORK_ERROR, 2 ]),
(master-localhost:32799, [ OK, 2 ])
Delayed: (UNKNOWN, [ Write, 2 ]))}
```
This is typical for those test cases where TestContainers are involved.
Is there any setup we need to do before running the tests?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]