Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decouples PhysicalLogFile from transaction specific concepts #6351

Merged
merged 1 commit into from Feb 5, 2016
Merged

Decouples PhysicalLogFile from transaction specific concepts #6351

merged 1 commit into from Feb 5, 2016

Conversation

digitalstain
Copy link
Contributor

TransactionMetadataCache is split into transaction specific cache
and log header cache, which follows better the way it is used.
PhysicalLogFile needs a LogHeaderCache and a last committed id
provider, which removes all dependence on transaction concepts.

This is in preparation for using PhysicalLogFile to implement a new
version of the RaftLog.

TransactionMetadataCache is split into transaction specific cache
 and log header cache, which follows better the way it is used.
PhysicalLogFile needs a LogHeaderCache and a last committed id
 provider, which removes all dependence on transaction concepts.

This is in preparation for using PhysicalLogFile to implement a new
 version of the RaftLog.
@tinwelint tinwelint assigned tinwelint and spacecowboy and unassigned tinwelint Feb 5, 2016
@spacecowboy
Copy link
Contributor

lgtm

spacecowboy added a commit that referenced this pull request Feb 5, 2016
Decouples PhysicalLogFile from transaction specific concepts
@spacecowboy spacecowboy merged commit 47364ea into neo4j:3.0 Feb 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants