Re: [VOTE] Release Apache Ignite 2.11.0 RC2

2021-09-15 Thread Maxim Muzafarov
Ivan, Can you please clarify in detail what exactly should be fixed? I'm not familiar with running something from Ignite under the Windows environment. It's weird if something is not available on the official site, however available on mirrors. It's not good but not a crime but doesn't sound like

Re: [VOTE] Release Apache Ignite 2.11.0 RC2

2021-09-15 Thread Ivan Daschinsky
>> Currently, it is not available on windows 10. I mean that it is impossible to download this redist package from official site, it was removed. It is weird to make user search this on suspicious sites over the internet. The main issue that we still build C++ packages on TC using Visual Studion

Re: [VOTE] Release Apache Ignite 2.11.0 RC2

2021-09-15 Thread Ivan Daschinsky
Ok, found issue -- need to install VC++ 2010 redistributable package. Currently, it is not available on windows 10. I suppose, that this is a blocker. ср, 15 сент. 2021 г. в 20:07, Ivan Daschinsky : > +0.5 From me > 1.ubuntu 20.04 gcc9.3.0 oracle jdk 1.8.0_281 cmake 3.16 > a. build from source

Re: [VOTE] Release Apache Ignite 2.11.0 RC2

2021-09-15 Thread Ivan Daschinsky
+0.5 From me 1.ubuntu 20.04 gcc9.3.0 oracle jdk 1.8.0_281 cmake 3.16 a. build from source -- passed b. run examples -- passed 2. windows 10 x86_64 visual studio 2017 cmake 3.21 a. build from source using cmake --passed b. build odbc driver using cmake -- passed c. run examples -- passed

Re: Request for new TC suite

2021-09-15 Thread Maksim Timonin
It has not to be before merge. After merge we will add it to RunAll. On Wed, Sep 15, 2021 at 5:25 PM Andrey Mashenkov wrote: > Actually, Index Query API suite is not part of RunAll. > Let's fix this. > > On Wed, Sep 15, 2021 at 5:12 PM Maksim Timonin > wrote: > > > Hi, Petr! > > > > I closed

Re: Request for new TC suite

2021-09-15 Thread Andrey Mashenkov
Actually, Index Query API suite is not part of RunAll. Let's fix this. On Wed, Sep 15, 2021 at 5:12 PM Maksim Timonin wrote: > Hi, Petr! > > I closed the ticket, Anton Vinogradov (thanks!) helped me and created the > suite fast. It successfully ran. > > >

Re: Request for new TC suite

2021-09-15 Thread Maksim Timonin
Hi, Petr! I closed the ticket, Anton Vinogradov (thanks!) helped me and created the suite fast. It successfully ran. https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_IndexQuery?mode=branches On Tue, Sep 14, 2021 at 6:13 PM Maksim Timonin wrote: > Hi, Petr! > > Thanks for the

A new feedback has been added : 8

2021-09-15 Thread Bugyard
A new feedback has been added, go to bugyard.io to see all the details... https://bugyard.io A new feedback has been added "this procedure is not working, also the following item is not completed 3.c "   by ibrahim.altun View feedback

Re: [VOTE] Release Apache Ignite 2.11.0 RC2

2021-09-15 Thread Nikolay Izhikov
+1 (binding) > 15 сент. 2021 г., в 12:24, Alex Plehanov написал(а): > > +1 > > Checked sha512 and sign of archives, built from sources, started a cluster > with a few nodes. > > вт, 14 сент. 2021 г. в 21:23, Pavel Tupitsyn : > >> Ilya, >> >>> I'm still confused by this publish/ directory.

Re: [DISCUSSION] Remove VS project from C++

2021-09-15 Thread Pavel Tupitsyn
Ivan, thanks for the answers! I retract my "-1". No objections. On Wed, Sep 15, 2021 at 12:58 PM Ivan Daschinsky wrote: > >> 1. What percentage of our users rely on existing VS projects? > It is impossible to answer, but I suppose not so much. And, again, these > projects needs some tweaks in

Re: [DISCUSSION] Remove VS project from C++

2021-09-15 Thread Ivan Daschinsky
>> 1. What percentage of our users rely on existing VS projects? It is impossible to answer, but I suppose not so much. And, again, these projects needs some tweaks in order to work properly in VS 2015+ Moreover, you cannot use VS as is, you should tweak them or download dependencies in specific

Re: [DISCUSSION] Remove VS project from C++

2021-09-15 Thread Pavel Tupitsyn
Ivan, Ok, I've got your point. What's your assessment on the following: 1. What percentage of our users rely on existing VS projects? 2. How much time (in minutes) does it take to switch from using existing VS projects to CMake-generated ones? On Wed, Sep 15, 2021 at 12:37 PM Ivan Daschinsky

Re: [DISCUSSION] Remove VS project from C++

2021-09-15 Thread Ivan Daschinsky
>> Currently user Sorry typo, I meant developer. ср, 15 сент. 2021 г. в 12:35, Ivan Daschinsky : > > How? > Currently user must add sources in 2 different places. One of this places > is not specified and not intended to be edit outside VC. > CMake can generate VS projects easily and without any

Re: [DISCUSSION] Remove VS project from C++

2021-09-15 Thread Ivan Daschinsky
> How? Currently user must add sources in 2 different places. One of this places is not specified and not intended to be edit outside VC. CMake can generate VS projects easily and without any problem. I've done this even in 2008 when I was C++/Qt developer. >> 1. Get all files in the directory >>

Re: [DISCUSSION] Remove VS project from C++

2021-09-15 Thread Pavel Tupitsyn
> It makes development much more easier. How? > I can hardly imagine how it can be done 1. Get all files in the directory 2. Filter by TestSuite suffix 3. Check if all of them are present in VS files Am I missing something? We have checks like this for Ignite.NET [1] [1]

Re: [DISCUSSION] Remove VS project from C++

2021-09-15 Thread Ivan Daschinsky
>> Please specify more correctly. Sorry, typo, more concretely. ср, 15 сент. 2021 г. в 12:22, Ivan Daschinsky : > >> This may become an obstacle for some of the users and I'm not sure how > it improves anything. > Please specify more correctly. What is an obstacle? Current VS projects > (odbc)

Re: [VOTE] Release Apache Ignite 2.11.0 RC2

2021-09-15 Thread Alex Plehanov
+1 Checked sha512 and sign of archives, built from sources, started a cluster with a few nodes. вт, 14 сент. 2021 г. в 21:23, Pavel Tupitsyn : > Ilya, > > > I'm still confused by this publish/ directory. Why are we shipping > > something which is not for publishing in our binary package? I've

Re: [DISCUSSION] Remove VS project from C++

2021-09-15 Thread Ivan Daschinsky
>> This may become an obstacle for some of the users and I'm not sure how it improves anything. Please specify more correctly. What is an obstacle? Current VS projects (odbc) cannot be build on VC 2015+ without modification. CMake is an industry standard now. >> I'm not sure how it improves

Re: [DISCUSSION] Remove VS project from C++

2021-09-15 Thread Petr Ivanov
+1 Let's keep the project clean and on the verge of preferable tech stack. > On 15 Sep 2021, at 12:02, Ivan Pavlukhin wrote: > > +1 for removing VS project > > 2021-09-15 12:01 GMT+03:00, Nikolay Izhikov : >> +1 >> >>> 15 сент. 2021 г., в 11:57, Pavel Tupitsyn >>> написал(а): >>> >>> -1

Re: [DISCUSSION] Remove VS project from C++

2021-09-15 Thread Ivan Pavlukhin
+1 for removing VS project 2021-09-15 12:01 GMT+03:00, Nikolay Izhikov : > +1 > >> 15 сент. 2021 г., в 11:57, Pavel Tupitsyn >> написал(а): >> >> -1 >> >> This may become an obstacle for some of the users and I'm not sure how it >> improves anything. >> >>> 3. Sometimes even maintainers forget

Re: [DISCUSSION] Remove VS project from C++

2021-09-15 Thread Nikolay Izhikov
+1 > 15 сент. 2021 г., в 11:57, Pavel Tupitsyn написал(а): > > -1 > > This may become an obstacle for some of the users and I'm not sure how it > improves anything. > >> 3. Sometimes even maintainers forget to add test sources to VS projects > [1] > We can add an automatic check for this (in

Re: [DISCUSSION] Remove VS project from C++

2021-09-15 Thread Pavel Tupitsyn
-1 This may become an obstacle for some of the users and I'm not sure how it improves anything. > 3. Sometimes even maintainers forget to add test sources to VS projects [1] We can add an automatic check for this (in form of a test). On Wed, Sep 15, 2021 at 10:28 AM Zhenya Stanilovsky wrote:

Re: [DISCUSSION] Remove VS project from C++

2021-09-15 Thread Zhenya Stanilovsky
completely support !   >Igniters! > >Currently we have CMake build system, that works on Windows, Linux and >MacOs flawlessly > >1. CMake is supported natively in VS 2019 >2. CMake can generate VS projects for about 20 years flawlessly. >3. Sometimes even maintainers forget to add test sources

[DISCUSSION] Remove VS project from C++

2021-09-15 Thread Ivan Daschinsky
Igniters! Currently we have CMake build system, that works on Windows, Linux and MacOs flawlessly 1. CMake is supported natively in VS 2019 2. CMake can generate VS projects for about 20 years flawlessly. 3. Sometimes even maintainers forget to add test sources to VS projects [1] 4. Currently on

Re[2]: Deprecating LOCAL cache

2021-09-15 Thread Zhenya Stanilovsky
Ok, we can use node filters in such a case, i understand )   >I just dream up ) If some one have cached web session layer over >ignite with sticky cookie [1] and cross cache transaction logic through >local and global caches how this schema will transform without local ? > >[1]