Nick Vatamaniuc

Results 338 comments of Nick Vatamaniuc

Agree with @rnewson. ```

Good finds @chewbranca! Clearly there is something broken here and we should fix it. Thanks for the detailed analysis! > we should consider moving the cleanup to the dedicated rexi_mon...

Having failed to reproduce this locally so moved on to investigate on a cluster where this error happens regularly. Found a cluster where `exit:timeout` stream init timeout errors happen up...

So far in production we noticed most of the cases of `exit:timeout` errors generated by `rexi:init_stream` came from quick killing of design doc fetches from ddoc cache. That should be...

Good idea to stop writting and perhaps bump a metric. Another way to handle it might be to use rsyslog or log to journald vs just a plain file. We...

@mikkimichaelis good point. But I think CouchDB's simple file logger is just that - a basic logger. I think it would be good to enhance it to stop writing when...

libbf.c was removed, so this probably doesn't apply any longer?

`-lerl_interface:Нет такого файла или каталога` indicates it can't find the erl_interface. We recently added a GH actions CI job to test building and compiling on various OSes and Erlang 24...

enospc from `no match of right hand value {error,enospc}` indicates we're probably running out of disk space [1] It should be a more friendly message in the log, but at...

Is there any chance view directory is configured to write another disk or the disks may fail to mount and it ends up writting to the root file system. `enospc`...