Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hotfix][runtime] Adds debug logs for FinalRequestProcessor to CI run
org.apache.zookeeper.server.FinalRequestProcessor provides debug logs for actual operations being performed on the server, which might be interesting to see when investigating test instabilities. The following logs are part of the debug logs: Processing request:: sessionid:0x1003757ccd40000 type:getData cxid:0x11 zxid:0xfffffffffffffffe txntype:unknown reqpath:/flink/default/checkpoint_id_counter ...contains the type of request (e.g. 'getData') and path (e.g. '/flink/default/checkpoint_id_counter').
- Loading branch information