stoty commented on PR #6374: URL: https://github.com/apache/hbase/pull/6374#issuecomment-2429458176
Thank you. The thorny issue here backwards-forward compatibility. i.e. What happens if a client without this patch tries to run a scan on server with this change, and vice versa, with all three (json,xml,protobuf) encodings. Unfortnuately, the easiest way to test that is bringing up an old/new cluster (can be a single process one), and trying a scan with the new/old client manually for all six cases. To be clear, it's fine for the old server to fail when the new parameters are set, but it should work if they are not set, or are at the default value. -- 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]
