junegunn opened a new pull request, #7580:
URL: https://github.com/apache/hbase/pull/7580

   This pull request is for exploring possible fixes for 
[HBASE-29144](https://issues.apache.org/jira/browse/HBASE-29144).
   
   - The first commit adds a test class that currently fails and reproduces the 
issue.
   - The second commit applies the solution suggested by @NihalJain, which 
makes the test pass.
   
   However, I'm concerned about mutating a configuration object that could be 
reused in unintended ways later (e.g., being cached by a singleton, as in this 
case). So I also explored an alternative approach.
   
   - The third commit reverts the previous fix, and the fourth commit remotes 
the `noAuthConf`. And as expected, the test fails again.
   - The final commit introduces a scheme, where we avoid using SASL when the 
default cluster ID is specified, effectively preserving the original behavior 
without relying on `noAuthConf`.
   


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

Reply via email to