Umeshkumar9414 commented on code in PR #6129:
URL: https://github.com/apache/hbase/pull/6129#discussion_r1717476153


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/handler/UnassignRegionHandler.java:
##########
@@ -63,20 +63,25 @@ public class UnassignRegionHandler extends EventHandler {
 
   private boolean evictCache;
 
+  // active time of the master that sent this unassign request
+  private final long initiatingMasterActiveTime;
+
   public UnassignRegionHandler(HRegionServer server, String encodedName, long 
closeProcId,
     boolean abort, @Nullable ServerName destination, EventType eventType) {
-    this(server, encodedName, closeProcId, abort, destination, eventType, 
false);
+    this(server, encodedName, closeProcId, abort, destination, eventType, -1, 
false);

Review Comment:
   I think best would be just remove it 



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