Re: Query on implementing GridSecurityProcessor

2020-11-27 Thread Vishwas Bm
Yes. I have posted the question on developer list. On Fri, 27 Nov, 2020, 16:28 andrei, wrote: > Hello, > > I think you should post your question on the Ignite Developer List: > > http://apache-ignite-developers.2346864.n4.nabble.com/ > > IEP41 was developed by Denis Garus and discussed in the

Re: Unixodbc currently not working...

2020-11-27 Thread Ilya Kasnacheev
Hello! The workaround for third-party tools is probably LD_PRELOAD=/path/to/libodbcinst.so isql -foo -bar Regards, -- Ilya Kasnacheev пт, 27 нояб. 2020 г. в 18:18, Igor Sapego : > Hi, > > Starting from your last question, it's Version3. > > Now to the issue you are referring to. It

Re: cpp unixodbc connection

2020-11-27 Thread Igor Sapego
I've tried to answer your question in your following email. Are there any other issues? Best Regards, Igor On Fri, Nov 27, 2020 at 12:50 PM Ilya Kasnacheev wrote: > Hello! > > Can you please provide a complete reproducer, with main() and all that > stuff? > > You can check out the

Re: Unixodbc currently not working...

2020-11-27 Thread Igor Sapego
Hi, Starting from your last question, it's Version3. Now to the issue you are referring to. It definitely looks like a bug to me. It's weird that no one has found it earlier. Looks like no one uses SQLConnect? It is weird that We do not have a test for that either. Anyway I filed a ticket and

Re: Unixodbc currently not working...

2020-11-27 Thread Ilya Kasnacheev
Hello! You can link your own binary to libodbcinst, in which case the linking problem should go away. Can you try that? Regards, -- Ilya Kasnacheev пт, 27 нояб. 2020 г. в 17:13, Wolfgang Meyerle < wolfgang.meye...@googlemail.com>: > Hi, > > after spending several hours to get the unixodbc

Re: Ignite persistence: Data of node lost that got excluded from baseline topology

2020-11-27 Thread Ilya Kasnacheev
Hello! 1. I guess it's possible to activate a cluster manually when not all baseline nodes are in. Later you can join your node back to baseline, hopefully. Please note that there's still chance that old data will be deleted from node upon join: We can only re-use data from old partition when

Unixodbc currently not working...

2020-11-27 Thread Wolfgang Meyerle
Hi, after spending several hours to get the unixodbc driver up and running I nearly gave up. However together with the author of unixodbc I was able to find out that the current odbc driver in Apache Ignite is not doeing what it's supposed to do. As soon as I execute the command: et =

Re: Ignite persistence: Data of node is lost after being excluded from baseline topology

2020-11-27 Thread VincentCE
Hi igniters! could I have short answers to my questions? Thanks a lot! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: wal archive directory running out of space

2020-11-27 Thread shivakumar
Hi Facundo I tried disabling wal archive by setting wal archive and wal path both to same directory But again I faced the same issue, it was running fine for 10 hours and at this time i connected to visor to check number of records and the total

Re: Query on implementing GridSecurityProcessor

2020-11-27 Thread andrei
Hello, I think you should post your question on the Ignite Developer List: http://apache-ignite-developers.2346864.n4.nabble.com/ IEP41 was developed by Denis Garus and discussed in the following thread:

Re: Failing to cluster correctly

2020-11-27 Thread Ilya Kasnacheev
Hello! It seems that you are sending compute tasks from one node to another with kafkaEventProcessor field set. However, you can't really send a Kafka instance to a different node that way. You need to remove this field / mark as transient, and instead inject a local Kafka on remote node before

Re: cpp unixodbc connection

2020-11-27 Thread Ilya Kasnacheev
Hello! Can you please provide a complete reproducer, with main() and all that stuff? You can check out the modules/platforms/cpp/odbc-test for working examples. Regards, -- Ilya Kasnacheev чт, 26 нояб. 2020 г. в 21:48, Wolfgang Meyerle < wolfgang.meye...@googlemail.com>: > The code I'm