Chlins Zhang

Results 182 comments of Chlins Zhang

Is the postgres error `too many clients already` occurred persistently or only during the GC? the tag retention and GC are two different things, the execution of GC will not...

@dmitry-g Hi, do you also checked the untagged artifact checkbox for the retention policy?

@sayaoailun Hi, please rebase your pr with main branch, thanks!

@sayaoailun Hi, thanks, but recently we've merged the [beego upgrade](https://github.com/goharbor/harbor/pull/17801) to the main which may have conflicts and impacts to your pr, so maybe you need to rebase again and...

@sayaoailun Thanks your work! I'll merge it after verification.

@sayaoailun Please check the CI action, the UTTEST failed.

@JinXingYoung Thanks! I think we need to add MySQL and MariaDB integration tests in the CI to ensure the feature works well, you can refer `.github/workflows/CI.yaml`.

The issue maybe posed by dockerhub network jitter.

Reproduce when reach dockerhub rate limit, should wrap root cause to error log for docker client. ``` 2022-03-09T06:41:32Z [WARNING] [/server/middleware/repoproxy/proxy.go:155]: Proxy to remote failed, fallback to local repo, error: http...

There is a PR from the community working on this: https://github.com/goharbor/harbor/pull/18309