The GitHub Actions job "CI" on fluss.git/metadata-async has failed.
Run started by GitHub user wuchong (triggered by wuchong).

Head commit for run:
06c860237692f39500f263d933a30381a9fffc76 / Jark Wu <[email protected]>
[server] Use unified batch-concurrent implementation for ZooKeeper operations 
and remove redundant code

This commit replaces all single-operation async calls
with a unified batch-concurrent implementation. This eliminates the need
to maintain three separate code paths (batch concurrent, single async,
and sync), significantly reducing code duplication in ZooKeeperClient.

Going forward, all sync ZooKeeper operations will be replaced by the 
batch-concurrent
approach, which improves coordinator performance through better I/O
utilization and reduced latency.

Additionally, the `cacheOnly` flag has been removed from the current
metadata request. Support for cache-only semantics will be reintroduced
in a future `MetadataRequestV2` with a cleaner design.

Report URL: https://github.com/apache/fluss/actions/runs/18015203064

With regards,
GitHub Actions via GitBox

Reply via email to