Adding hashkeyRange back

This commit is contained in:
Ashwin Giridharan 2020-04-29 15:59:53 -07:00
parent 4a323b8f1c
commit 4ce0591e79

View file

@ -163,6 +163,7 @@ public class Lease {
pendingCheckpointState(lease.pendingCheckpointState);
parentShardIds(lease.parentShardIds);
childShardIds(lease.childShardIds);
hashKeyRange(lease.hashKeyRangeForLease);
}
/**