diff --git a/jraft-rheakv/rheakv-core/src/main/java/com/alipay/sofa/jraft/rhea/options/RegionEngineOptions.java b/jraft-rheakv/rheakv-core/src/main/java/com/alipay/sofa/jraft/rhea/options/RegionEngineOptions.java index 40b7d03f6..bf728dbc5 100644 --- a/jraft-rheakv/rheakv-core/src/main/java/com/alipay/sofa/jraft/rhea/options/RegionEngineOptions.java +++ b/jraft-rheakv/rheakv-core/src/main/java/com/alipay/sofa/jraft/rhea/options/RegionEngineOptions.java @@ -139,9 +139,7 @@ public RegionEngineOptions copy() { final RegionEngineOptions copy = new RegionEngineOptions(); copy.setRegionId(this.regionId); copy.setStartKey(this.startKey); - copy.setStartKeyBytes(this.startKeyBytes); copy.setEndKey(this.endKey); - copy.setEndKeyBytes(this.endKeyBytes); copy.setNodeOptions(this.nodeOptions == null ? new NodeOptions() : this.nodeOptions.copy()); copy.setRaftGroupId(this.raftGroupId); copy.setRaftDataPath(this.raftDataPath);