Re: [DISCUSS] 0.8.1.1 vs 0.8.2

2014-04-16 Thread Joel Koshy
The 0.8.1 tag came back because some committers had the tag locally and did a push before updating their local checkouts. The tag + branch combination is confusing. E.g., if you have a local 0.8.1 branch, git log 0.8.1 will show changes on the tag, not the local branch. Committers will need to

Re: [DISCUSS] 0.8.1.1 vs 0.8.2

2014-03-21 Thread Chi Hoang
Hi, You could have also done: git checkout -b 0.8.1 origin/0.8.1 Chi On Thu, Mar 20, 2014 at 5:39 PM, Neha Narkhede neha.narkh...@gmail.comwrote: The tag was the problem. I renamed the tag to 0.8.1.0 and kept the branch as 0.8.1. That allowed me to push to the 0.8.1 branch. Thanks, Neha

Re: [DISCUSS] 0.8.1.1 vs 0.8.2

2014-03-20 Thread Neha Narkhede
Joe, I'm unable to take patcheshttps://issues.apache.org/jira/browse/KAFKA/fixforversion/12326539/?selectedTab=com.atlassian.jira.jira-projects-plugin:version-summary-panelon 0.8.1 and the reason is probably that 0.8.1 is tag, not a branch. Should we create a branch and rename the tag to

Re: [DISCUSS] 0.8.1.1 vs 0.8.2

2014-03-20 Thread Joe Stein
0.8.1 is a branch (also) after a clean git clone you should be able to-do git checkout -b 0.8.1 git checkout 0.8.1 would put you on the tag agreed though we need a better name for tags moving forward or even now, about to board a plane but how about if you change/retag the last commit as

Re: [DISCUSS] 0.8.1.1 vs 0.8.2

2014-03-20 Thread Neha Narkhede
git checkout -b 0.8.1 Didn't work. This just checks out trunk on a local branch called 0.8.1. I'd like to checkout the branch origin/0.8.1 and push the patch to the branch. For some reason, that doesn't work for me. Joel also tried and didn't work for him. I wonder if I'm missing something

Re: [DISCUSS] 0.8.1.1 vs 0.8.2

2014-03-20 Thread Joe Stein
Right, wasn't thinking... Rushing to board. So remove 0.8.1 tag and retag the branch as 0.8.1.0 ( I should have done that in the first place )? /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly

Re: [DISCUSS] 0.8.1.1 vs 0.8.2

2014-03-20 Thread Neha Narkhede
The tag was the problem. I renamed the tag to 0.8.1.0 and kept the branch as 0.8.1. That allowed me to push to the 0.8.1 branch. Thanks, Neha On Thu, Mar 20, 2014 at 4:02 PM, Joe Stein joe.st...@stealth.ly wrote: Right, wasn't thinking... Rushing to board. So remove 0.8.1 tag and retag the

[DISCUSS] 0.8.1.1 vs 0.8.2

2014-03-19 Thread Joe Stein
I wanted to start a discussion thread around the next release. 1) Are we going to-do a release that has the fixes for the critical issues that came up with 0.8.1? 2) If we do a release with those fixes are we doing them off of trunk or back port them to 0.8.1 branch and tag that as 0.8.1.1

Re: [DISCUSS] 0.8.1.1 vs 0.8.2

2014-03-19 Thread Neha Narkhede
The problem with doing this point release from trunk is that it will pick up the offset management feature, which is pretty large and risky for the same reasons. I think it is worth taking blocker bug fixes only on 0.8.1 branch and in two weeks or so release 0.8.1.1. Thanks, Neha On Wed, Mar