Open wy65701436 opened 3 years ago
As the failure skip has already merged in, and we should keep parallel deletion PR since we should carafully modify GC code.
For the performance issue, we can move it to 2.6 to discuss more details.
Hi,
If i've well understood, we have to wait a 2.6.0 harbor release for fix all above issue ?
thanks @Grounz for the reminding, we actually did some enhancement on GC. And as for the parallel deletion, I'd like to gather more user data, then we can decide what to do next.
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.
still relevant
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.
still relevant
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.
Not stale
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.
definitely not stale
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.
not stale
@wy65701436 I believe https://github.com/goharbor/harbor/issues/18381 should be added to the list above.
Current behaviour when GC encounters an unknown manifest or blob (404 from registry) is to keep retrying until retry timeout reached, the manifest/blob is also not removed from artifact_thrash
so it will retry again and again to delete non-existent objects every time GC runs.
Since the goal is to delete the blobs, if they are already gone - then GC should just remove it from artifact_thrash
and proceed.
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.
Not stale
Multiple deletion has been merged, and it will be in the v2.9.
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.
not stale
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.
not stale
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.
not stale
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.
not stale
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.
no stale
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.
not stale
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.
not stale
Since Harbor introduces the online GC in v2.1, there are several issues that reported from community about online GC. To provide better use experience, it should do some enhancements on the garbage collection.