Skip to content

Fixed existing bug on transaction hashmap#191

Merged
aramikm merged 5 commits intomainfrom
fixed_bug_transaction_hashmap
Apr 2, 2024
Merged

Fixed existing bug on transaction hashmap#191
aramikm merged 5 commits intomainfrom
fixed_bug_transaction_hashmap

Conversation

@aramikm
Copy link
Copy Markdown
Collaborator

@aramikm aramikm commented Apr 1, 2024

Goal

The goal of this PR is to address the bug in transactional-hashmap that instead of only keeping track of original state it was keeping track of all the intermediate states which was allocating excessive memory and causing Out of memory errors.

Closes #190

Discussion

  • Fixed the implementation of transaction-hashmap to only keep track of the persisted state

Checklist

  • Tests added

@aramikm aramikm self-assigned this Apr 1, 2024
Copy link
Copy Markdown
Contributor

@saraswatpuneet saraswatpuneet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm! Joe have a better idea about fixes so consider this as soft approval

@aramikm aramikm changed the title Fixed bug transaction hashmap Fixed existing bug on transaction hashmap Apr 1, 2024
@aramikm aramikm merged commit 849c464 into main Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Out of memory bug

3 participants