I think it was because caches configured on start must be able to setup SQL
schema, so QueryProcessor must be ready.
If this not true anymore, then the order can be changed.

Sergi

2015-09-03 13:20 GMT+03:00 Yakov Zhdanov <[email protected]>:

> Sam, I agree. Please try fix components start order and run tests.
>
> --
> Yakov Zhdanov, Director R&D
> *GridGain Systems*
> www.gridgain.com
>
> 2015-09-03 12:40 GMT+03:00 Semyon Boikov <[email protected]>:
>
> > Does anybody remember why QueryProcessor is started before
> CacheProcessor?
> >
> > With this order cache processor can be stopped at the moment when query
> > request is processed, and this causes sporadic errors like NPE (I see
> this
> > from time to time in IgniteCacheQueryNodeRestartSelfTest).
> >
> > Looks like cache processor does not depend on query processor so start
> > order should be changed.
> >
>

Reply via email to