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

MODE-1526, MODE-1512 #420

Merged
merged 2 commits into from
Jun 21, 2012
Merged

MODE-1526, MODE-1512 #420

merged 2 commits into from
Jun 21, 2012

Conversation

rhauch
Copy link
Contributor

@rhauch rhauch commented Jun 21, 2012

The DocumentExternalizer was checking the number of bytes available for reading without blocking, and this seemed to always return 0 bytes. The DocumentExternalizer was then immediately returning without actually reading any of the content; obviously this was wrong. Now, with some minor changes to the BSON reader/writer, the DocumentExternalizer is merely always just reading the BSON document.

This appears to have fixed the persistence issue, and the recently-added unit test now runs (after some modifications). Note that we're still apparently having issues with the index (native) write locks being kept after shutdown; this will be worked under MODE-1512.

Finally, hen the repository is shutdown, we're not closing the Hibernate Search SearchFactoryImplementor. This doesn't appear to remove the index's (native) write lock; will have to consult the Hibernate Search experts for assistance.

When the repository is shutdown, we're not closing the Hibernate Search SearchFactoryImplementor. This doesn't appear to remove the index's (native) write lock; will have to consult the Hibernate Search experts for assistance.
The DocumentExternalizer was checking the number of bytes available for reading without blocking, and this seemed to always return 0 bytes. The DocumentExternalizer was then immediately returning without actually reading any of the content; obviously this was wrong. Now, with some minor changes to the BSON reader/writer, the DocumentExternalizer is merely always just reading the BSON document.

This appears to have fixed the persistence issue, and the recently-added unit test now runs (after some modifications). Note that we're still apparently having issues with the index (native) write locks being kept after shutdown; this will be worked under MODE-1512.
@rhauch rhauch merged commit be42cc2 into ModeShape:master Jun 21, 2012
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.

1 participant