Chris Lu
Chris Lu
@Vegetable540 are you connected with dameng? The `gitee.com/chunanyong/dm` library does not have license specified.
There is a 10% size increase to include this library: ``` weed$ ls -al `which weed` -rwxr-xr-x@ 1 chrislu staff 89842178 Oct 21 22:35 /Users/chrislu/go/bin/weed weed$ go install go: downloading...
thanks! Please just use the new APIs.
making `sleepMinutes` into a float would be easier to be backward compatible.
Could you help to add this to the integration test?
thanks for the big effort. Is it done and ready for review?
Amazing you can create hundreds of mounts to test! What is the actual use case? For N filers, with leveldb/rocksdb, there is a N*N filer to filer metadata events transmission....
Very likely. But still I want to see whether a shared filer store can help, which does not have the cross-filer communications.
could you try to increase this, `const PreviousBufferCount = 32`, to something larger, e.g., 256, to see whether it makes any difference? https://github.com/seaweedfs/seaweedfs/blob/3729e9ba257fd365aa96aac90fb4a97d69ac69b2/weed/util/log_buffer/log_buffer.go#L18 It seems the buffer for metadata is...
The issue is that the weed mount is round-robin file creation across multiple filers when they have independent stores: File Creation: The mount creates file_X on filer1 Content Updates: The...