-
Notifications
You must be signed in to change notification settings - Fork 44
StorageExceptionConsistency? #705
Comments
Hello,
|
@hg-ms Is there any way if I want to access storage from multiple storage manager instances? |
No, it’s not possible to access a storage target from multiple storage manager instances simultaneous except the limited Read-Only Mode. |
Will EmbeddedStorageManager storageManager = EmbeddedStorage |
The Lock File will help to prevent a second storage manager accessing the storage target. If a manager has locked the storage all others will throw an StorageExceptionInitialization at startup. |
Environment Details
Describe the bug
If we have a channel count equals to 1, and the service is being accessed by more than one person to read and write into the channel_0, it shows the following error? Apart from increasing the channel count (how much should I increase as it might affect performance too?), is there any other way to solve this? I want to control the concurrency like Redis does, which makes a queue for all the incoming operations on the data instead of using multi-threads?
Error
The text was updated successfully, but these errors were encountered: