Connection not established

2017-03-19 Thread kavitha
Hi, I tried to establish connection. But following error message displayed. My Code: class Program { static void Main(string[] args) { IIgnite ignite = Ignition.Start(); OdbcConnection con = new OdbcConnection("DRIVER={Apache Ignite};ADDRESS=

Re: cache update from .NET client to Java cluster

2017-03-19 Thread Pavel Tupitsyn
Yes, existing entry will be updated. On Mon, Mar 20, 2017 at 1:07 AM, kfeerick < kevin.feer...@ninemilefinancial.com> wrote: > Thanks Pavel, > Perhaps some crossed wires here. Let me rephrase my question. > > In my code example should I expect cache.Put(entry.Key, row) on my .NET > process

Can I let Ignite to do rebalance at a particular time?

2017-03-19 Thread ght230
When Ignite doing rebalance, sometimes it will affect other normal processing. Can I let Ignite only to do rebalance at a particular time if necessary, such as at 0:00 every day? -- View this message in context:

Re: How to start rebalancing manually from management console

2017-03-19 Thread ght230
No, I use VISOR MANAGEMENT CONSOLE, started by command "sh ignitevisorcmd.sh". -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-start-rebalancing-manually-from-management-console-tp11266p11300.html Sent from the Apache Ignite Users mailing list archive at

REST API authentication

2017-03-19 Thread Ivan Zeng
Hello, How is authentication handled for REST API? What is required to set up HTTPS? Thanks Ivan

Re: destroy and offheap memory

2017-03-19 Thread lawrencefinn
I can reproduce this pretty easily. Steps: 1. Run ignite server on mac os laptop 2. Run loader on mac os laptop 3. Loader loads 200,000 or so queryable items with key and value as objects 4. Measure memory using top 5. Use visor to stop cache 6. Measure memory using top On my mac laptop

Re: cache update from .NET client to Java cluster

2017-03-19 Thread kfeerick
Thanks Pavel, Perhaps some crossed wires here. Let me rephrase my question. In my code example should I expect cache.Put(entry.Key, row) on my .NET process running in client mode to update an existing entry or create a new entry? /1:var cache = Ignite.GetOrCreateCache

Apache Ignite with log4J2 KafkaAppender - class not found

2017-03-19 Thread lieven
I'm trying to setup a Apache Ignite/GridGain node with a Log4J2 GridLogger. Where The log4j config is calling a KafkaAppender to send the logs directly to a kafka topic. However the setup fails, when starting the node the required classes are not found. I installed the kafka-clients-0.9.0.1.jar

Fault Tolerance in Ignite Services

2017-03-19 Thread rishi007bansod
Hi, I have deployed service()(some job to be performed on ignite nodes) on 4 ignite nodes. If one node fails and job is in midway of execution, I want other node to take over this job and continue executing it. How can we handle this type of failure in case of service grids? I have read about