Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Recent Jenkins runs on omid2 are flapping with the following exception:
com.google.common.util.concurrent.UncheckedExecutionException: org.jboss.netty.channel.ChannelException: Failed to bind to: 0.0.0.0/0.0.0.0:41016 at org.apache.phoenix.end2end.IndexToolIT.testSecondaryIndex(IndexToolIT.java:150)
See https://builds.apache.org/job/Phoenix-omid2/141/
Do you think we might be running into OOM errors given that the tso needs so much memory? Maybe we need to increase our heapsize when the the tests are run? Other ideas?