pan3793 commented on PR #6864:
URL: https://github.com/apache/hadoop/pull/6864#issuecomment-2153736606
> This is the key cause of the really big downloads, isn't it?
should be, although I haven't analyzed the git repo blob, just asserting
based on experience.
> I still think we should cull old branches
I see your post in the mailing list, well, deleting old release branches
(<2.6) might be aggressive.
The contribution of release branches to the total volume of the git repo
should be negligible, I would suggest reserving them but deleting branches like
`HADOOP-XXXX`, `YARN-XXXX`.
Additionally, seems that Hadoop creates branches for each release, it does
not clean as Spark - only cutting branches for minor versions, and creating
release tags on those branches.
```
- branch-3.5 ------- v3.5.0-rc0 ------- v3.5.0-rc1(v3.5.0) -------
v3.5.1-rc0 --- ...
^ ^ ^ ^
tag tag tag tag
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]