afs commented on issue #2584:
URL: https://github.com/apache/jena/issues/2584#issuecomment-2241757470

   Yes, I was assuming this was inside Fuseki because of the link to #1499.
    
   `TDB2Factory.connectDataset` returns the same dataset on all calls for the 
same location. There's a `computeIfAbsent` cache. 
   There shouldn't be a need to create it more than once and keep an object 
reference.
   
   Is the `TDB2Factory.connectDataset` always was same directory path?
   
   I'm assuming that writes are not blocking before this problem is seen.
   
   It looks like somewhere that is a code path which is not ending a read 
transaction code.
   That's what was behind #1499.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to