You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "Jackie-Jiang (via GitHub)" <gi...@apache.org> on 2024/02/05 18:31:43 UTC

[I] [Flaky test] MultiStageEngineCustomTenantIntegrationTest.testGeneratedQueries() [pinot]

Jackie-Jiang opened a new issue, #12368:
URL: https://github.com/apache/pinot/issues/12368

   ```
   Error:  org.apache.pinot.integration.tests.MultiStageEngineCustomTenantIntegrationTest.testGeneratedQueries -- Time elapsed: 14.29 s <<< FAILURE!
   java.lang.AssertionError: 
   Caught exception while testing query!
   Pinot query: SELECT "ArrTime", "WheelsOff", "Cancelled" FROM mytable WHERE "OriginAirportID" > 12177 OR "TaxiIn" BETWEEN 47 AND 70 AND "FlightNum" = 1077 LIMIT 10000
   H2 query: SELECT `ArrTime`, `WheelsOff`, `Cancelled` FROM mytable WHERE `OriginAirportID` > 12177 OR `TaxiIn` BETWEEN 47 AND 70 AND `FlightNum` = 1077 LIMIT 10000
   	at org.testng.Assert.fail(Assert.java:99)
   	at org.apache.pinot.integration.tests.ClusterIntegrationTestUtils.failure(ClusterIntegrationTestUtils.java:1076)
   	at org.apache.pinot.integration.tests.ClusterIntegrationTestUtils.failure(ClusterIntegrationTestUtils.java:1060)
   	at org.apache.pinot.integration.tests.ClusterIntegrationTestUtils.testQuery(ClusterIntegrationTestUtils.java:699)
   	at org.apache.pinot.integration.tests.BaseClusterIntegrationTest.testQuery(BaseClusterIntegrationTest.java:739)
   	at org.apache.pinot.integration.tests.BaseClusterIntegrationTestSet.testGeneratedQueries(BaseClusterIntegrationTestSet.java:485)
   	at org.apache.pinot.integration.tests.MultiStageEngineIntegrationTest.testGeneratedQueries(MultiStageEngineIntegrationTest.java:132)
   Caused by: org.apache.pinot.client.PinotClientException: Query had processing exceptions: 
   [{"errorCode":200,"message":"QueryExecutionError:\nReceived error query execution result block: {450=InternalError:\njava.util.ConcurrentModificationException\n\tat java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1043)\n\tat java.base/java.util.ArrayList$Itr.next(ArrayList.java:997)\n\tat org.apache.pinot.core.operator.docidsets.AndDocIdSet.getNumEntriesScannedInFilter(AndDocIdSet.java:189)\n\tat org.apache.pinot.core.operator.docidsets.OrDocIdSet.getNumEntriesScannedInFilter(OrDocIdSet.java:131)}\norg.apache.pinot.query.service.dispatch.QueryDispatcher.getResultTable(QueryDispatcher.java:315)\norg.apache.pinot.query.service.dispatch.QueryDispatcher.runReducer(QueryDispatcher.java:255)\norg.apache.pinot.query.service.dispatch.QueryDispatcher.submitAndReduce(QueryDispatcher.java:99)\norg.apache.pinot.broker.requesthandler.MultiStageBrokerRequestHandler.handleRequest(MultiStageBrokerRequestHandler.java:191)\n"}]
   	at org.apache.pinot.client.Connection.execute(Connection.java:103)
   	at org.apache.pinot.client.Connection.execute(Connection.java:83)
   	at org.apache.pinot.integration.tests.ClusterIntegrationTestUtils.testQueryInternal(ClusterIntegrationTestUtils.java:736)
   	at org.apache.pinot.integration.tests.ClusterIntegrationTestUtils.testQuery(ClusterIntegrationTestUtils.java:696)
   	... 36 more
   ```


-- 
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@pinot.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [I] [Flaky test] MultiStageEngineCustomTenantIntegrationTest.testGeneratedQueries() [pinot]

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang closed issue #12368: [Flaky test] MultiStageEngineCustomTenantIntegrationTest.testGeneratedQueries()
URL: https://github.com/apache/pinot/issues/12368


-- 
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@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [I] [Flaky test] MultiStageEngineCustomTenantIntegrationTest.testGeneratedQueries() [pinot]

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang commented on issue #12368:
URL: https://github.com/apache/pinot/issues/12368#issuecomment-1935108446

   Might be related to #11200. @jasperjiaguo Can you help take a look?


-- 
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@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org