We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d6afe commit 6d856ecCopy full SHA for 6d856ec
jraft-rheakv/rheakv-core/src/main/java/com/alipay/sofa/jraft/rhea/options/RegionEngineOptions.java
@@ -139,9 +139,7 @@ public RegionEngineOptions copy() {
139
final RegionEngineOptions copy = new RegionEngineOptions();
140
copy.setRegionId(this.regionId);
141
copy.setStartKey(this.startKey);
142
- copy.setStartKeyBytes(this.startKeyBytes);
143
copy.setEndKey(this.endKey);
144
- copy.setEndKeyBytes(this.endKeyBytes);
145
copy.setNodeOptions(this.nodeOptions == null ? new NodeOptions() : this.nodeOptions.copy());
146
copy.setRaftGroupId(this.raftGroupId);
147
copy.setRaftDataPath(this.raftDataPath);
0 commit comments