How to set the isolation level using RDF4J's REST API #3876
-
Hello, If I try to add the isolation as a request parameter
I get a response with 500 status If I try to add it in the header:
It returns a transaction ID on a 201 response, but I think it is simply ignoring the isolation level, since I can write anything on it, like 'isolation-level' : 'blabla' and it would still work. If I access the repository programatically with an HTTPRepository I get 'null' when calling Does anyone knows how to set up correctly the isolation-level on the request or to verify if the transaction id will behave as specified in the isolation-level? Thank you very much |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Can you try with this param instead?
|
Beta Was this translation helpful? Give feedback.
-
isolation-level=XXX should be fixed in 4.1.3 (transaction-setting__xxx is still broken). Can you try and confirm? |
Beta Was this translation helpful? Give feedback.
Can you try with this param instead?
transaction-setting__isolation-level