The GitHub Actions job "Tests (AMD)" on airflow.git/airflow-java-sdk-multiplexing has succeeded. Run started by GitHub user FrankYang0529 (triggered by FrankYang0529).
Head commit for run: d847241e82a85290dcc289dc1a48de163dc250f5 / 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/28646324187 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
