Re: [Important] Lots of 2.8.0 commits are in branch-2 only

2015-12-18 Thread Wangda Tan
Update: It seems "git log" diff compare has some bugs that cherry-picks cannot be recognized properly sometimes. Worked with Vinod to directly compare JIRA tickets and git log result. We finally found 20 JIRAs (list below) which fix version is 2.8.0 and not in branch-2.8. I've backported all of

Re: [Important] Lots of 2.8.0 commits are in branch-2 only

2015-12-17 Thread Vinod Kumar Vavilapalli
In fact, 3 out of those 4 bugs are part of a bigger umbrella refactor effort. So I don’t see any problem as of now. +Vinod > On Dec 17, 2015, at 11:29 AM, Vinod Kumar Vavilapalli > wrote: > > Wangda, > > I see just 13 tickets *only in 2.9.0* >

Re: [Important] Lots of 2.8.0 commits are in branch-2 only

2015-12-17 Thread Konstantin Shvachko
Sounds like branch-2.8 was cut off prematurely. What is the point of forking off if the release is not imminent. We don't want this thing branching like a banyan again, with each commit going into 5 branches. I think it would be easier to retire branch-2.8 for now, and reset it to branch-2.9 when

Re: [Important] Lots of 2.8.0 commits are in branch-2 only

2015-12-17 Thread Vinod Kumar Vavilapalli
Wangda, I see just 13 tickets *only in 2.9.0* (https://issues.apache.org/jira/issues/?jql=project%20in%20%28YARN%2C%20MAPREDUCE%2C%20HDFS%2C%20HADOOP%29%20AND%20resolution%20%3D%20Fixed%20and%20fixVersion%20%3D%202.9.0%20ORDER%20BY%20priority%20DESC). If you leave the new features /

Re: [Important] Lots of 2.8.0 commits are in branch-2 only

2015-12-16 Thread Jing Zhao
Thanks for reporting the issue, Wangda. Recreating a new branch-2.8 based on the current branch-2 makes sense to me. Thanks, -Jing On Wed, Dec 16, 2015 at 5:38 PM, Wangda Tan wrote: > Hi folks, > > I found there're lots of commits are in branch-2 only. > Ran "git log

Re: [Important] Lots of 2.8.0 commits are in branch-2 only

2015-12-16 Thread Tsuyoshi Ozawa
Thanks Wangda for reporting issue. I'm also +1 for recreating a new branch-2.8 based on current branch-2.8 too. After that, we can revert 2.9.0-only patches on the branch. I will help you if necessary, so please let me know. Thanks, - Tsuyoshi On Thu, Dec 17, 2015 at 10:51 AM, Jing Zhao

[Important] Lots of 2.8.0 commits are in branch-2 only

2015-12-16 Thread Wangda Tan
Hi folks, I found there're lots of commits are in branch-2 only. Ran "git log branch-2.8..branch-2". There're 35 commits for YARN, 41 commits for HDFS and 12 commits for COMMON. Only several of them are placed in 2.9.0 section in CHANGES.txt. I think we can either hard reset branch-2.8 to

Re: [Important] Lots of 2.8.0 commits are in branch-2 only

2015-12-16 Thread Vinod Kumar Vavilapalli
Not entirely sure we have enough info to warrant a hard-reset. Yet. Do we know how many of these are new features / improvement that we shouldn’t put any more into 2.8.0 and how many are bugs that we need to? If you don’t have time, I’ll look at it right after getting out 2.7.2 RC1. Thanks