DirkJia opened a new issue, #476: URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/476
### Bug Type (问题类型) exception / error (异常报错) ### Before submit - [X] I had searched in the [issues](https://github.com/apache/hugegraph-toolchain/issues) and found no similar issues. ### Environment (环境信息) - Server Version: v0.11.2-b4 - Java Version: v1.8.x - Data Size: 267199 vertices, 310555 edges ### Expected & Actual behavior (期望与实际表现) 运行很长一段时间后出现报错,提示两个backend info ```java Exception in thread "main" com.baidu.hugegraph.HugeException: Expect just one result, but got at least two: [TableBackendEntry{Row{type=PROPERTY_KEY, id=null, columns={USER_DATA={version="1.9", ~create_time="2022-07-20 01:49:37.887"}, AGGREGATE_TYPE=0, PROPERTIES=[], NAME=~backend_info, DATA_TYPE=8, STATUS=1, ID=-33, CARDINALITY=1}}, sub-rows: []}, TableBackendEntry{Row{type=PROPERTY_KEY, id=null, columns={USER_DATA={version="1.9", ~create_time="2023-06-02 09:58:38.300"}, AGGREGATE_TYPE=0, PROPERTIES=[], NAME=~backend_info, DATA_TYPE=8, STATUS=1, ID=-1397, CARDINALITY=1}}, sub-rows: []}] at com.baidu.hugegraph.backend.query.QueryResults.one(QueryResults.java:228) at com.baidu.hugegraph.backend.query.QueryResults.one(QueryResults.java:87) at com.baidu.hugegraph.backend.tx.SchemaTransaction.getSchema(SchemaTransaction.java:327) at com.baidu.hugegraph.backend.cache.CachedSchemaTransaction.getSchema(CachedSchemaTransaction.java:240) at com.baidu.hugegraph.backend.tx.SchemaTransaction.getPropertyKey(SchemaTransaction.java:128) at com.baidu.hugegraph.backend.store.BackendStoreSystemInfo.info(BackendStoreSystemInfo.java:72) at com.baidu.hugegraph.backend.store.BackendStoreSystemInfo.exists(BackendStoreSystemInfo.java:92) at com.baidu.hugegraph.cmd.InitStore.initGraph(InitStore.java:116) at com.baidu.hugegraph.cmd.InitStore.main(InitStore.java:99) ``` ### Vertex/Edge example (问题点 / 边数据举例) _No response_ ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构) _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
