lastWritePointer()

2021-05-14 Thread Liao Gang
Hi All, Is calling FileWriteAheadLogManager.lastWritePointer() from the client possible? I need to get the current WAL location for some reason. Best Regards, Gang -- This message and its contents, including attachments are intended solely for the original recipient. If you are not the intend

[MTCGA]: new failures in builds [6006749] needs to be handled

2021-05-14 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. If your changes can lead to this failure(s): We're grateful that you were a volunteer to make the contribution to this project, but things change and you may no longer be able to finalize

Re: Extensions section on the downloads page

2021-05-14 Thread Denis Magda
Yes, this should work on the production server only. Just test on production, it looks like simple logic. - Denis On Fri, May 14, 2021 at 12:37 PM Ivan Daschinsky wrote: > Denis, there are screenshots from locally hosted site. > > https://imgbox.com/Zeqb0DVD > https://imgbox.com/MgsTOj3M > > Y

Re: Extensions section on the downloads page

2021-05-14 Thread Ivan Daschinsky
>> What exactly are you trying to do? Denis, what I wanted I have described here -- https://issues.apache.org/jira/browse/IGNITE-14628 пт, 14 мая 2021 г. в 19:37, Ivan Daschinsky : > > Denis, there are screenshots from locally hosted site. > > https://imgbox.com/Zeqb0DVD > https://imgbox.com/MgsTO

Re: Extensions section on the downloads page

2021-05-14 Thread Ivan Daschinsky
Denis, there are screenshots from locally hosted site. https://imgbox.com/Zeqb0DVD https://imgbox.com/MgsTOj3M You can see, that links are broken. I hosted this site locally using instructions. пт, 14 мая 2021 г. в 19:02, Denis Magda : > > What exactly are you trying to do? > > The thing is that

Re: Extensions section on the downloads page

2021-05-14 Thread Denis Magda
What exactly are you trying to do? The thing is that Apache INFRA doesn't allow executing the server-side logic anyway (the CGI code snippets that you can find on the downloads page are added by INFRA). But the client-side JS works and can be tested locally. - Denis On Fri, May 14, 2021 at 10:

[Ignite Summit] Complete schedule for May 25 online event

2021-05-14 Thread Kseniya Romanova
Hi Igniters! Twenty-four talks were selected by the community program committee (AI PMC members). Speakers from industry-leading companies, including Finance, Biotech, Health & Fitness, Construction, And Cloud Computing, will share their experience and vision: - High-Performance Exposure Mana

Re: [MTCGA]: new failures in builds [5994077, 5994075] needs to be handled

2021-05-14 Thread Maxim Muzafarov
Folks, The JDBC Driver fails with the same error in the PR branch also [2]. The most suspicious commit is related to the IGNITE-14575 issue. I've left comment [2]. Can you re-check the patch? [1] https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_JdbcDriver?branch=pull%2F9012%2Fh

Re: Extensions section on the downloads page

2021-05-14 Thread Ivan Daschinsky
But if you wanted to create page with custom logic (as I did), it would be quite difficult. пт, 14 мая 2021 г. в 16:38, Denis Magda : > > But does it render the page? Some of the links that require CGI won’t work. > I do this just to confirm that there no issues with HTML/CSS and then merge > to t

Re: Extensions section on the downloads page

2021-05-14 Thread Denis Magda
But does it render the page? Some of the links that require CGI won’t work. I do this just to confirm that there no issues with HTML/CSS and then merge to the prod where scripts can be checked. On Friday, May 14, 2021, Ivan Daschinsky wrote: > Denis, have you tried this? I tried, and see broken

Re: Extensions section on the downloads page

2021-05-14 Thread Ivan Daschinsky
Denis, have you tried this? I tried, and see broken links and js code doesn't work. пт, 14 мая 2021 г. в 15:08, Denis Magda : > > Hi Ivan, > > The download page goes with CGI scripts that are not handled properly in a > local set up. Please change "download.cgi" to "download.html" locally. > > - >

Re: [VOTE][EXTENSION] Release Apache Ignite spring-data-all-ext extensions 1.0.0 RC3

2021-05-14 Thread Nikita Amelchev
> How do I actually run these examples? Use the 'examples' maven profile, please. > I don't understand why we are releasing four source ZIPs if their contents > are identical? Can we release a single one, name it > spring-data-all-ext-1.0.0-src.zip? Modules are independent. For example, we can

Re: Extensions section on the downloads page

2021-05-14 Thread Denis Magda
Hi Ivan, The download page goes with CGI scripts that are not handled properly in a local set up. Please change "download.cgi" to "download.html" locally. - Denis On Fri, May 14, 2021 at 2:40 AM Ivan Daschinsky wrote: > Hi! And what about creating "download" page for thin clients? I > created

Proposal to remove explicit "GC disable" startup suggestion

2021-05-14 Thread Ilya Korol
Hi, everyone. There is a proposal to remove suggestion that user should disable explicit GC calls in https://issues.apache.org/jira/browse/IGNITE-14720. Nowadays people usually don't use this facility directly without huge need (at least we hope so), so this suggestion doesn't bring much pro

Re: [VOTE][EXTENSION] Release Apache Ignite spring-data-all-ext extensions 1.0.0 RC3

2021-05-14 Thread Ilya Kasnacheev
Hello! How do I actually run these examples? These do not seem to have a pom.xml of their own now. I don't understand why we are releasing four source ZIPs if their contents are identical? Can we release a single one, name it spring-data-all-ext-1.0.0-src.zip? Can we find a way to drop all non-re

Re: Thin Clients: enable partition awareness by default

2021-05-14 Thread Pavel Tupitsyn
Oops, here it is: https://issues.apache.org/jira/browse/IGNITE-14719 On Fri, May 14, 2021 at 2:35 PM Ivan Daschinsky wrote: > Pavel, sorry, but where is the link to ticket? > > пт, 14 мая 2021 г. в 14:13, Pavel Tupitsyn : > > > > Ticket created [1], I'll make the changes, thanks for the input e

Re: Thin Clients: enable partition awareness by default

2021-05-14 Thread Ivan Daschinsky
Pavel, sorry, but where is the link to ticket? пт, 14 мая 2021 г. в 14:13, Pavel Tupitsyn : > > Ticket created [1], I'll make the changes, thanks for the input everyone. > > On Wed, May 12, 2021 at 7:14 PM Dmitry Pavlov wrote: > > > +1 > > > > Without awareneess, on the contrary, we can get huge

Re: [VOTE][EXTENSION] Release Apache Ignite spring-data-all-ext extensions 1.0.0 RC3

2021-05-14 Thread Nikita Amelchev
Hello, Ilya. > Is there any way to find and run these examples with spring-data ext 1.0.0? Spring data modules were migrated to the extensions repo with their examples. Examples for 2.0 still available in the package: modules/spring-data-2.0-ext/examples/main/java/org/apache/ignite/springdata20/

Re: Thin Clients: enable partition awareness by default

2021-05-14 Thread Pavel Tupitsyn
Ticket created [1], I'll make the changes, thanks for the input everyone. On Wed, May 12, 2021 at 7:14 PM Dmitry Pavlov wrote: > +1 > > Without awareneess, on the contrary, we can get huge memory utilization on > one server node. > With awareness we're more scalable on that matter. > > Sincerely

Re: [VOTE][EXTENSION] Release Apache Ignite spring-data-all-ext extensions 1.0.0 RC3

2021-05-14 Thread Ilya Kasnacheev
Hello! We had Spring Data examples in 2.9 in the ZIP file: examples/config/spring/example-spring-data.xml: Ignition.start("examples/config/spring/example-spring-data.xml"); examples/src/main/java/org/apache/ignite/examples/springdata/SpringApplicationConfiguration.java :return Ignition.

Re: Change IGNITE_PDS_WAL_REBALANCE_THRESHOLD from System property to Configuraton

2021-05-14 Thread Stanislav Lukyanov
Hi Eduard, I think IGNITE_PDS_WAL_REBALANCE_THRESHOLD needs to be kept for backwards compatibility. I suggest that it is used as a source of the default value for the new DMS property: 1. On node start (or perhaps on cluster activation?) the wal.rebalance.threshold DMS property is checked 2. I

Re: Apache Ignite 2.11

2021-05-14 Thread Maksim Timonin
Hi, I'd like to include Phase 1 of index queries feature [1] to the next AI release. Currently there are 2 tickets in progress ([2], [3]), and they will be ready for review next week. What is a time of code freeze if it's going to release AI 2.11 at the end of June? [1] https://cwiki.apache.org/co