Liang Zheng
Liang Zheng
> Oh you have clang5, try without `-DCLANG_LINK_CLANG_DYLIB=on` this is only for clang>=9 thanks a lot, I will try it and give you feedback.
The build still failed during using clang v9.0.0 ```console [ 51%] Building CXX object CMakeFiles/ccls.dir/src/working_files.cc.o [ 53%] Building CXX object CMakeFiles/ccls.dir/src/messages/ccls_call.cc.o [ 55%] Building CXX object CMakeFiles/ccls.dir/src/messages/ccls_info.cc.o [ 58%] Building...
Thanks for your quick response, I am not sure whether this issue has related with https://github.com/goharbor/harbor/issues/19902. harbor version: `v2.10.0` 1. apply the env variables ``` export HARBOR_ROOT=/mnt/cephfs export HARBOR_REPORT=true export...
hi @m-masataka, any updates?
另外一点是,pop 删除的不一定最旧的数据,因为存在扩容的场景
@rfyiamcool, PTAL, thanks.
We use the Aliyun pg database, which can not be downloaded. Viewing the log is anti-human. ```console 2024年1月25日14:10:39 | DETAIL: Process holding the lock: 3524. Wait queue: 4102, 3687, 3106,...
The failure rate is high when push artifacts to same project due to db lock ```console 🍺 /home/DEEPROUTE/liangzheng/go/src/github.com/goharbor/perf ☞ git:(main) ✗ go run mage.go run push-artifacts-to-same-project /\ |‾‾| /‾‾/ /‾‾/...
Thanks for your nice reminder, I will test it and give you feedback. Is [harbor 2.10.0 report](https://github.com/goharbor/perf/wiki/Harbor-2.10.0#report) under `QUOTA_UPDATE_PROVIDER="redis"`? @chlins
hi @chlins, the success rate increased significantly to 100% after setting `QUOTA_UPDATE_PROVIDER` to `redis`. But push artifacts to different projects still has some errors. And there is no error info...