Re: Failed to fetch SQL query result

2018-12-04 Thread yangjiajun
Hello. I think I get a reproducer for this issue: 1.Start a node with persistence enabled. 2.Create a table:CREATE TABLE city (id LONG PRIMARY KEY, name VARCHAR) WITH "template=replicated" 3.Insert 8W random records to it. 4.Create two jdbc thin connections. 5.Start two threads using different

Re: Ignite startu is very slow

2018-12-04 Thread kvenkatramtreddy
Hi, Sorry to bother you. All Data in Ignite native persistence, so please could you guide me how to reload the data again. Thanks & Regards, Venkat -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

RE: Effective way to pre-load data around 10 TB

2018-12-04 Thread Naveen
Thanks Stan, this may take little longer time to implement, we are in hurry to build this functionality of preloading the data. Can someone correct me how to improve this pre-load process. This is how we are preloading. 1. Send an Async request for all the partitions with the below code,

Ignite node stops on read/insert/update operations from ycsb

2018-12-04 Thread summasumma
Hi, I am trying following workload from ycsb with 2 node ignite cluster with 1 backup enabled. writesync=prim_sync. recordcount=400 operationcount=400 workload=com.yahoo.ycsb.workloads.CoreWorkload readallfields=true insertproportion=0.23 updateproportion=0.46 readproportion=0.31

Re: Ignite web console

2018-12-04 Thread Alexey Kuznetsov
Hi Viraj Rathod, 1. Make sure that you copied "ignite-rest-http" folder from "libs/optional" to "libs". This module is required by Web Console in order to communicate with cluster via REST. Cluster should be restarted if "ignite-rest-http" was not in "libs". 2. Please attach log from Web Agent.

Re: Ignite startu is very slow

2018-12-04 Thread Evgenii Zhuravlev
Hi, I'd say that 128 partitions should be more than enough for 3 nodes, just try it. Note: you will need to reload all data in caches, because they will have different affinity. Best Regards, Evgenii вт, 4 дек. 2018 г. в 02:36, kvenkatramtreddy : > Hi, > > Please could you suggest the number

Re: Ignite Query Slow

2018-12-04 Thread Evgenii Zhuravlev
do you have gc logs from an another node? вт, 4 дек. 2018 г. в 12:14, Skollur : > Ignite.zip > > Ignite is using high CPU and enclosed high CPU profile. Let me know if you > need any further information to help us on this. >

Re: Ignite Query Slow

2018-12-04 Thread Skollur
Ignite.zip Ignite is using high CPU and enclosed high CPU profile. Let me know if you need any further information to help us on this. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Calling ComputeJobContinuation.callcc() on a thread not managed by Ignite

2018-12-04 Thread Kamil Mišúth
Hi Ilya, many thanks for checking it. Will have a look at the tests for reference. Kamil Mišúth Dňa 4. decembra 2018 18:05:47 SEČ používateľ Ilya Kasnacheev napísal: >Hello! > >I can see that it gets called all the time from non-ignite threads >(from >Timer) in Ignite tests. Should probably

Re: HELLO WORLD GA EXAMPLE

2018-12-04 Thread zaleslaw
Dear @AlphaMufasaOmega could you please run another ML examples like KNNRegression example or LogisticRegression in ml-examples. Could you post the result here or in separate thread? Will it be the same problem or not? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Alternatives for XML configuration file(s)?

2018-12-04 Thread zaleslaw
Of course, you can. I use Java Configuration on my project with Ignite and it works without any problems. I hope, that Ignite Core developers will add a few examples with Java config -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Fair queue polling policy?

2018-12-04 Thread Peter
Hello Stan, Thanks for your detailed answer on this topic. I think you are right that this is no bug and currently I do not see a problem with this, except that the documentation is a bit

Re: Calling ComputeJobContinuation.callcc() on a thread not managed by Ignite

2018-12-04 Thread Ilya Kasnacheev
Hello! I can see that it gets called all the time from non-ignite threads (from Timer) in Ignite tests. Should probably be OK. Regards, -- Ilya Kasnacheev вт, 4 дек. 2018 г. в 18:03, kimec.ethome.sk : > Hi, > > is it OK to call ComputeJobContinuation.callcc()[1] on a thread not > managed by

Re: BinaryObjectImpl.deserializeValue with specific ClassLoader

2018-12-04 Thread Stanislav Lukyanov
Hi, Unfortunately, it's not going to be near future. It's definitely not 2.7 (which was frozen a long time ago), almost definitely not 2.8 (because it would probably take to much time to do and 2.8 is supposed to figure out other stuff related to Java 9+ support). You can always workaround this

Re: Alternatives for XML configuration file(s)?

2018-12-04 Thread Ilya Kasnacheev
Hello! It is absolutely possible to convert your whole configuration from Spring XML to Java. Spring XML is nothing more than a "bean shell" over Java object model. Regards, -- Ilya Kasnacheev вт, 4 дек. 2018 г. в 19:33, monstereo : > When I worked on Apache Ignite, configuration with XML

Alternatives for XML configuration file(s)?

2018-12-04 Thread monstereo
When I worked on Apache Ignite, configuration with XML files was crashing me. I could write configuration as a class. However I could not convert all the configuration. Is there any way such as Spring’s solutions? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Calling ComputeJobContinuation.callcc() on a thread not managed by Ignite

2018-12-04 Thread kimec.ethome.sk
Hi, is it OK to call ComputeJobContinuation.callcc()[1] on a thread not managed by Ignite? Let's say I have a computation modeled as a continuation. It does a bunch of getAsyncs and putAsyncs from various caches observing the holdcc and callcc protocol. As the computation's final step, I

Ignite web console

2018-12-04 Thread Viraj Rathod
How do I launch my localhost on the default 8090 port and connect it to my cluster. I have installed ignite and running 2 nodes on RHEL azure boxes. The ignite-web-agent.sh file is successful but how do I see my caches on the web console which is console.gridgrain.com? -- Regards, Viraj Rathod

Re: Continuous queries and duplicates

2018-12-04 Thread Ilya Kasnacheev
Hello! I have discussed this issue, and it looks that you should expect duplicate entries. You can see some entries in ScanQuery and also get them later in ContinuousQuery callback. So you have to be ready for this. Regards, -- Ilya Kasnacheev пт, 30 нояб. 2018 г. в 19:54, Sobolewski,

Re: Avoiding Docker Bridge network when using S3 discovery

2018-12-04 Thread Dave Harvey
We didn't see a way to use setLocalAddress. Each container has a different IP address, but the bridge network presents the same IP address to each container. Therefore, we would only know what to use for the local address by enumerating all addresses, and eliminating the bridge network. On Mon,

Re: Query regarding Ignite unit tests

2018-12-04 Thread Ilya Kasnacheev
Hello! I guess you can't use our TC to run tests on your private servers, unless you are willing to contribute them to Apache Ignite project :) You could start by running IgniteBasicTestSuite, which is known as "Basic 1" on our TC. Then you can also try a few other suites.

RE: Query regarding Ignite unit tests

2018-12-04 Thread Namrata Bhave
Hi Ilya, I want to run tests for v2.6.0(latest stable version) since I am trying to enable Apache Ignite on s390x architecture which is not yet supported by Ignite. Build is successful but want to ensure that functionality is working by running some basic unit tests on my platform. Which

Re: Client stucks and doesn't connect

2018-12-04 Thread Dmitry Lazurkin
Issue with patch: https://issues.apache.org/jira/browse/IGNITE-10513 On 12/3/18 17:43, Dmitry Lazurkin wrote: > OK. I have found steps to reproduce. > > For reproducing we need Ignite with slow disk. Or I known how to > emulate slow hard disk: > > Add to partitions cycle in >

Re: Near cache synchronization

2018-12-04 Thread Ilya Kasnacheev
Hello! 1. Normally, all server nodes has some primary partitions. So client node will be getting updates from all servers. 2. It is done eagerly in case FULL_SYNC mode is used for cache. If PRIMARY_SYNC is used it will happen somewhere in the future after the operation is complete. Regards, --

Re: Query regarding Ignite unit tests

2018-12-04 Thread Ilya Kasnacheev
Hello! 1. Why would you want to run tests for 2.6.0? They were ran when 2.6 was released. 2. Configurations exist on ci.ignite.apache.org and they're conveniently sorted into projects. 3. You could run suites one-by-one using JUnit. Regards, -- Ilya Kasnacheev вт, 4 дек. 2018 г. в 15:44,

RE: Query regarding Ignite unit tests

2018-12-04 Thread Namrata Bhave
Hi Ilya, Thank you for your reply. I still have some queries about the execution. 1. I want to run tests for tag 2.6.0 , but could not find any existing builds for same. Can you please help me in running tests for tag 2.6.0? 2. Secondly how to run test suite with specific suite settings?

Re: GridProcessorAdapter fails to start due to failure to initialise WAL segment on Ignite startup

2018-12-04 Thread Ilya Kasnacheev
Hello! It might be safe to remove that file and restart node. Regards, -- Ilya Kasnacheev вт, 4 дек. 2018 г. в 01:35, Raymond Wilson : > Hi Ilya, > > I check the state of the WAL file in question (0008.wal) - it > is a zero byte WAL file. The only other WAL file present in the

Re: When will Apache Ignite support Java 11?

2018-12-04 Thread kimec.ethome.sk
Java 11 is technically not an LTS release. Java 11 is the next LTS release only for Oracle customers on "Premier Support". Organizations not willing to pay for "Premier support" will need to track OpenJDK. There is no notion of LTS in OpenJDK. That means there is no free LTS for Java (11 and

cluster activation on k8s when native persistence is enabled

2018-12-04 Thread radha
Hi, I am new to ignite usage. Can someone help me, how to activate the ignite cluster on k8s environment without login to the ignite server pods to activate it by executing the command ./control.sh --activate? Is there any rest api call that i can use to activate the cluster. Also let

Re: When will Apache Ignite support Java 11?

2018-12-04 Thread Gianluca Bonetti
Hello Loredana You can switch to OpenJDK 8, which would be supported also for security updates by all the major Linux distribution. OpenJDK is production ready since years, actually Oracle's JDK is now a build of OpenJDK, with some additions. Cheers Gianluca Il giorno lun 3 dic 2018 alle ore

Re: Ignite Performance Issues when seeding data from Spark

2018-12-04 Thread Ilya Kasnacheev
Hello! Let's talk about persistence performance. First of all, you have to understand how checkpointing works. It works by writing a whole 4k page if you happen to add or update an object to it. This means when you have a lot of updates there will be a lot of writes. When you have a write-heavy

Re: iginte REST API using HTTPS

2018-12-04 Thread Ilya Kasnacheev
Hello! This sounds more like a Jetty issue. Having said that, I doubt that Jetty will be able to use Ignite's sslContextFactory See the jetty's configuration: https://www.eclipse.org/jetty/documentation/current/configuring-ssl.html#configuring-sslcontextfactory Regards, -- Ilya Kasnacheev

Near cache synchronization

2018-12-04 Thread rom_we
Hello, I'm exploring ignite as a distributed in memory cache. The cache configuration contains a dedicated with ignite server nodes (partitioned) and application bootstrapping as a client with near cache. I would like to better understand the implications of running ignite near cache in my