IgniteBiPredicate in ThinClient ScanQuery:java.lang.ClassNotFoundException

2021-12-10 Thread 38797715
An exception will be throw when the following code is executed: The ScanQuery in the thin client does not support IgniteBiPredicate? publicclassThinClient{ publicstaticvoidmain(String[] args) throwsClientException, Exception{ ClientConfigurationcfg= newClientConfiguration().setAddresses("local

Re: IgniteBiPredicate in ThinClient ScanQuery:java.lang.ClassNotFoundException

2021-12-10 Thread Pavel Tupitsyn
Thin client scan query supports any predicates. However, make sure that predicate is deployed on all server nodes so it can be executed. Please share the exception details. On Fri, Dec 10, 2021 at 11:53 AM 38797715 <38797...@qq.com> wrote: > An exception will be throw when the following code is

Re: IgniteBiPredicate in ThinClient ScanQuery:java.lang.ClassNotFoundException

2021-12-10 Thread 18624049226
[16:44:49,031][SEVERE][client-connector-#72][ClientListenerNioListener] Failed to process client request [req=o.a.i.i.processors.platform.client.cache.ClientCach eScanQueryRequest@1c37c4d2] class org.apache.ignite.binary.BinaryInvalidTypeException: ThinClient$1    at org.apache.ignite.inter

Re: IgniteBiPredicate in ThinClient ScanQuery:java.lang.ClassNotFoundException

2021-12-10 Thread Pavel Tupitsyn
Yes, the problem is that the predicate class "ThinClient$1" is not deployed on the server. On Fri, Dec 10, 2021 at 1:24 PM 18624049226 <18624049...@163.com> wrote: > [16:44:49,031][SEVERE][client-connector-#72][ClientListenerNioListener] > Failed to process client request > [req=o.a.i.i.processor

test

2021-12-10 Thread Veena Mithare
Spread bets and CFDs are complex instruments and come with a high risk of losing money rapidly due to leverage. 66% of retail investor accounts lose money when spread betting and/or trading CFDs with this provider. You should consider whether you understand ho

Delay in receiving notifications 2.8.1

2021-12-10 Thread Veena Mithare
Hi Team, We have a 3 node cluster on 2.8.1 . And we have around 30 clients and around 20 of them have continuous query registered against the same cache ( say CACHEA ) We faced the below scenario : 1. Cache A was updated . 2. A few clients( say 4 or 5 ) received the update with 1 or 2

RE: Delay in receiving notifications 2.8.1

2021-12-10 Thread Veena Mithare
The delay seems to match the connection time outs we see in the logs : x.log:2021-12-10T14:25:06,167 WARN o.a.i.s.c.t.TcpCommunicationSpi [callback-#6346]: Connection timed out (will stop attempts to perform the connect) [node=c61379ba-0776-40cf-aa95-d40fb0d057dc, connTimeoutStgy=ExponentialBa

Re: IgniteBiPredicate in ThinClient ScanQuery:java.lang.ClassNotFoundException

2021-12-10 Thread Ilya Korol
PeerDeploymentClassLoading should help to work around this issue, shouldn't it? 10.12.2021 20:56, Pavel Tupitsyn пишет: Yes, the problem is that the predicate class "ThinClient$1" is not deployed on the server. On Fri, Dec 10, 2021 at 1:24 PM 18624049226 <18624049...@163.com