Regarding the file store, I think we have no thread safety issues. At least I didn't find any issue when running our performance tests using JMeter and using multiple threads to create a huge load. We're using Java NIO and most of the concurrency/thread-safety issues are handled properly.
I think the main issue is the file corruption given that data is written out directly to the old file.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Regarding the file store, I think we have no thread safety issues. At least I didn't find any issue when running our performance tests using JMeter and using multiple threads to create a huge load. We're using Java NIO and most of the concurrency/thread-safety issues are handled properly.
I think the main issue is the file corruption given that data is written out directly to the old file.