Re: [Meetup] Apache Spark and Ignite for IoT scenarious

2017-09-06 Thread ANJANEYA PRASAD NIDUBROLU
Hi Denis, Many thanks for sharing the meetup link. But will this be broadcasted on youtube or will you share video recordings after meetup is over? I will not be able attend the session physically but can do virtually. Thanks, Anjaneya. On 7 Sep 2017 04:45, "Denis Magda"

Re: Web Agent 2.1.3 giving message "You are using an older version of the agent."

2017-09-06 Thread Andrey Novikov
Hello Kenan Dalley, Compatibility between different versions of web-agent is not supported. Please download web-agent that is available to download in an your run docker image. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite is failing while starting Web Application

2017-09-06 Thread manipvl
Hi, All the 3 web application connect to the same server. The Discovery port #: 47500 and system communication port #:47100 -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

RE: Oddity running multiple server nodes locally

2017-09-06 Thread Raymond Wilson
And with some help from Google I found JStack. :) -Original Message- From: Raymond Wilson [mailto:raymond_wil...@trimble.com] Sent: Thursday, September 7, 2017 1:25 PM To: 'user@ignite.apache.org' Subject: RE: Oddity running multiple server nodes locally

RE: Oddity running multiple server nodes locally

2017-09-06 Thread Raymond Wilson
Correction to the information below. The activator app does not stall on starting a local Ignite instance, it stalls when calling Ignite.Start() Apologies for the confusion, not sure how that happened! -Original Message- From: Raymond Wilson [mailto:raymond_wil...@trimble.com] Sent:

RE: Oddity running multiple server nodes locally

2017-09-06 Thread Raymond Wilson
Ah - I think I see a gap in the logging configuration, and need to add the following to the Ignite config: Given: private static readonly ILog Log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); then: Logger = new IgniteLog4NetLogger(Log) -Original

RE: Oddity running multiple server nodes locally

2017-09-06 Thread Raymond Wilson
Hi Val, I'm not getting any obvious logging. I'm using Log4Net to configure logging, and I am getting Ignite logging during some operations, but perhaps I need to modify the logging configuration to pick up additional information. I have both the Log4Net and Apache.Ignite.Log4Net nugget packages

Re: create two client instance in one JVM to connect two ignite cluster

2017-09-06 Thread vkulichenko
Shawn, Can you please provide more detail on what you're trying to achieve and what you tried for that? What exactly is not working? -Val -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Cache classes deployment

2017-09-06 Thread vkulichenko
Hi Egor, Peer class loading is not working for data model classes. You should either deploy classes explicitly on all nodes, or use BinaryObject API: https://apacheignite.readme.io/docs/binary-marshaller#binaryobject-cache-api -Val -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

[Meetup] Apache Spark and Ignite for IoT scenarious

2017-09-06 Thread Denis Magda
Folks, Those who are craving for mind food this weekend come over the meetup - Santa Clara, Sept 9, 9.30 AM: https://www.meetup.com/datariders/events/242523245/?a=socialmedia — Denis

Re: Oddity running multiple server nodes locally

2017-09-06 Thread vkulichenko
Raymond, Can you attach logs and thread dumps? Also can you show how you do the activation? -Val -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Write-Behind Cache configuration and custom cache store

2017-09-06 Thread vkulichenko
Rick, writeThrough property enables cache store integration overall, while writeBehindEnabled property controls whether store updates are async or not. So this is correct behavior. As for transactions, write-behind store updates are always non transactional. I.e. you will have a transaction in

Oddity running multiple server nodes locally

2017-09-06 Thread Raymond Wilson
I’m using Ignite 2.1 with persistence and have a POC running successfully using a single server node. I now want to simulate running a cluster of server nodes locally. To do this I’m running multiple (4) instances of my server node via a batch file in a command shell. I can see from the naming

Cache classes deployment

2017-09-06 Thread ekomarov
Hello, I have an ignite cache with custom classes in keys and values, like IgniteCache only on one ignite node. I want to read and write data for this cache on all ignite nodes. I tried to use peer class loading, but got a ClassNotFoundException on remote ignite nodes. Is it

create two client instance in one JVM to connect two ignite cluster

2017-09-06 Thread shawn.du
Hi,It seems that ignite can't do as the topic describe. I want to do data synchronization manually between two cluster, any suggest? ThanksShawn

Re: Ignite is failing while starting Web Application

2017-09-06 Thread Mikhail
Hi, So all 3 applications start ignite in client mode and connect to the same ignite server, do them? Is it correct that ignite server address is 10.17.32.45/10.17.32.45:47100 ? Could you please run all client and server nodes with -DIGNITE_QUIET=false flag and provide full logs from all those

Re: Access Ignite Data

2017-09-06 Thread Mikhail
Hi Mimmo, So I think the fastest way is to send compute jobs to all nodes which store data and in those compute jobs run scan queries for local partitions and save files to local file. Also you can scan different partition in parallel to utilize all available CPUs. In this case you won't have any

Re: integration of Apache ISIS and Ignite

2017-09-06 Thread Mikhail
Hi, Looks like it's known issue, please try the solution from this thread: http://apache-ignite-users.70518.x6.nabble.com/Can-t-load-log-handler-quot-org-apache-ignite-logger-java-JavaLoggerFileHandler-quot-td4490.html Thanks, Mikhail. -- Sent from:

Re: many users used a temptable

2017-09-06 Thread Mikhail
Hi Lucky, Ignite supports DDL: https://apacheignite.readme.io/docs/distributed-ddl you can create and drop tables as much as you want. Thanks, Mikhail. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Access Ignite Data

2017-09-06 Thread mimmo_c
Hi, What is the fastest way to fetch all cache data in Ignite 2.0 ? Thanks, Mimmo -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Task management - MapReduce & ForkJoin performance penalty

2017-09-06 Thread Yakov Zhdanov
Try attaching @ComputeTaskNoResultCache to your task. Also filed a ticket - https://issues.apache.org/jira/browse/IGNITE-6284 As far as 2 - I meant empty runnables submitted to an JDK thread pool executor - submission will require to acquire a lock and notify pool thread. So overhead is very

Web Agent 2.1.3 giving message "You are using an older version of the agent."

2017-09-06 Thread Kenan Dalley
I've pulled the latest docker image and web-agent (2.1.3) and am running against 2.1-bin code, but whenever I try to connect, all I get is the following: [2017-09-06 07:49:30,891][INFO ][main][AgentLauncher] Starting Apache Ignite Web Console Agent... Agent configuration: User's security tokens

Re: ignite compute job continuation documentation

2017-09-06 Thread Evgeniy Ignatiev
May be a couple of lines can be added to official documentation so the users can actually know about the existence of this feature without going through examples? Also it is currently unclear for me looking on the ComputeFibonacciContinuationExample why holdcc is called before the listener is

Re: Cassandra failing to ReadThrough using Cache.get(key) without preloading

2017-09-06 Thread Kenan Dalley
I made that change and the result was the same, so it looks like it's not creating a new cache with the getOrCreateCache() method. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: New API docs look for Ignite.NET

2017-09-06 Thread Pavel Tupitsyn
Looks like everyone is ok with this. I'm going to merge these changes to master. Doxygen-related stuff remains there for now just in case, we have a separate ticket to remove it: https://issues.apache.org/jira/browse/IGNITE-6267 On Wed, Sep 6, 2017 at 11:16 AM, Vladimir Ozerov

Re: Authentication

2017-09-06 Thread franck102
Hi all, I am reviving this thread because as far as I can tell the initial question was not answered, and I am hitting the same problem: "* when a node starts up it needs to fetch the local password and store it in it's own configuration " ... and I can't figure out how to do that?? The only

integration of Apache ISIS and Ignite

2017-09-06 Thread Nikhil Dhamapurkar
Hi , I am trying to integrate apache Ignite as the L2 Cache for apache ISIS. I have added Apache ignite JDBC connection to the persistor.properties in isis. When I am trying to compile my web app I am getting ignite logger exception listed in stack trace [1] I can see earlier mailing list

Write-Behind Cache configuration and custom cache store

2017-09-06 Thread rick_tem
Hi, I am using Ignite 2.0.0 with a cache configurations shown below. First, I noticed that writeAll() or any write() was not called on my cache store when writeBehindEnabled=true but writeThrough=false. Seems like if writeBehindEnabled set to true, it should override writeThrough, but anyway, I

Re: Custom SecurityCredentialsProvider and SecurityCredentials

2017-09-06 Thread franck102
What is even more confusing is that SecurityCredentialsProvider is in fact only used in GridClient and GridTcpRouter configurations. If I understans correctly GridClient is in turn only used by the cmd line client, and by the deprecated legacy jdbc connection. So, what is the proper strategy for

Re: Task management - MapReduce & ForkJoin performance penalty

2017-09-06 Thread ihorps
hi @yakov Thank you for your feedback. 1. yes, warming up a jvm - this is what I missed at the begging (no doubts here at all). I can confirm that it gets better in average after few dozens of run. 2. did you mean than IgniteRunnable/IgniteCallable here (efficiency for no-op task/job)? I'd like

Re: ignite.active(true) blocking forever

2017-09-06 Thread Yakov Zhdanov
Then you may have a data loss? --Yakov 2017-09-06 12:51 GMT+03:00 Вячеслав Коптилин : > Hi Yakov, > > At first sight, it seems that we can use the same approach for this issue, > but in this particular case, I think, the best way to handle > OutOfMemoryError is to

Re: ignite.active(true) blocking forever

2017-09-06 Thread Вячеслав Коптилин
Hi Yakov, At first sight, it seems that we can use the same approach for this issue, but in this particular case, I think, the best way to handle OutOfMemoryError is to shutdown the node that could not be activated. Best regards, Slava. 2017-09-06 11:26 GMT+03:00 Yakov Zhdanov

many users used a temptable

2017-09-06 Thread Lucky
Hi I encountered such a problem: I have been loaded with some cache data in ignite, and then creates a temporary table and write data, and associate query with these cached data, delete the temporary table after use; support such a scene in ignite?

Re:Re: ignit2.1 start h2 debug console error

2017-09-06 Thread Lucky
Thanks a lot! It's work! At 2017-09-04 17:15:35, "ilya.kasnacheev" wrote: >Hello Lucky, > >It should be -DIGNITE_H2_DEBUG_CONSOLE=true > >note the "D" after dash, that means "define property" >and the absense of whitespace before equals sign (and anywhere else)

Re: Task management - MapReduce & ForkJoin performance penalty

2017-09-06 Thread Yakov Zhdanov
Guys, I see the following issues with the benchmark: 1. There is only one iteration. I would put it in a loop and measure at least hundred of iterations. 2. no-op jobs are not real world example at all =) job requests are processed in thread pool executor which is not very much effective for

Re: GROUP_CONCAT function is unsupported

2017-09-06 Thread mhetea
Hello, I saw that the ticket was not fixed. Is there a workaround for this issue? I wouldn't like to iterate over the results and then concatenate them because the result list can be large. Thank you! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: How to control the quit of Ignite instance manually?

2017-09-06 Thread Denis Mekhanikov
As per documentation , you can implement a LifecycleBean and specify it in IgniteConfiguration. You can process BEFORE_NODE_STOP or AFTER_NODE_STOP in this implementation. - Denis ср, 6 сент. 2017 г. в 10:26,

Re: ignite.active(true) blocking forever

2017-09-06 Thread Yakov Zhdanov
Slava, this looks like the issue with start cache operation throwing exception on some nodes and cache start rollback. I remember you implemented that fix. Can we apply the same machinery to rollback the activation with proper exception? --Yakov

Re: New API docs look for Ignite.NET

2017-09-06 Thread Vladimir Ozerov
Looks good to me. Clean layout, fast build - do we need anything else? On Tue, Sep 5, 2017 at 12:06 PM, Oleg Ostanin wrote: > Great news, thanks a lot! > > On Tue, Sep 5, 2017 at 11:47 AM, Pavel Tupitsyn > wrote: > >> DocFX takes around 30 seconds

Re: Message Queue Size

2017-09-06 Thread dkarachentsev
Hi Rishi, Message queue limit was disabled in 1.9 release because in async mode it may cause not obvious cluster stall, when OOMEs a quite rare issue. Currently planned a new back-pressure mechanism [1], another possible issue with PRIMARY_SYNC was already resolved [2]. Generally it's no need

How to control the quit of Ignite instance manually?

2017-09-06 Thread aa...@tophold.com
hi All, We want to the control the quit of the Ignite instance, so we can do some purger and housekeeping job before ignite shutdown. But seem Ignite add hook to the JVM runtime; so we can always get BEFORE_NODE_STOP before our cleaning up job kick. Is there anyway we can control exactly

Re: With onHeapCacheEnabled = false, BinaryOnHeapOutputStream is still used, why?

2017-09-06 Thread dkarachentsev
Hi John, BinaryHeapOutputStream is the part of binary marshaller, and it's used for object serialization only. Entry are stored in off-heap paged memory as expected. Thanks! -Dmitry. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: copyOnRead to false

2017-09-06 Thread steve.hostett...@gmail.com
HI,I am using 1.9 and according to your explanation neither does it make sense to me. Thanks anyway for explaining the precise semantics. I will try to change some parameters of the tests to see if I can come up with some meaningful explanation.Thanks againSteve Original Message