Re: ignite odbc build error

2018-10-24 Thread Ilya Kasnacheev
Hello! I hope you understand that you're not getting a Windows redistributable of ODBC driver by building on Linux? You will only build Linux ODBC driver that way. Regards, -- Ilya Kasnacheev ср, 24 окт. 2018 г. в 15:06, wt : > i do. this is a major blocker for me for my demo to the COO. All

Re: ignite odbc build error

2018-10-24 Thread wt
maybe you could provide me with the 2.7 ignite.odbc.dll and i can skip the build part in visual studio and run light.exe -ext WixUIExtension ignite-odbc-x86.wixobj -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

ignite odbc build error

2018-10-24 Thread wt
i am trying to build the 2.7 odbc driver and i am getting an error. I am using ubuntu 14 root@ip-10-112-47-3:/ignite2.7/ignite/modules/platforms/cpp# ls aclocal.m4 config.sub cpp.dxg jni missing thin-client autom4te.cache configuredepcomp ltmain.sh

Re: ignite odbc build error

2018-10-24 Thread Igor Sapego
No, I've never seen this error before. Seems like some issue in configuration of your OS. Do you have pkg-config installed? Best Regards, Igor On Wed, Oct 24, 2018 at 2:17 PM wt wrote: > those errors are gone but it looks like some ubuntu issue is now a problem. > Have you seen this before?

Cache stats like number of cache hits, misses, reads, write, avg

2018-10-24 Thread Naveen
Hi We are using Ignite 2.5/2.6 Have enables stats collection by setting this property Created cache, and ran some Gets on it, and when we check stats thru visor, we dont see any stats for read cache -c=CustomerCache -a All the columns like Hits, Writes, Reads are showing as zero, is there

Re: where to download 2.7 source

2018-10-24 Thread Ilya Kasnacheev
Hello! This error looks exactly like the one you're getting when running mismatching version of .Net versus Java. So I assume that either Java libraries used by your project are not 2.7 or .Net is really not. You could specify path to your Java portion of Apache Ignite by specifying IGNITE_HOME

Re: ignite odbc build error

2018-10-24 Thread wt
ok i didnt realise that. Could you please help me understand why i am getting that error when following the exact instructions on https://apacheignite.readme.io/docs/odbc-driver *Building installers on Windows* /Once you have built driver binaries you may want to build installers for easier

Re: where to download 2.7 source

2018-10-24 Thread wt
thanks Igor Unfortunately i have a demo next week and i need the odbc bug that was fixed in 2.7 to be ready for the demo so i have no choice but to try use the current status of 2.7. Thanks for the info -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: ignite odbc build error

2018-10-24 Thread wt
Hi Igor *I tried as a standard user and i get this* ubuntu@ip-10-112-47-3:/ignite2.7/ignite/modules/platforms/cpp$ libtoolize && aclocal && autoheader && automake --add-missing && autoreconf ./configure.ac --enable-odbc --disable-node --disable-core aclocal:configure.ac:32: warning: macro

2.7 (.net) JavaException: class org.apache.ignite.binary.BinaryObjectException: Invalid flag value: 0

2018-10-24 Thread wt
Not sure if there is something missing in the .net ignite side for 2.7 I have built 2.7 on a linux machine, copied it to my windows machine and can launch it from the ignite.bat file no problem. I built the dotnet source as well and referenced those in my current project (a winforms app). When

Re: ignite odbc build error

2018-10-24 Thread wt
i do. this is a major blocker for me for my demo to the COO. All i am looking for is the 32bit odbc msi. is there anywhere i can get it or if you know if i should be using a different version of linux -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: ignite odbc build error

2018-10-24 Thread Igor Sapego
Try removing AM_PROG_AR as well. I will fix the issue in future. Best Regards, Igor On Wed, Oct 24, 2018 at 1:41 PM wt wrote: > Hi Igor > > *I tried as a standard user and i get this* > > ubuntu@ip-10-112-47-3:/ignite2.7/ignite/modules/platforms/cpp$ libtoolize > && aclocal && autoheader &&

Re: Cache stats like number of cache hits, misses, reads, write, avg

2018-10-24 Thread aealexsandrov
Hi, Could you please provide the full configuration of the node? BR, Andrei -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: where to download 2.7 source

2018-10-24 Thread wt
I believe i have done this. I have downloaded 2.7 from github. packaged it with maven and then copied the entire dir to my local windows pc. I then updated the IGNITE_HOME variable to point to this new location. I started the server using the bat file (i couldnt start it in a .net proj as it was

Re: where to download 2.7 source

2018-10-24 Thread wt
hi Thank you it is all resolved now using the nightly build including the odbc and i can now see the odbc tables from Excel. fabulous -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: where to download 2.7 source

2018-10-24 Thread wt
Hi Igor Not sure if there is something missing in the .net ignite side for 2.7 I have built 2.7 on a linux machine, copied it to my windows machine and can launch it from the ignite.bat file no problem. I built the dotnet source as well and referenced those in my current project (a winforms

Re: ignite odbc build error

2018-10-24 Thread wt
those errors are gone but it looks like some ubuntu issue is now a problem. Have you seen this before? ubuntu@ip-10-112-47-3:/ignite2.7/ignite/modules/platforms/cpp$ libtoolize && aclocal && autoheader && automake --add-missing && autoreconf ./configure --enable-odbc --disable-node --disable-core

Re: ignite odbc build error

2018-10-24 Thread Ilya Kasnacheev
Hello! Unfortunately I did not see in your email the exact error that you are seeing. However I think that Apache Ignite 2.7 Release Candidate will be available any day now. Regards, -- Ilya Kasnacheev ср, 24 окт. 2018 г. в 15:31, wt : > ok i didnt realise that. Could you please help me

Re: ignite odbc build error

2018-10-24 Thread wt
omg you are a life saver I CAN'T THANK YOU ENOUGH :) -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: where to download 2.7 source

2018-10-24 Thread Ilya Kasnacheev
Hello! Have you tried to run Apache.Ignite.exe from your build's platforms/dotnet? Does it run? Have you also tried nightly build? I suspect that your project reference to 2.7 might be incorrect if you can get server .Net nodes to start. Regards, -- Ilya Kasnacheev ср, 24 окт. 2018 г. в

Re: ignite odbc build error

2018-10-24 Thread wt
hi Thank you it is all resolved now using the nightly build including the odbc and i can now see the odbc tables from Excel. fabulous -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: where to download 2.7 source

2018-10-24 Thread Igor Sapego
Hello, 2.7 is not released yet, but you can get code from git repository from the ignite-2.7 branch. Note however that there are still some issues/missing features in this branch. You can see the current state of the release in the appropriate thread on the devlist. [1] -

Re: ignite odbc build error

2018-10-24 Thread Ilya Kasnacheev
Hello! Have you tried Nightly Builds? https://ci.ignite.apache.org/viewLog.html?buildId=lastSuccessful=Releases_NightlyRelease_RunApacheIgniteNightlyRelease=artifacts=1#!-oll7z3tvqsdk,-1fllqn9a26ew6,1e6erfmy67dj4,enpgjwyte3hs apache-ignite-2.7.0.20181024-bin.zip

Re: where to download 2.7 source

2018-10-24 Thread wt
i am giving the nightly builds a go and will use those in the .net proj reference. Fingers crossed - been struggling on this all day so far and feel very demotivated. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Cache stats like number of cache hits, misses, reads, write, avg

2018-10-24 Thread Naveen
I guess I was doing the same. Only change I could see is, you were enabling setMetrcis for both regionCfg and storageCng regionCfg.setMetricsEnabled(true); // Setting the data region configuration. storageCfg.setDataRegionConfigurations(regionCfg);

Re: odbc 2.7 columns issue

2018-10-24 Thread Igor Sapego
Hi, Can you share an ODBC log please? Best Regards, Igor On Wed, Oct 24, 2018 at 5:59 PM wt wrote: > Hi > > Thank you for fixing the bug where in Excel i was not able to see the > tables. I can now however there are no columns visible and it gives an > error > that the data source did not

Re: How to configure service deployment as cluster node singleton in Ignite Configuration file?

2018-10-24 Thread Ilya Kasnacheev
Hello! I'll go with totalCount=1. Can you provide logs where service is run on more than one node? Regards, -- Ilya Kasnacheev вт, 16 окт. 2018 г. в 10:22, the_palakkaran : > Hi, > > I have a service that needs to be deployed in a cluster of three nodes. But > I want only one node to run

Client node get stuck when reconnecting to cluster

2018-10-24 Thread Oleksandr Shevchenko
Hi all, I have trouble to reconnect client node to cluster. Scenario I am running is 1. Ignite version 2.5 and Java 1.8 2. Two servers nodes running same machine with default GC set up 3. Client node runs on the same machine that servers do 4. Client node connects to cluster creates

Re: 2.7 (.net) JavaException: class org.apache.ignite.binary.BinaryObjectException: Invalid flag value: 0

2018-10-24 Thread akurbanov
Hello, One thing, since 2.7 is not released, could you please point out when did you get 2.7, what was the latest commit? Regards, Anton -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

odbc 2.7 columns issue

2018-10-24 Thread wt
Hi Thank you for fixing the bug where in Excel i was not able to see the tables. I can now however there are no columns visible and it gives an error that the data source did not return any columns. So it is a bit better that we can see the tables but we still cannot browse them and have to run a

Re: 2.7 (.net) JavaException: class org.apache.ignite.binary.BinaryObjectException: Invalid flag value: 0

2018-10-24 Thread wt
hi please ignore the issue has been resolved by getting the latest from the nightly build -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Cache stats like number of cache hits, misses, reads, write, avg

2018-10-24 Thread aealexsandrov
Hi, I tested that it works. I attached my code for the server node and configuration for the visor. Could you please check it? startActivate.java default-config.xml

Re: npe: Failed to reinitialize local partition

2018-10-24 Thread Ilya Kasnacheev
Hello! Can you make a simple reproducer of that problem? I have tried to reproduce it but could not observe the backup number changing. Instead, on 2.7 I observe correct number and on 2.6- I observe NPE since cache2a does not exist in the grid. Note that if you run

Re: odbc 2.7 columns issue

2018-10-24 Thread Ilya Kasnacheev
Hello! Can you also share your tables/caches configuration? Regards, -- Ilya Kasnacheev ср, 24 окт. 2018 г. в 18:14, Igor Sapego : > Hi, > > Can you share an ODBC log please? > > Best Regards, > Igor > > > On Wed, Oct 24, 2018 at 5:59 PM wt wrote: > >> Hi >> >> Thank you for fixing the bug

Re: BufferUnderflowException on GridRedisProtocolParser

2018-10-24 Thread Michael Fong
Hi Stan, Thanks for the suggestion. I have tried to patch it, which would work 95% of the case, but would run into another random issue. I have mailed dev list for suggestions. Regards, Michael On Thu, Oct 11, 2018 at 7:10 PM Stanislav Lukyanov wrote: > Well, you need to wait for the

Re: Cluster freeze with SSL enabled and JDK 11

2018-10-24 Thread Loredana Radulescu Ivanoff
Hello again, I am working on getting the full SSL logs over to you, but I have one more question in between: TLS v1.3 is enabled by default in JDK 11, and my app is using TLS v1.2 specifically. There's a known issue that's recently addressed by the JDK related to TLS v1.3 half close policy,

An error occured when recreate cache

2018-10-24 Thread Justin Ji
The following is the stack: 2018-10-25 03:47:02:992 [exchange-worker-#42] ERROR o.a.i.i.p.c.d.d.p.GridDhtPartitionsExchangeFuture:498 - Failed to reinitialize local partitions (preloading will be stopped): GridDhtPartitionExchangeId [topVer=AffinityTopologyVersion [topVer=1, minorTopVer=1],

Re: npe: Failed to reinitialize local partition

2018-10-24 Thread wangsan
IgniteTwoRegionsRebuildIndexTest.java The file is the test case. I use getOrCreateCache with name. But the cache template I have beed defined before.When reconnect ,It looks like the cache

Off heap limit

2018-10-24 Thread Prasad Bhalerao
Hi, Is there any limit for off heap memory? Thanks, Prasad

Re: Automated cache generation to clone a SQL schema?

2018-10-24 Thread sv
Does anyone have any idea about this? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: OVER() clause in ignite

2018-10-24 Thread Mikael
Hi! As far as I know H2 does not support OVER. Mikael Den 2018-10-24 kl. 07:28, skrev Sriveena Mattaparthi: Do we support over() clause in SQL in ignite like select count(*) over() totalrecords  from EMPLOYEE; please confirm. Thanks & Regards, Sriveena “Confidentiality Notice: The

RE: OVER() clause in ignite

2018-10-24 Thread Sriveena Mattaparthi
Thanks Andrey… Regards, Sriveena From: Andrey Mashenkov [mailto:andrey.mashen...@gmail.com] Sent: Wednesday, October 24, 2018 1:07 PM To: user@ignite.apache.org; Sriveena Mattaparthi Subject: Re: OVER() clause in ignite Hi, Ignite have no support window functions due to lack of underlying H2.

Re: OVER() clause in ignite

2018-10-24 Thread Mikael
Hi! I am not sure, but you might find something useful here: https://stackoverflow.com/questions/6249449/is-h2-database-able-to-make-sql-query-of-the-over-clause-with-aggregate-function Mikael Den 2018-10-24 kl. 08:55, skrev Sriveena Mattaparthi: Thanks Mikael..Could you please suggest any

RE: OVER() clause in ignite

2018-10-24 Thread Sriveena Mattaparthi
Thanks Mikael Regards, Sriveena From: Mikael [mailto:mikael-arons...@telia.com] Sent: Wednesday, October 24, 2018 12:36 PM To: user@ignite.apache.org Subject: Re: OVER() clause in ignite Hi! I am not sure, but you might find something useful here:

RE: OVER() clause in ignite

2018-10-24 Thread Sriveena Mattaparthi
Thanks Mikael..Could you please suggest any other alternative to achieve this? Regards, Sriveena From: Mikael [mailto:mikael-arons...@telia.com] Sent: Wednesday, October 24, 2018 11:47 AM To: user@ignite.apache.org Subject: Re: OVER() clause in ignite Hi! As far as I know H2 does not support

Re: OVER() clause in ignite

2018-10-24 Thread Andrey Mashenkov
Hi, Ignite have no support window functions due to lack of underlying H2. OVER is a part of SQL ANSI'03 standart, but Ignite claims to be ANSI'99 complaint. The only workaround is to rewrite query with using joins or calculate result manually. User aggregate functions also are not supported and

where to download 2.7 source

2018-10-24 Thread wt
I am doing a demo to our COO next week and part of this demo is excel ignite odbc which in 2.6 doesn't allow tables to be browsed see the following jira https://issues.apache.org/jira/browse/IGNITE-9891 anyway I am struggling to find if there is an available source with the latest builds to

Re: OVER() clause in ignite

2018-10-24 Thread wt
i noticed H2 roadmap for the current version has windowing functions. http://www.h2database.com/html/roadmap.html i guess this will mean ignite will have it available in the near future? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/