This is an automated email from the ASF dual-hosted git repository.
vgalaxies pushed a commit to branch trans-store
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
The following commit(s) were added to refs/heads/trans-store by this push:
new be423cf43 fixup
be423cf43 is described below
commit be423cf43c0cbcd32f41f6a898689a3423e77f41
Author: VGalaxies <[email protected]>
AuthorDate: Tue Aug 6 20:54:12 2024 +0800
fixup
---
.../store/client/grpc/KvBatchScanner.java | 3 +--
.../hugegraph/store/meta/PartitionManager.java | 31 ----------------------
2 files changed, 1 insertion(+), 33 deletions(-)
diff --git
a/hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/grpc/KvBatchScanner.java
b/hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/grpc/KvBatchScanner.java
index 9b4dff13e..62da3e0aa 100644
---
a/hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/grpc/KvBatchScanner.java
+++
b/hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/grpc/KvBatchScanner.java
@@ -61,8 +61,7 @@ public class KvBatchScanner implements Closeable {
static int maxTaskSizePerStore =
PropertyUtil.getInt("net.kv.scanner.task.size", 8);
private final StreamObserver<ScanStreamBatchReq> sender; // command sender
private final KvBatchScannerMerger notifier; // Data notification
- 名
-private final String graphName; // graph name
+ private final String graphName; // graph name
private final HgScanQuery scanQuery;
private final ScanReceiptRequest.Builder responseBuilder =
ScanReceiptRequest.newBuilder();
private final KvBatchReceiver receiver;
diff --git
a/hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store/meta/PartitionManager.java
b/hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store/meta/PartitionManager.java
index c71ae2721..ffd1349a9 100644
---
a/hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store/meta/PartitionManager.java
+++
b/hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store/meta/PartitionManager.java
@@ -222,37 +222,6 @@ public class PartitionManager extends GlobalMetaStore {
// Read partition from data path
// Record which partitions
-
-```python
-// 显示所有分区信息
-diskutil list
-
-// 创建一个新分区
-diskutil partitionDisk disk0 1 GPT HFS+ NewPartition 100%
-
-// 格式化分区
-diskutil eraseVolume HFS+ NewPartition disk0s3
-
-// 列出分区信息
-diskutil info disk0s3
-```
-
-```python
-// Record which partitions
-
-```python
-// Display all partition information
-diskutil list
-
-// Create a new partition
-diskutil partitionDisk disk0 1 GPT HFS+ NewPartition 100%
-
-// Format the partition
-diskutil eraseVolume HFS+ NewPartition disk0s3
-
-// List partition information
-diskutil info disk0s3
-```
var partIds = new HashSet<Integer>();
for (String path : this.options.getDataPath().split(",")) {
File[] dirs = new File(path + "/" +
HgStoreEngineOptions.DB_Path_Prefix).listFiles();