busbey commented on a change in pull request #3330:
URL: https://github.com/apache/hbase/pull/3330#discussion_r641627968
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/UnknownRegionException.java
##########
@@ -26,12 +26,25 @@
*/
@InterfaceAudience.Public
public class UnknownRegionException extends DoNotRetryRegionException {
- private static final long serialVersionUID = 1968858760475205392L;
+
+ private static final long serialVersionUID = 8052818407096543141L;
Review comment:
the UID changed here because the serialized `cause` member will be
something other than `null` now?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]