The storage leader address for the partition of metaManager cache does not look correct #354
Labels
good first issue
Good for newcomers
type/enhancement
Type: make the code neat or more efficient
type/question
Type: question about the product
对应代码:
nebula-java/client/src/main/java/com/vesoft/nebula/client/meta/MetaManager.java
Line 114 in 3518faa
GetPartsAllocReq返回的分区信息无法确定哪个host是leader吧?代码取了第一个,对比 ListHosts 返回的 LeaderParts,第一个并不是 Leader Host。我是参考这里的 https://github.com/vesoft-inc/nebula-common/blob/master/src/common/clients/meta/MetaClient.cpp#L3189
另外 StorageClient 目前只有 scanXXX 接口,有无计划补全剩下的接口?
The text was updated successfully, but these errors were encountered: