kfaraz commented on PR #14271:
URL: https://github.com/apache/druid/pull/14271#issuecomment-1573772656

   After the changes, an `index_parallel` task with an oversized merge task 
fails as follows:
   
   ```
   Caused by: org.apache.druid.rpc.HttpResponseException: Server error [400 Bad 
Request]; body: {"error":"Payload for task 
[partial_index_generic_merge_wikipedia_acflahlo_2023-06-02T13:43:42.233Z] 
exceeds the packet limit. Update the max_allowed_packet on your metadata store 
server or in the connection properties."}
        at 
org.apache.druid.rpc.ServiceClientImpl$1.onSuccess(ServiceClientImpl.java:201) 
~[druid-server-27.0.0-SNAPSHOT.jar:27.0.0-SNAPSHOT]
        at 
org.apache.druid.rpc.ServiceClientImpl$1.onSuccess(ServiceClientImpl.java:183) 
~[druid-server-27.0.0-SNAPSHOT.jar:27.0.0-SNAPSHOT]
        at com.google.common.util.concurrent.Futures$4.run(Futures.java:1181) 
~[guava-16.0.1.jar:?]
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
~[?:1.8.0_282]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
~[?:1.8.0_282]
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
 ~[?:1.8.0_282]
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
 ~[?:1.8.0_282]
        ... 3 more
   2023-06-02T13:43:42,265 INFO [task-runner-0-priority-0] 
org.apache.druid.indexing.worker.executor.ExecutorLifecycle - Task completed 
with status: {
     "id" : "index_parallel_wikipedia_mcokcggf_2023-06-02T13:42:22.105Z",
     "status" : "FAILED",
     "duration" : 56130,
     "errorMsg" : "java.lang.RuntimeException: 
org.apache.druid.rpc.HttpResponseException: Server error [400 Bad Reques...",
     "location" : {
       "host" : null,
       "port" : -1,
       "tlsPort" : -1
     }
   }
   ```
   
   <img width="866" alt="Screenshot 2023-06-02 at 7 18 09 PM" 
src="https://github.com/apache/druid/assets/18635897/e8b3adec-0169-45dc-86b6-816913012d3f";>
   
   <img width="891" alt="Screenshot 2023-06-02 at 7 20 01 PM" 
src="https://github.com/apache/druid/assets/18635897/8b8bce46-fc2e-4c5d-b748-f4e91497ea9d";>
   


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

Reply via email to