EricYang
EricYang
where to get the buger/goreplay:2.0.0-rc2 image? do you build it by yourself?
docker run -it --rm --platform=linux/amd64 gostudy/goreplay:1.3.3 --input-raw-track-response --output-file=req.gor --input-raw :8080 2022/07/02 04:39:33 tunl0: SIOCETHTOOL(ETHTOOL_GLINK) ioctl failed: Function not implemented when I add the --platform=linux/amd64, it still failed. gostudy/goreplay:1.3.3 is the...
how to fix this issue , use microsteam 8.0? there are some custom code to fix this issue, I see the microstream doc, but can't find the how to define...
please make sure that all the hosts can be logined by ssh without password. such as ssh host1(without needing to input password of root)
https://github.com/ApsaraDB/PolarDB-Stack-Operator/blob/master/docs/install_quick.md 每台机器互相之间已经配置好免密 ssh, 每台主机都可在当前root用不下通过ssh hostx的方式登录自己, 例如在主机1上, ssh host1, 在主机2上ssh host2, 以此类推
> issueFullFileCheck() it seems that issueFullGarbageCollection method does not take effect. my code is like this. storageService.getStorage().issueGarbageCollection(TimeUnit.HOURS.toNanos(2)); storageService.getStorage().issueFullGarbageCollection(); storageService.getStorage().issueFullFileCheck(); storageService.getStorage().issueFileCheck(TimeUnit.HOURS.toNanos(1));
When I changed my open microstream code like this. it still does not take effect . the transactions_0.sft still is about 2.2G root@hdmap-testing-team:/coredata/metalist/meta/channel_0]ls -al total 2436320 drwxr-xr-x 2 root root...
could we fix this bug asap? I depend on microstream heavily
> The exception indicates that the transaction file has an invalid entry written. The “zero length” relates to the transaction entry header and contains the header length that is a...
> At which step did you upgrade the Microstream version? > > If done before you changed the enum the simplest solution would restore the original enum class. If you...