We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a deadlock scenario in SailSourceBranch when a single connection is shared among multiple threads, even just for read operations.
SailSourceBranch
The text was updated successfully, but these errors were encountered:
eclipse-rdf4j/rdf4j#1315 make parallel validation disabled by default…
d8561c6
… and log warning Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
Merge branch 'develop' into feature/101_shacl_w3c_tests
7c81edb
* develop: (25 commits) eclipse-rdf4j/rdf4j#1319 added a test eclipse-rdf4j/rdf4j#1319 super.prepare() as final step to stop it from locking until commit() fix init and fix test eclipse-rdf4j/rdf4j#1315 make parallel validation disabled by default and log warning typo Jeen found restore javadocs fixup pom initialize() still needs to call init() even though initialize() is deprecated eclipse-rdf4j/rdf4j#1314 support for NativeStore eclipse-rdf4j/rdf4j#1312 more caching eclipse-rdf4j/rdf4j#1312 fix copyright headers and cleanup reuse code in nodeshape eclipse-rdf4j/rdf4j#1306 support for sh:class and sh:or eclipse-rdf4j/rdf4j#1306 support in maxCount eclipse-rdf4j/rdf4j#1306 support minCount eclipse-rdf4j/rdf4j#1306 initial implementation optimized imports eclipse-rdf4j/rdf4j#1307 some cleanup eclipse-rdf4j/rdf4j#1307 fix erronous close eclipse-rdf4j/rdf4j#1307 fix close issues eclipse-rdf4j/rdf4j#1307 fixed illegalstateexception ...
hmottestad
No branches or pull requests
There is a deadlock scenario in
SailSourceBranch
when a single connection is shared among multiple threads, even just for read operations.The text was updated successfully, but these errors were encountered: