You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/23 10:38:26 UTC

[GitHub] [pulsar] hangc0276 commented on pull request #12123: Fix the potential race condition in the BlobStore readhandler

hangc0276 commented on pull request #12123:
URL: https://github.com/apache/pulsar/pull/12123#issuecomment-925695273


   @zymap Please take a look of the failed tests
   ```
   Error:  Tests run: 27, Failures: 2, Errors: 0, Skipped: 4, Time elapsed: 661.15 s <<< FAILURE! - in TestSuite
   Error:  testQueryTieredStorage1(org.apache.pulsar.tests.integration.presto.TestPrestoQueryTieredStorage)  Time elapsed: 64.892 s  <<< FAILURE!
   java.sql.SQLException: Query failed (#20210923_090130_00005_pyunu): org.apache.bookkeeper.mledger.ManagedLedgerException: Unexpected condition
   	at io.prestosql.jdbc.PrestoResultSet.resultsException(PrestoResultSet.java:1894)
   	at io.prestosql.jdbc.PrestoResultSet.getColumns(PrestoResultSet.java:1755)
   	at io.prestosql.jdbc.PrestoResultSet.<init>(PrestoResultSet.java:125)
   	at io.prestosql.jdbc.PrestoStatement.internalExecute(PrestoStatement.java:249)
   	at io.prestosql.jdbc.PrestoStatement.execute(PrestoStatement.java:227)
   	at io.prestosql.jdbc.PrestoStatement.executeQuery(PrestoStatement.java:76)
   	at org.apache.pulsar.tests.integration.presto.TestPulsarSQLBase.validateData(TestPulsarSQLBase.java:220)
   	at org.apache.pulsar.tests.integration.presto.TestPulsarSQLBase.pulsarSQLBasicTest(TestPulsarSQLBase.java:72)
   	at org.apache.pulsar.tests.integration.presto.TestPrestoQueryTieredStorage.testQueryTieredStorage1(TestPrestoQueryTieredStorage.java:122)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:132)
   	at org.testng.internal.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:45)
   	at org.testng.internal.InvokeMethodRunnable.call(InvokeMethodRunnable.java:73)
   	at org.testng.internal.InvokeMethodRunnable.call(InvokeMethodRunnable.java:11)
   	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   	at java.base/java.lang.Thread.run(Thread.java:829)
   ```


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org