RE: Loosing cache data when persistence is enabled

2020-12-10 Thread Zhenya Stanilovsky
If nodes are partially offline and still in baseline, as was mentioned earlier — you really can loose your data check for example : [1  https://apacheignite.readme.io/docs/partition-loss-policies ] [2]  https://www.gridgain.com/docs/latest/developers-guide/partition-loss-policy   if all nodes ar

Re: C#/.NET: Possible to assign different nodes different roles?

2020-12-10 Thread Raymond Wilson
It is possible to do this via node filters or attributes. We use differentiated fleets of client nodes that interact with server nodes to pull data processed at the server node level and then further process it at a cluster level. We assign a 'ROLE' attribute to each node and then filter those nod

Re: C#/.NET: Possible to assign different nodes different roles?

2020-12-10 Thread akorensh
Hi, You could use node filters: https://ignite.apache.org/docs/latest/services/services#node-filter example of node filter: https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/computegrid/ComputeFibonacciContinuationExample.java In general, it is no

Re: C#/.NET: Possible to assign different nodes different roles?

2020-12-10 Thread adumalagan
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

streaming behaviour with streamingPerNodeBufferSize parameter

2020-12-10 Thread shivakumar
Hi I'm trying to do SQL stream to load data to ignite cluster from my program (insert sql with streaming set to ON) My program connects to ignite over JDBC using org.apache.ignite.IgniteJdbcThinDriver driver (Thin driver) when i start my application with very small records rate then i don't see re

Re: Client App Object Allocation Rate

2020-12-10 Thread ssansoy
Hi did you get a response for this out of interest? also is there a ticket we can follow? We really need to understand this - and ideally turn it off -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

C#/.NET: Possible to assign different nodes different roles?

2020-12-10 Thread adumalagan
Hello, I was assigned a POC where a cluster should not have a single point of failure -- more specifically, each node should be assigned a different role. This means that loading the cache, querying, storage, etc. would be seen as their own individual roles and therefore kept separate, hosting on d

Re: Unable to free disk space after keys are removed in ignite 2.7.0

2020-12-10 Thread VeenaMithare
Hi Ilya, I have a question related to this : >>Then, WAL will usually only grow and db/ will grow too, they will not shrink from the deletion of data from caches. Dropping a cache will free space. >>This is tolerable because modern server instances are usually single-purpose. You expect an insta

Regarding Partition Map exchange Triggers

2020-12-10 Thread VeenaMithare
Hi , I can see the triggers for PME initiation here : https://cwiki.apache.org/confluence/display/IGNITE/%28Partition+Map%29+Exchange+-+under+the+hood Triggers Events which causes exchange Topology events: Node Join (EVT_NODE_JOINED) - new node discovered and joined topology (exchange is done

Regarding partition map exchange triggers

2020-12-10 Thread VeenaMithare
Hi , I can see the triggers for PME initiation here : https://cwiki.apache.org/confluence/display/IGNITE/%28Partition+Map%29+Exchange+-+under+the+hood Triggers Events which causes exchange Topology events: Node Join (EVT_NODE_JOINED) - new node discovered and joined topology (exchange is don

Regarding partition map exchange triggers

2020-12-10 Thread VeenaMithare
Hi , I can see the triggers for PME initiation here : https://cwiki.apache.org/confluence/display/IGNITE/%28Partition+Map%29+Exchange+-+under+the+hood Triggers Events which causes exchange Topology events: Node Join (EVT_NODE_JOINED) - new node discovered and joined topology (exchange is don

RE: Loosing cache data when persistence is enabled

2020-12-10 Thread BEELA GAYATRI
Hi, The nodes are not getting out of Baseline topology. They are showing offline , after restart of the nodes data is getting deleted from persistence folders(some time data not getting deleted and some times getting deleted). PFA web console Sent from Mail

Regarding long running transaction

2020-12-10 Thread VeenaMithare
Hi , I see this in my transaction log : 2020-12-10T07:32:59,525 WARN o.a.i.i.diagnostic [grid-timeout-worker-#1035%config-sync-GREEN-igniteclient-SINGLE%]: First 10 long running transactions [total=1] 2020-12-10T07:32:59,525 WARN o.a.i.i.diagnostic [grid-timeout-worker-#1035%config-sync-GREEN-

Re: Native persistence and upgrading

2020-12-10 Thread xero
Hi Dimitry and community, Is this still true? My intention is to do it between versions 2.7.6 and 2.8.1/2.9. Basically, I want to only update the docker image keeping the volumes so that I can recover the persisted data. I couldn't find documentation regarding this topic. On the other hand, releas

Re: BaselineTopology branching error

2020-12-10 Thread rakshita04
What if i delete "metastorage" folder created on older node? Will it solve the problem? Will i loose all Database entries(key,value) if i delete this folder? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Loosing cache data when persistence is enabled

2020-12-10 Thread VincentCE
Hi Beela, could the root cause be that you had changes in your baseline topology when you saw the data loss? According to my understanding and the answer I got on my question http://apache-ignite-users.70518.x6.nabble.com/Ignite-persistence-Data-of-node-is-lost-after-being-excluded-from-baseline-t