Re: rejecting communication connection & Failed to process selector key

2024-09-19 Thread MJ
Yes - kubernetes discovery spi.   No client nodes are out of the cluster. and below setting for communication spi. config of communicationSpi

Re: rejecting communication connection & Failed to process selector key

2024-09-16 Thread MJ
configuration can help on that ? Thanks, -MJ Original Email From:"Pavel Tupitsyn"< ptupit...@apache.org >; Sent Time:2024/9/16 12:58 To:"user"< user@ignite.apache.org >; Subject:Re: rejecting c

rejecting communication connection & Failed to process selector key

2024-09-15 Thread MJ
Hi Igniters,   I am experiencing the “Failed to process selector key” error once every one or two days. Every time it appears received and rejected multiple communication connections and then threw the exception. Below logging is about “Broken pipe” original exception but not only “Broke

[2.13.0] - Log overflow & Threads hanged

2023-06-20 Thread MJ
20[000274fc](r=1|w=0),844420635201360[00028f50](r=1|w=0)] Thanks, MJ

Re: Ignite Affinity - sql join Question

2023-06-14 Thread MJ
n the equality operation of affinity keys. Left side: PERSON; right side: ORGANIZATION Thanks ---Original--- From: "Jiang Jacky"https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/sql/SqlQueriesExample.java Get Outlook for iOS

Re: Ignite Affinity - sql join Question

2023-06-12 Thread MJ
marked on sql join's both left and right sides? Thanks, MJ ---Original--- From: "Jiang Jacky"https://ignite.apache.org/docs/latest/data-modeling/affinity-collocation and added with some additional annotation changes.   public class AffinityCollocationExample2 {    

Ignite Affinity - sql join Question

2023-06-12 Thread MJ
hi Igniters, Can you pls advise below ? It always prints out below WARN message in server side when I am trying to use the sql join .  Anything wrong with my configuration or testing code ? Is it possible to eliminate that WARN message ?   [ WARN] org.apache.ignite.internal.processors.qu

ignite-shmem ?

2022-04-04 Thread MJ
could be impacted by the removal of ignite-shmem ? org.gridgain:ignite-shmem Server OS: redhat 7 Thanks, MJ

Re client node connects to server nodes behind NAT

2021-11-15 Thread MJ
"user" https://ignite-summit.org/sessions/293596 On Mon, Nov 15, 2021 at 3:50 AM MJ <6733...@qq.com> wrote: Hi, Is that possible for a non-Kubernetes client node connects to server nodes within Kubernetes ?  have read below docs

client node connects to server nodes behind NAT

2021-11-14 Thread MJ
Hi, Is that possible for a non-Kubernetes client node connects to server nodes within Kubernetes ?  have read below docs seems impossible  https://ignite.apache.org/docs/latest/installation/kubernetes/azure-deployment#connecting-client-nodes Have tried with thin client outside of Kubernetes

frequent "Failed to shutdown socket" warnings in 2.11.0

2021-11-02 Thread MJ
dNioServer$AbstractNioClientWorker.body(GridNioServer.java:1910)     at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:120)     at java.lang.Thread.run(Thread.java:748)           Thanks, MJ

Re: Problem with Cache KV Remote Query

2021-10-18 Thread MJ
Confirmed "Compact footer" setting fixed the problem. Thanks a lot.   -MJ ---Original--- From: "Alex Plehanov"https://ignite.apache.org/docs/latest/data-modeling/affinity-collocation#configuring-affinity-key ; .  When I run the code in single jvm, it works perfect and su

Problem with Cache KV Remote Query

2021-10-18 Thread MJ
Hi, I experienced below problem when testing the ??Affinity Colocation?? functionality. The code is from https://ignite.apache.org/docs/latest/data-modeling/affinity-collocation#configuring-affinity-key ; .  When I run the code in single jvm, it works perfect and successfully retrieved t