Description
In ConnectionQueryServicesImpl.checkClientServerCompatibility, the method assumes that any exception that's not a SQLException is because the client and server jars are incompatible. However, an HBase level exception (such as NotServingRegionException or TableNotFoundException) can occur even if the jars are compatible.
This results in a confusing, incorrect message in the logs that can send operators in the wrong direction.
Attachments
Attachments
Issue Links
- links to