Bug Type (问题类型)
logic (逻辑设计问题)
Before submit
Environment (环境信息)
Expected & Actual behavior (期望与实际表现)
edge-cache-clear should account for vertex update operations, since adjacency vertex lookups are affected by old adjacency vertex properties.
Consider adjusting to the following logic:
boolean invalidEdgesCache = this.edgesInTxSize() + updates.size() + Deletes.size() > 0;
https://github.com/hugegraph/hugegraph/blob/72baa123b135240476718f735c085577b761a970/hugegraph-core/src/main/java/com/baidu/hugegraph/backend/cache/CachedGraphTransaction.java#L367
Vertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response
Bug Type (问题类型)
logic (逻辑设计问题)
Before submit
Environment (环境信息)
Expected & Actual behavior (期望与实际表现)
edge-cache-clear should account for vertex update operations, since adjacency vertex lookups are affected by old adjacency vertex properties.
Consider adjusting to the following logic:
boolean invalidEdgesCache = this.edgesInTxSize() + updates.size() + Deletes.size() > 0;https://github.com/hugegraph/hugegraph/blob/72baa123b135240476718f735c085577b761a970/hugegraph-core/src/main/java/com/baidu/hugegraph/backend/cache/CachedGraphTransaction.java#L367
Vertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response