Hao Hao created KUDU-3003:
-----------------------------
Summary:
TestAsyncKuduSession.testTabletCacheInvalidatedDuringWrites is flaky
Key: KUDU-3003
URL: https://issues.apache.org/jira/browse/KUDU-3003
Project: Kudu
Issue Type: Bug
Reporter: Hao Hao
Attachments: test-output.txt
testTabletCacheInvalidatedDuringWrites of the
org.apache.kudu.client.TestAsyncKuduSession test sometimes fails with an error
like below. I attached full test log.
{noformat}
There was 1 failure:
1)
testTabletCacheInvalidatedDuringWrites(org.apache.kudu.client.TestAsyncKuduSession)
org.apache.kudu.client.PleaseThrottleException: all buffers are currently
flushing
at
org.apache.kudu.client.AsyncKuduSession.apply(AsyncKuduSession.java:579)
at
org.apache.kudu.client.TestAsyncKuduSession.testTabletCacheInvalidatedDuringWrites(TestAsyncKuduSession.java:371)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
at
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)