You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/08/30 19:06:21 UTC

[GitHub] [accumulo] milleruntime commented on a diff in pull request #2897: Make Text field transient in BadLocationStateException

milleruntime commented on code in PR #2897:
URL: https://github.com/apache/accumulo/pull/2897#discussion_r958836224


##########
core/src/main/java/org/apache/accumulo/core/metadata/TabletLocationState.java:
##########
@@ -36,7 +36,7 @@ public class TabletLocationState {
 
   public static class BadLocationStateException extends Exception {
     private static final long serialVersionUID = 1L;
-    private Text metadataTableEntry;
+    private transient final Text metadataTableEntry;

Review Comment:
   I made the assumption that the exception isn't being serialized. Do you know if and where this would be done?



-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org