You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Going through #1076 and #1078, it turns out that Setting a large num_of_containers causes leo_storage not to work properly (many errors will start to appear on the node with such setting)
As I mentioned at #1078 (comment), some resource contention may happen on underlying leveldb instances.
The text was updated successfully, but these errors were encountered:
WIP. the number of native OS threads created by eleveldb could be problem. I'll test with num_of_containers set to a large value to check if the assumption is correct.
mocchira
added a commit
to mocchira/leofs
that referenced
this issue
Aug 22, 2018
Going through #1076 and #1078, it turns out that Setting a large num_of_containers causes leo_storage not to work properly (many errors will start to appear on the node with such setting)
As I mentioned at #1078 (comment), some resource contention may happen on underlying leveldb instances.
The text was updated successfully, but these errors were encountered: