You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ex (#1780)
* Fix the bug when vertex updated, but the edge cache associated with that vertex
was not updated. Here we simply clear all edge cache when any vertex changes.
* Add two test case for the fixing
fix#1779
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
The text was updated successfully, but these errors were encountered: