Hi all, we are currently down to 3 unresolved issues scheduled for 1.2:
- OAK-2171: oak-upgrade should support RDB persistence The issue is currently assigned to Manfred. Is this just about wiring things together or does this need more fundamental changes to work? - OAK-2704: ConcurrentAddIT occasionally fail with OakMerge0001 Julian R., did you have a chance to look into this? Could this be related to running multiple tests in parallel? ConcurrentAddIT extends from AbstractRepositoryTest, which has a @RunWith(Parallelized.class) annotation. Maybe a @RunWith(Parameterized.class) annotation on ConcurrentAddIT is a quick fix? - OAK-2718: NodeStateSolrServersObserver performs complete diff synchronously causing slowness in dispatch Would it make sense to wrap it with a BackgroundObserver for the 1.2 release and afterwards look into the other options discussed in the issue? Regards Marcel On 02/04/15 10:45, "Marcel Reutegger" <[email protected]> wrote: >Hi all, > >as you probably noticed the Oak team went through issues >scheduled for 1.2 as a preparation for the upcoming release. >Many were rescheduled because they were not considered as >a release blocker. > >Right now we have four open issues scheduled for 1.2: > >https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%201.2%20AND%20 >p >roject%20%3D%20OAK%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20pr >i >ority%20DESC > > >I would like to create the 1.2 release early next week. If >you have other issues you would like to include, then please >raise them on the dev list so we can discuss them. > >Regards > Marcel >
