Amos Kong
Amos Kong
Related Email Subjects: - Sstableloader test result (1TB) - Spark Migration Result (1TB)
The problem still exists when I test with shlomi's fixed stress.jar https://github.com/slivne/scylla-tools-java/commits/slivne_fix_cs_userdefined_retry
The env file path in nonroot.conf is /home/scylla-test/scylladb/etc/sysconfig/scylla-jmx. Actually it's installed to /home/scylla-test/scylladb/etc/default/scylla-jmx, because the special sysconfdir is assigned in install commandline.
posted a fix: https://github.com/scylladb/scylla-jmx/pull/131 - [PATCH] nonroot.conf: set WorkingDirectory to empty
> Oh sorry it seems like why we requires this change is because I haven't synced changes from scylla repo to scylla-jmx repo. > Anyway, I think we align the...
> @amoskong Even if `scylla.git` works fine, let's make sure the two solutions are the same. So please open a pull request in `scylla.git` to switch to also use `realpath`...