Adar Dembo has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/14838 )

Change subject: KUDU-2703: deflake ITClientStress timeouts
......................................................................

KUDU-2703: deflake ITClientStress timeouts

These tests have been timing out in TSAN fairly consistently. I see no
reason why we can't increase the timeouts.

org.junit.runners.model.TestTimedOutException: test timed out after 60000 
milliseconds
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at com.stumbleupon.async.Deferred.doJoin(Deferred.java:1136)
        at com.stumbleupon.async.Deferred.join(Deferred.java:1019)
        at org.apache.kudu.client.KuduSession.apply(KuduSession.java:81)
        at 
org.apache.kudu.client.ITClientStress$3$1.call(ITClientStress.java:164)
        at 
org.apache.kudu.client.ITClientStress$3$1.call(ITClientStress.java:151)
        at org.apache.kudu.client.ITClientStress$1.run(ITClientStress.java:81)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor$CallerRunsPolicy.rejectedExecution(ThreadPoolExecutor.java:2038)
        at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
        at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1379)
        at 
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
        at 
org.apache.kudu.client.ITClientStress.runTasks(ITClientStress.java:87)
        at 
org.apache.kudu.client.ITClientStress.testMultipleSessions(ITClientStress.java:148)

Change-Id: I3f5f1713be093c3116743c4a72f30f2f6262974e
Reviewed-on: http://gerrit.cloudera.org:8080/14838
Reviewed-by: Alexey Serbin <[email protected]>
Tested-by: Kudu Jenkins
---
M java/kudu-client/src/test/java/org/apache/kudu/client/ITClientStress.java
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Alexey Serbin: Looks good to me, approved
  Kudu Jenkins: Verified

--
To view, visit http://gerrit.cloudera.org:8080/14838
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I3f5f1713be093c3116743c4a72f30f2f6262974e
Gerrit-Change-Number: 14838
Gerrit-PatchSet: 2
Gerrit-Owner: Adar Dembo <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)

Reply via email to