kokonguyen191 opened a new pull request, #8548:
URL: https://github.com/apache/hadoop/pull/8548

   ### Description of PR
   
   Most router traffic are reads, and currently all traffic to a namespace is 
handled by one same executor, so high observer load can increase competition 
for active ops. It would be beneficial to split the handler pools into 2 
separate sets, one for active, one for observer.
   
   Added a simple unit test (LLM-gen for skeleton then rewrote) to count how 
many calls are proxied through which executor. Contains content generated by 
Codex/ChatGPT-5.5.
   
   ### How was this patch tested?
   
   UT. Have been running on production environment for months.
   
   ### AI Tooling
   
   If an AI tool was used:
   
   - [x] The PR includes the phrase "Contains content generated by <tool>"
         where <tool> is the name of the AI tool used.
   - [x] My use of AI contributions follows the ASF legal policy
         https://www.apache.org/legal/generative-tooling.html


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


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

Reply via email to