Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
/ leveldown Public archive

Upgrade LevelDB 1.18.0#174

Merged
juliangruber merged 2 commits intoLevel:masterfrom
braydonf:upgrade-leveldb-1.18.0
Jun 16, 2015
Merged

Upgrade LevelDB 1.18.0#174
juliangruber merged 2 commits intoLevel:masterfrom
braydonf:upgrade-leveldb-1.18.0

Conversation

@braydonf
Copy link
Copy Markdown
Contributor

@braydonf braydonf commented May 6, 2015

Upgrading to LevelDB 1.18.0 seems to resolve issue #157

Edit: Scratch that, doesn't resolve #157

@ralphtheninja
Copy link
Copy Markdown
Member

👍

@ralphtheninja
Copy link
Copy Markdown
Member

This motivates a npm version minor. Someone else care to have a look? :) /cc @Level/owners

@braydonf
Copy link
Copy Markdown
Contributor Author

braydonf commented May 6, 2015

Probably a good idea to upgrade anyways though :) Still not sure what the issue is with #157. I had a modified version of levelup that prevented close from being called until put was finished, but that should likely be handled in leveldown (and it looks like that's how it's supposed to work).

@ralphtheninja
Copy link
Copy Markdown
Member

I believe the issue with #157 is a race condition. The db is destroyed before operations that are in flight have finished. It's a known issue.

@juliangruber
Copy link
Copy Markdown
Member

lgtm, and +1 for minor

@ralphtheninja
Copy link
Copy Markdown
Member

@braydonf Mind rebasing this onto latest master? Time to update this baby now!

@ralphtheninja ralphtheninja self-assigned this Jun 10, 2015
@braydonf braydonf force-pushed the upgrade-leveldb-1.18.0 branch from 54c20d1 to 9ed4d81 Compare June 16, 2015 14:34
@braydonf
Copy link
Copy Markdown
Contributor Author

Rebased

juliangruber added a commit that referenced this pull request Jun 16, 2015
@juliangruber juliangruber merged commit fe83a83 into Level:master Jun 16, 2015
@juliangruber
Copy link
Copy Markdown
Member

cheers! published as 1.3.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Segfault on close with pending put

3 participants