Re: UriDeployment Question

2020-06-04 Thread marble.zh...@coinflex.com
I tried even with the 2.8.1, but exception still there, I have already copied the ignite-osgi and ignite-osgi-paxlogging libs to the ./libs folder, java.lang.NoClassDefFoundError: org/osgi/service/jdbc/DataSourceFactory at java.lang.ClassLoader.defineClass1(Native Method) at

Re: UriDeployment Question

2020-06-04 Thread marble.zh...@coinflex.com
thanks, i am using 2.8.0 version. btw, when start the server, met below exception, I am not sure if due to this issue, Caused by: java.lang.ClassNotFoundException: org.osgi.framework.BundleActivator at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at

Re: How to get POJOs in Python?

2020-06-04 Thread Andrew Munn
Thanks Ilya. I don't see anything in that post about registering the binary type. I am not defining any tables using SQL. I'm just instantiating POJOs, putting them in the cache and then expecting to get them in Python. Can you tell me what else is required? Is there some process to register

Re: embedded jetty & ignite

2020-06-04 Thread Denis Magda
Clay, Do you have any specific requirements in mind for the ignite service + jetty deployment? If possible, please tell us a bit more about your application. Generally, I would deploy Jetty separately and use load balancers when several instances of an application are needed. - Denis On Wed,

Re: UriDeployment Question

2020-06-04 Thread Evgenii Zhuravlev
Hi, What version of Ignite do you use? It started to work with jar files only since version 2.8: https://issues.apache.org/jira/browse/IGNITE-11380. When it reads file, it prints message to the log: Found new or updated deployment unit Do you have it in your logs? Yes, you don't need to

Re: Ignite SystemViews DataRegion

2020-06-04 Thread akorensh
Hi, There is a DATA_REGION_NAME in the CACHES and CACHE_GROUPS view mapping a cache/cache group to a data region. https://apacheignite.readme.io/docs/caches data region metrics: https://apacheignite.readme.io/docs/iodataregiondata_region_name

Re: Help with ignite cluster

2020-06-04 Thread akorensh
Hi, Fail to find data nodes for cache: * means that a call to a partitioned cache is not finding any nodes w/data for that cache. Either the nodes are down, are unresponsive or unreachable. If this scenario is reproducible, send the logs from all nodes, a reproducer, a list of steps

Index usage on Joins

2020-06-04 Thread njcstreet
ensionLocation (id, location_name) VALUES (3, 'New York'); INSERT INTO FactTableRevenue (id, date_key, product_key, location_key, revenue) VALUES (1, 20200604, 1, 1, 500); INSERT INTO FactTableRevenue (id, date_key, product_key, location_key, revenue) VALUES (2, 20200604, 1, 2, 700); INSER

UriDeployment Question

2020-06-04 Thread marble.zh...@coinflex.com
Hi Expert, I am trying the UriDeployment, the xml setting is, file:///home/myProjects/price-processor-ignite/target/ When ignite startup, I can find the something generated in

Help with ignite cluster

2020-06-04 Thread C Ravikiran
> Hi Team, > > Initially my application running with single node. > > Recently added one more node in to the cluster and my application is > working with two nodes without issues and also fetching data in cache IDs > also. > > But today one node was down which was runnig intially. > > Newly added

Re: Question regarding topology

2020-06-04 Thread adipro
Can someone please help with this case? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Messages being Missed on Node Start

2020-06-04 Thread zork
Hi, Can anyone provide an input on this please? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Random2LruPageEvictionTracker causing hanging in our integration tests

2020-06-04 Thread Ilya Kasnacheev
Hello! If you have a lot of caches of uniform structure and low entry count, you should use cache groups. For unrelated caches you should not use cache groups. That's the rule of thumb. Regards, -- Ilya Kasnacheev чт, 4 июн. 2020 г. в 08:41, scottmf : > Thanks Ilya. I tried all your

Ignite SystemViews DataRegion

2020-06-04 Thread kay
Hello, I'd like to see Data Region list in my ignite server node. I found CACHE, NODE_ATTRIBUTES but I didn't find about Data Region.. Is there any Table or View for Data Region information?? I'll waiting for reply. Thank you. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/