You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Edward Wu <lo...@126.com> on 2018/01/13 02:46:53 UTC

ignite c++ client CacheEntryEventFilter has no effect!

Hello Everyone, I use c++ client library to connect to ignite server node as
a client node(<property name="clientMode" value="true"/>),then run
continuous-query-example,I find the RangeFilter(RangeFilter :
event::CacheEntryEventFilter<int32_t, std::string>) doesn't
have any effect, because Listener (Listener : public
event::CacheEntryEventListener) print all the elements I have put。And I find
the ignite server node print following errors:
*[16:22:06,841][SEVERE][sys-stripe-4-#5][query] CacheEntryEventFilter
failed: class o.a.i.IgniteException: Platforms are not available
[nodeId=9ff3f363-c3bc-4a3a-a38d-8bc8655b8682] (Use
Apache.Ignite.Core.Ignition.Start() or Apache.Ignite.exe to start Ignite.NET
nodes; ignite::Ignition::Start() or ignite.exe to start Ignite C++ nodes).*




--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: ignite c++ client CacheEntryEventFilter has no effect!

Posted by Igor Sapego <is...@apache.org>.
Well, you can't run C++ jobs on Java node.
You need to start some C++ nodes just as the exception
message states.

Best Regards,
Igor

On Wed, Jan 17, 2018 at 5:16 AM, Edward Wu <lo...@126.com> wrote:

> Yes, my server node is a plain Java node.
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Re: ignite c++ client CacheEntryEventFilter has no effect!

Posted by Edward Wu <lo...@126.com>.
Yes, my server node is a plain Java node.



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: ignite c++ client CacheEntryEventFilter has no effect!

Posted by Igor Sapego <is...@apache.org>.
Hello. So are your server node is a plain Java node?

Best Regards,
Igor

On Sat, Jan 13, 2018 at 5:46 AM, Edward Wu <lo...@126.com> wrote:

> Hello Everyone, I use c++ client library to connect to ignite server node
> as
> a client node(<property name="clientMode" value="true"/>),then run
> continuous-query-example,I find the RangeFilter(RangeFilter :
> event::CacheEntryEventFilter<int32_t, std::string>) doesn't
> have any effect, because Listener (Listener : public
> event::CacheEntryEventListener) print all the elements I have put。And I
> find
> the ignite server node print following errors:
> *[16:22:06,841][SEVERE][sys-stripe-4-#5][query] CacheEntryEventFilter
> failed: class o.a.i.IgniteException: Platforms are not available
> [nodeId=9ff3f363-c3bc-4a3a-a38d-8bc8655b8682] (Use
> Apache.Ignite.Core.Ignition.Start() or Apache.Ignite.exe to start
> Ignite.NET
> nodes; ignite::Ignition::Start() or ignite.exe to start Ignite C++ nodes).*
>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>