On Friday, July 28, 2017 at 9:51:45 AM UTC-7, mpl wrote: > > > if you set CAMLI_DEBUG, you can also set -statcache=false (see > https://camlistore.org/cmd/camput/files.go#L94) > > > Thanks for the suggestion on disabling stat cache. This seems to have addressed the concurrency issue, however, we will evaluate the impact that disabling of the caches has on our system. As a follow-up to anyone else who is having the same issue, the following call to camput will bypass both havecache and statcache, allowing for concurrency at the process level:
export CAMLI_DEBUG=true camput -havecache=false file -statcache=false Outside of running in debug mode, are there any best practices that allow for concurrency at the process level in Camlistore? -- You received this message because you are subscribed to the Google Groups "Camlistore" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
