Skip to content
Snippets Groups Projects
Unverified Commit b21f099d authored by Manish R Jain's avatar Manish R Jain Committed by GitHub
Browse files

Fix proposeTxn and calculateSnapshot (#2493)

- Fix up proposeTxn, so we are updating the CommitTs as per the status in Zero oracle.
- Fix #2474 by dealing with a nil resp.Context in server.go
- Fix calculateSnapshot. It is not a given that every StartTs in Mutation proposal would have a corresponding commit/abort decision. So, use Oracle's MinPendingStartTs to decide how to calculate snapshot.
- Remove o.aborts in Zero. The work can be done by o.commits map.
parent e2783d6e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment