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

Fix issues relating to iterators #60

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

archiecobbs
Copy link

The iterator class is buggy and confusing so I rewrote it.

Unfortunately I am a maven newbie and don't know how to get the unit tests to run. I'm on Mac OS X and they all fail due to java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [no leveldbjni in java.library.path]).

Please run the unit tests and let me know of any failures before merging this commit and l will fix them and resubmit.

Thanks.

  • Close race condition around closing of iterators.
  • Fix broken iterator semantics and reenable unit tests.
  • Add some additional iterator unit tests.

Fixes issue #30

- Fix broken iterator semantics and reenable unit tests.
- Add some additional iterator unit tests.

Fixes issue fusesource#30
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.

None yet

1 participant