The GitHub Actions job "Tests (AMD)" on 
airflow.git/airflow-java-sdk-multiplexing has failed.
Run started by GitHub user FrankYang0529 (triggered by FrankYang0529).

Head commit for run:
a26753233ed4ad0a99f982fb5ac3dc0d1a331a5d / PoAn Yang <[email protected]>
Java SDK: Change coordinator comm to use multiplexing

Serializing each client's whole send → receive → deserialize round trip
behind one lock (#69080) allows only a single request in flight at a
time, so a task issuing concurrent calls over the shared comm socket
pays a full, serialized round trip per call.
Every frame already carries a request id, so a single background
dispatcher can read the socket and route each response by id, with the
lock guarding only the write.

Signed-off-by: PoAn Yang <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/30186269141

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to