kevinrr888 commented on code in PR #4902:
URL: https://github.com/apache/accumulo/pull/4902#discussion_r1771567082


##########
server/tserver/src/main/java/org/apache/accumulo/tserver/session/Session.java:
##########
@@ -66,13 +67,21 @@ public State getState() {
     return state;
   }
 
+  public void setSessionId(long sessionId) {
+    this.sessionId = sessionId;
+  }
+
+  public long getSessionId() {
+    return sessionId;
+  }
+

Review Comment:
   Done in bd186ca8f80fbc0de2554b1027880276f131ac8c



-- 
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]

Reply via email to