IgniteConfiguration#isClientMode returns big Boolean.

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

IgniteConfiguration#isClientMode returns big Boolean.

Artem Shutak
Igniters,

I've found that IgniteConfiguration#isClientMode returns big Boolean.

Was it done knowingly or is it a bug?

It's look like a bug for me. Should I file a ticket on it?

-- Artem --
Reply | Threaded
Open this post in threaded view
|

Re: IgniteConfiguration#isClientMode returns big Boolean.

Alexey Goncharuk
This is done on purpose. We have a thread-local Ignition.setClientMode flag
which can be overriden by the configuration. So that's why we need a
Boolean flag in configuration to know whether or not this flag was set by
the user.

2015-06-29 12:11 GMT-07:00 Artiom Shutak <[hidden email]>:

> Igniters,
>
> I've found that IgniteConfiguration#isClientMode returns big Boolean.
>
> Was it done knowingly or is it a bug?
>
> It's look like a bug for me. Should I file a ticket on it?
>
> -- Artem --
>