jrgemignani commented on issue #217: URL: https://github.com/apache/incubator-age/issues/217#issuecomment-1131890770
The VLE, or rather the graph contexts, as the VLE is just one component that can use that mechanism, only updates the graph representation when it is modified. After thinking about it, in a begin/commit block, the transaction ids aren't changed, the command ids are; transaction ids are changed from commit to commit. The graph context logic looks at the transaction ids, not the command ids, so it only sees the bigger changes. I need to think about what might result in adding the logic to make it look at both. To answer your question, it needs to be fixed. But, we need to make sure the fix is correct. -- 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]
