onlyjob

Results 363 comments of onlyjob

Known minor issue. Maybe [Jemalloc](https://github.com/jemalloc/jemalloc) could help to improve memory management? LizardFS had a positive case with Jemalloc.

The simpler the better. :) We all want reliability and effective use of available capacity. EC chunks have several drawbacks. You'll have to have many chunk/servers (meaning: high maintenance overhead...

Hey, we've already discussed it: * https://github.com/lizardfs/lizardfs/issues/815 * https://github.com/lizardfs/lizardfs/issues/804 Here is another relevant comment regarding EC: https://github.com/lizardfs/lizardfs/issues/509#issuecomment-500105496

To trace chunkfile back to the file it belongs, I recommend to incorporate inode number into chunkfile file name.

I observe the problem with taking down just one chunksevrer gracefully, by `systemctl stop moosefs-chunkserver`. Systemd's `TimeoutStopSec` is not defined for the service and system default (as per `DefaultTimeoutStopSec`) is...

How does the master know if chunkserver has been stopped gracefully? Assuming that's the problem, why it does not affect chunkserver's maintenance status in CGI?

Almost three months passed... Could we get some attention here please? This issue is very annoying as it cause undesirable replication (and excessive I/O) _every time_ when a chunkserver goes...

Screenshots would be redundant to what I have reported already. Replication affects chunks in _archive_ label with two replicas. Graceful stopping of a chunkserver triggers immediate replication... Originally there were...

Interesting, thanks. As a matter of fact I do have one chunkserver permanently disconnected weeks ago. All chunks were moved away from that chunkserver (which is now inactive) and it...

It feels wrong that chunkserver that has been stopped in March -- over 4 months ago, is still affecting replication...