Gabriel Ostrolucký

Results 169 comments of Gabriel Ostrolucký

I've used postgres because that's what you've set in your reproducer https://github.com/jdelaune/ulid-profiler-bug/blob/4c80e8a5da90e0d0cc489ca05f1101487da4d27a/.env#L27 Yep, I can confirm your issue with MySQL

One more thing we can do is restart sync client when it crashes/run it via supervisord. Currently this is implemented for servers only. I'm working on improving reliability of docker-sync...

Unison client used inside native_osx strategy needs to be restarted in case of failure as wel. > unison: server restart ( monit ) Supervisord is taking this role, not monit....

I think Linux users will pretty much always want native strategy. This is why setting sync strategy is currently very contraproductive, because when it's set to eg. rsync, it will...

Yeah I mean always default to native under linux, except when some sort of force flag is present. I just wanted to know if it's ok to change this default...

I'm not using docker-sync myself anymore personally, so no movement from my side

``` > production connected! > cluster info cluster_state:ok cluster_slots_assigned:16384 cluster_slots_ok:16384 cluster_slots_pfail:0 cluster_slots_fail:0 cluster_known_nodes:6 cluster_size:3 cluster_current_epoch:38 cluster_my_epoch:37 cluster_stats_messages_ping_sent:7455316 cluster_stats_messages_pong_sent:7512206 cluster_stats_messages_fail_sent:39 cluster_stats_messages_auth-req_sent:5 cluster_stats_messages_auth-ack_sent:1 cluster_stats_messages_mfstart_sent:1 cluster_stats_messages_sent:14967568 cluster_stats_messages_ping_received:7512201 cluster_stats_messages_pong_received:7455299 cluster_stats_messages_fail_received:17 cluster_stats_messages_auth-req_received:3 cluster_stats_messages_auth-ack_received:3 cluster_stats_messages_received:14967523 >...

Is it randomized in case cluster caching is disabled too? I just realized that we also have lot of CLI processes and there cluster caching probably isn't in effect because...