+1 On Mon, Feb 9, 2015 at 4:35 PM, Valentin Kulichenko < [email protected]> wrote:
> Igniters, > > Anyone knows why GridFutureAdapter implements Externalizable? This is > useless from my point of view and error-prone, because it forces him to > have default constructor. It's invalid to use it directly in code, but for > some reason there are 84 (!!!) usages and I just caught an assertion > because of one of them. > > I think we should remove Externalizable from futures, remove default > constructor and revisit all wrong usages. > > If there are no objections, I will create a ticket. > > Thanks! > -- > Valentin >
