I am trying to share same dataset between more than one Fuseki TDB2 containers. I have mounted same volume to all the container to make sure that it has access to same location and then started the container with same dataset name. However it did not work out. I get an exception in the container that dataset has been locked by another container. The following link tells that TDB2 can be used with shared dataset, any clue on how can I achieve this?
"If you wish to share a database between processes, or machines, consider using Fuseki2 with TDB2" https://jena.apache.org/documentation/tdb2/tdb2_admin.html