Alexey Kuzin

Results 19 comments of Alexey Kuzin

It would be nice to see a MDC-like context that may be shared between modules in scope of this feature. Also the default logging should respect the module names by...

Without automatic rejoin (re-bootstrap) a cluster with the current Raft implementation enabled will fail after a split-brain inevitably because a leader node that lost all the connections to the neighbours...

I have my sublime settings put into OneDrive, and have encountered an issue when after new installation of Sublime on second (next) machine and automatic installing some packages after syncing...

Just to make my idea more clear: I'm talking about a repo in the cloud, not local.

For the others who see the above command failing with `The application is not part of the firewall`, execute first ``` sudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd ```

Another possible solution that may be used as W/A or implemented permanently in SpringData - a custom Enum-to-String conversion. AFAIK, such conversion already exists there but probably is not working...

The only difference between non-cygwin and cygwin workflows is path normalization. So it seems better having an additional option "paths": ``` paths := cygwin | linux | default cygwin :=...

I suppose there are versions of rsync under Windows which accept only linux paths as parameters. In this case normalization of rsync binary path should not be performed, though.

I suppose that at this point we will rather introduce a new workflow without conversion for the results (and will drop them right away instead of storing them in the...

This task may be generalized as support for batch operation calls.