T.J. Yang
T.J. Yang
@penberg FYI, same procedure in [building from github source](https://github.com/libsql/sqld/blob/main/docs/BUILD-RUN.md#build-from-source-using-rust) works on RockyLinux 9.2, but still not on Fedora 38. ``` [me@rocky9t01 sqld]$ git log -1;cat /etc/redhat-release ;date commit 6b327b509aadcb11077aef8413fe4a3996fb3992 (HEAD...
@MarinPostma I will confirm and report back later.
Hi @MarinPostma - Follow the [building from git repo notes](https://github.com/libsql/sqld/blob/main/docs/BUILD-RUN.md#build-from-source-using-rust). - rockylinux 9.2 still able to compile via make by calling "cargo build" target. ``` [me@rocky9t01 sqld]$ date;cat /etc/redhat-release;git remote...
Out of curiosity, I managed to install [shellcheck](https://github.com/koalaman/shellcheck) and scan install-deps.sh on Fedora 37. 1st time encounter haskell app ;-| , Hope others can pick this up. ``` [me@t430 sqld]$...
Following test.ping time is from 3007.1 master and minions. lower than 1 second. But this bug: https://github.com/saltstack/salt/issues/66519 is stopping it as production ready. ``` ------------------------------------------- Summary ------------------------------------------- # of minions...
@dwoz and @Akm0d , Thanks for accepting this issue as bug and scheduled it to be fixed in 3006.9. Please let me know if you need further information from me.
@Akm0d salt02 and salt01 are in multi-master both on 3006.8, I rebooted salt02 and do the test.ping on testsalt nodegroup with has 16 minions, see the masked test result below....
- Same time spent for pinging its own minion. This is on RockyLinux using onedir rpm approach. ``` [me@salt02 ~]$ time sudo salt salt02 test.ping salt02: True ------------------------------------------- Summary -------------------------------------------...
- log at trace level, test ping saltmaster's own minion take 5+ secs. ``` [me@salt02 ~]$ time sudo salt --log-level=trace salt02 test.ping [TRACE ] Setting up log file logging: {'log_path':...
@network-shark, this issue is created for minion/master version 3006.8, not 3007.1.