andygrove opened a new issue, #773:
URL: https://github.com/apache/arrow-ballista/issues/773

   **Describe the bug**
   
   I tried running some benchmarks, but some queries fail with this error:
   
   ```
   2023-05-14T16:00:52.679602Z  WARN tokio-runtime-worker ThreadId(47) 
ballista_executor::execution_loop: Executor poll work loop failed. If this 
continues to happen the Scheduler might be marked as dead. Error: status: 
OutOfRange, message: "Error, message length too large: found 7666438 bytes, the 
limit is: 4194304 bytes", details: [], metadata: MetadataMap { headers: 
{"content-type": "application/grpc", "date": "Sun, 14 May 2023 16:00:52 GMT"} } 
   
   ```
   
   **To Reproduce**
   
   Start cluster:
   
   ```bash
   ./target/release/ballista-scheduler
   ./target/release/ballista-executor -c 24
   ```
   
   Run TPC-H benchmarks
   
   **Expected behavior**
   Should not fail
   
   **Additional context**
   
   


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

Reply via email to