stoty commented on PR #2083: URL: https://github.com/apache/phoenix/pull/2083#issuecomment-2683852422
So the problem is that HBase normalizes the quorum, and you need it to be string equivalent to the one specified by the user ? This solution is not good, as it would break when you have "hostA:100,hostb:100,hostc:100' and 'hostA:200,hostB:200,hostC:200' What we COULD do is use a custom propery for the normalized quorum that we use internally to distinguish the connections, and leave set the HBase properties to the verbatim value specified by the user. -- 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]
