Hi, I am trying to split the patch for BP-14 in multiple pieces This is the umbrella issue, I will link here all the Pull Requests https://github.com/apache/bookkeeper/issues/471
I am actually in work-in-progress, I have covered metadata and client side changes with the first 2 PRs. It will take some more days to create all of the PRs. In order to make it simpler to create stacked PRs it would be better to create branches and PRs not against the master but every PR is to be sent against the previous one in the list, see [1] as Ivan suggested. I wounder if it would be better to use my own github repo or to create branches on Apache repo. I see many projects are using branches directly on apache repository, for instance Apache Maven. I am not a fan of this because it would lead to some kind of pollution in the primary repo. I will try to set up the whole thing in my repo and come back maybe with a better approach. For me it is a real experiment I hope I am not creating too much noise Cheers Enrico [1] https://graysonkoonce.com/stacked-pull-requests-keeping-github-diffs-small/