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

   > > What is the server configuration - the stack trace has DatasetImpl so is 
it some kind of configuration file setup.
   >
   > I am not entirely sure what you mean here. We are creating the dataset 
using something like:
   
   Andy initially assumed that this was an issue with the Fuseki server 
provided by the project, likely because the potential related issue you 
referenced was specific to Fuseki.
   
   > Like mentioned above we are using `TDB2Factory.connectDataset(String 
location)` once when the REST-Controller is created.
   
   Are you certain that is only gets created once?  Depending on what REST 
framework you are using there's no guarantee that it doesn't create and destroy 
instances of your REST controller over the lifetime of your server, have you 
tried adding some logging to verify whether this is the case?
   
   The REST framework used may be a pertinent detail here.


-- 
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