weishiuntsai commented on PR #17861: URL: https://github.com/apache/druid/pull/17861#issuecomment-2914517873
@kgyrtkirk Pulled in the change from https://github.com/apache/druid/pull/18012. Most Dart issues that we saw earlier are gone. But there are different random errors like this: ``` Remote driver error: QueryInterruptedException: WorkerRpcFailed: RPC to worker[http:dummy:15723:2d2fccec-c32f-428b-ac6e-7cd6deb56e59] failed: java.util.ConcurrentModificationException -> DruidException: WorkerRpcFailed: RPC to worker[http:dummy:15723:2d2fccec-c32f-428b-ac6e-7cd6deb56e59] failed: java.util.ConcurrentModificationException ``` Here are some example out files: [[email protected]](https://github.com/user-attachments/files/20470930/array_sql_agg_funcs.01.all.iq%40DartComponentSupplier.out.gz) [[email protected]](https://github.com/user-attachments/files/20470932/sql_join.01.all.iq%40DartComponentSupplier.out.gz) BTW, the latest push removed `!set dartQueryId`. It also merged some of the identical iq files from different engines back to one using `AllDruidEnginesComponentSupplier`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
