I upgraded Elasticsearch to 4.4 all tests pass. The only thing that was tricky was a custom deletion policy that now receives an empty commits list in DeletionPolicy#onInit(List<Commit> commits); due to some changes how we handle empty indices (the create case) it seems pretty expert but it might be worth documenting it on the javadoc level that we also pass empty lists here.
This should not block the release. +1 from my side On Tue, Jul 16, 2013 at 11:19 AM, Adrien Grand <[email protected]> wrote: > +1 Artifacts look good and smoke tester was happy. > > -- > Adrien > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
