Re: Building Ignite with Adopt OpenJDK 11

2021-04-19 Thread vbm
Hi Marius, Similar build failure issue was discussed in user mailing list. http://apache-ignite-users.70518.x6.nabble.com/build-failure-for-module-hibernate-5-3-tp33621p33629.html As suggested in above link, you can add to your settings.xml:

Query on ignite-kafka artifact (ignite-kafka-ext)

2020-12-17 Thread vbm
Hi, I had posted this question in user list, posting it here again. In 2.9.0 release of Ignite, ignite-kafka module was part of the ignite git. Now when I check in master branch kafka module is not present, it has been moved to https://github.com/apache/ignite-extensions Also in maven

Re: Move WAL archive cleanup from checkpoint to rollover

2020-12-09 Thread vbm
Hi Kirill Tkalenko, Is there any relation to rate of ingestion of data to ignite ? We had seen the issue of WAL growing infinitely recently in our K8s cluster. We were ingesting data at around 2Mbps. In other clusters where we did not have such a fast ingestion of data, this issue was not

Re: Issue with custom security plugin and thin clients

2020-12-09 Thread vbm
Hi Denis, Any thoughts on the approach mentioned above ? Regards, Vishwas -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

Ignite web console on kubernetes with ingress

2018-11-20 Thread vbm
Hi, I was trying to use Ignite web console on Kubernetes using the docker image at For external access, I am using ingress kubernetes resource. I am able to access Web console UI using the default href path (/). But with non default href path, the ignite web console page does not load. Is

Question on peer class loading

2018-06-07 Thread vbm
Hi, I have a Ignite server running with 3rd partyDB (MYSQL). I have the below configuration in xml file: * * ... On the server the jar for mysql jdbc driver is present iand the servers are coming up successfully. I have placed the mysql jdbc driver in a seperate folder and

errors during ignite mvn compilation with skipTest=false

2018-06-06 Thread vbm
Hi, When I try to compile the ignite 2.4 source code with skipTest as false. I a getting class not found errors. [ERROR] warning(junit.framework.TestSuite$1) Time elapsed: 0.001 s <<< FAILURE! junit.framework.AssertionFailedError: Exception in constructor: testExchangeOnNodeJoin

Ignite mvn compilation with skiptest

2018-06-06 Thread vbm
Ignite mvn compilation with skiptest as false is throwing class not found errors: [ERROR] warning(junit.framework.TestSuite$1) Time elapsed: 0 s <<< FAILURE! junit.framework.AssertionFailedError: Exception in constructor: testCreateDropCache (java.lang.NoClassDefFoundError: Could not initialize