Didn't get a chance to talk to Christopher so hopefully what I understood from emails with Josh and him is correct.
Moved issues out of 1.8.0. Here is a summary of the fix version changes 8 issues - 1.7.2, 1.8.0 => 1.7.2, 1.8.1 9 issues - 1.6.6, 1.7.3, 1.8.0 => 1.6.6, 1.7.3, 1.8.1 34 issues - 1.7.3, 1.8.0 => 1.7.3, 1.8.1 102 issues (BUG) - 1.8.0 => 1.8.1 248 issues (not BUG) - 1.8.0 => 1.9.1 That leaves 3 issues in 1.8.0, I made them blockers - https://issues.apache.org/jira/browse/ACCUMULO-4157 (WAL can be prematurely deleted) - https://issues.apache.org/jira/browse/ACCUMULO-4165 (Create a user level API for RFile) - https://issues.apache.org/jira/browse/ACCUMULO-1124 (optimize index size in RFile) Keith has a PR in for 1124. I am looking to put in a PR for 4157 tomorrow/Sat. Keith, if I need to move 4165 to 1.8.1 let me know. Once those are closed/moved, I will cut an RC1. Mike On Thu, May 26, 2016 at 8:18 AM, Michael Wall <mjw...@gmail.com> wrote: > Christopher, > > I'd like to talk this through with you before I move the tickets to make > sure I understand what you are saying here. > > Thanks for the note, it is helpful. > > Mike > > On Tue, May 24, 2016 at 6:41 PM, Christopher <ctubb...@apache.org> wrote: > >> On Sun, May 22, 2016 at 9:42 PM Michael Wall <mjw...@gmail.com> wrote: >> >> > After last weeks discussion with Josh, Christopher and others at the >> > Accumulo Working Day, I am going to shepherd the 1.8 release. First >> step >> > is to create a release candidate? Before I do that, are there any >> tickets >> > that need to get into the release? I know Keith mentioned 1 or 2 and I >> > have one I'd like to finish. >> > >> > Here is what Jira says is unresolved, >> > https://s.apache.org/accumulo-1.8-unresolved >> > >> > On Wed I would like to move all tickets not identified for the 1.8 >> release >> > to 2.0. Then on Friday I would like to cut the first release candidate >> for >> > 1.8. Is that enough time? Anything I am missing? >> > >> > Thanks >> > >> > Mike >> > >> >> I think it's probably time. I don't know that I'd bump the stuff to 2.0. >> I'd rather bump it to 1.9, just because we've been on a roll with this >> backwards compatibility thing, and I think there's probably ongoing demand >> for updated 1.x versions. >> >> I'll try to go through the issues I've created (or have assigned to me) >> and >> bump them myself. So, if you could hold off on that for a few more days, >> it >> would help. >> >> Also, keep in mind, if you do bump using JIRAs batch features, you've got >> to do it multiple times, depending on if they have more than one >> fixVersion >> on them, otherwise you'll overwrite the multiple versions with a single >> one >> (or vice versa). >> >> Eg. >> (1.6.6, 1.7.2, 1.8.0) -> (1.6.6, 1.7.2, 1.8.1) // should just be bug fixes >> (1.7.2, 1.8.0) -> (1.7.2, 1.8.1) // should just be bug fixes >> (1.8.0) -> (1.8.1 or 1.9.0) // depends on if bugfix or feature addition >> > >