[jira] [Created] (IGNITE-9403) TDE - Phase-1. Thin clients

2018-08-28 Thread Nikolay Izhikov (JIRA)
Nikolay Izhikov created IGNITE-9403: --- Summary: TDE - Phase-1. Thin clients Key: IGNITE-9403 URL: https://issues.apache.org/jira/browse/IGNITE-9403 Project: Ignite Issue Type: Sub-task

Re: Retries in write-behind store

2018-08-28 Thread Denis Magda
Val, Sounds like a handy configuration option. I would allow setting a number of retries. If the number is set to 0 then a failed update is discarded right away. -- Denis On Tue, Aug 28, 2018 at 9:14 PM Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > Folks, > > Is there a way to

[GitHub] ignite pull request #4638: Ignite 2.4.8 p3

2018-08-28 Thread gromtech
GitHub user gromtech opened a pull request: https://github.com/apache/ignite/pull/4638 Ignite 2.4.8 p3 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2.4.8-p3 Alternatively you can review and

Re: Apache Ignite 2.7 release

2018-08-28 Thread Denis Magda
Nikolay, Igniters, let me help you with the list. That what I was tracking on my side (something we can announce). Don't have a JIRA ticket for every ticket but CC-ed everyone who claimed to be in charge. Nikolay, please work with the community members to add these capabilities to the release

[GitHub] ignite pull request #4637: IGNITE-1678 IgniteAtomicSequence: make following ...

2018-08-28 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request: https://github.com/apache/ignite/pull/4637 IGNITE-1678 IgniteAtomicSequence: make following reservations in advance You can merge this pull request into a Git repository by running: $ git pull

Re: Ignite new contributor

2018-08-28 Thread Denis Magda
Hello Ravil and welcome to the community! I've added you to the contributor's list in JIRA. Please feel free to take over the tasks. -- Denis On Tue, Aug 28, 2018 at 7:04 AM Ravil Galeyev wrote: > Hi Team, > > I'd like to join to Apache Ignite development. > Especially to the ML part. >

Re: Apache Ignite 2.7 release

2018-08-28 Thread Dmitriy Setrakyan
Hi Nikolai, Generally looks OK, however, It is hard to comment on your schedule without seeing a full list of all must-have features we plan to add to this release. I am hoping that the community will see this list at some point. D. On Tue, Aug 28, 2018 at 8:23 AM, Nikolay Izhikov wrote: >

[GitHub] ignite pull request #4636: IGNITE-9398 Async notification to discovery spi l...

2018-08-28 Thread Jokser
GitHub user Jokser opened a pull request: https://github.com/apache/ignite/pull/4636 IGNITE-9398 Async notification to discovery spi listener You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9398

Re: Compression prototype

2018-08-28 Thread Ilya Kasnacheev
Hello! Yes, we can tinker with BinaryObject format, which is currently clearly excessive. But the best part with compression, it will automatically remove this redundancy for us, for free. Even if we had hairy XML as binary object format, it will still compress roughly to the same number of

[GitHub] ignite pull request #4633: IGNITE-9401 Race fix.

2018-08-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4633 ---

Re: Compression prototype

2018-08-28 Thread Vyacheslav Daradur
I have another suggestion which may help us reduce objects size extremely - implementing some kind of SQL Scheme. For now, BinaryObject's format is too excessive - each serialized object stores offset of every serialized field even if the offset can be easily calculated. If we move this metadata

Re: Apache Ignite 2.7 release

2018-08-28 Thread Nikolay Izhikov
Hello, Igniters. I think we should discuss the release schedule. Current dates are following: * Code Freeze: September 30, 2018 * Voting Date: October 1, 2018 * Release Date: October 15, 2018 We discussed it privately with Vladimir Ozerov. Is seems better to reschedule

[GitHub] ignite pull request #4635: IGNITE-9149 Get rid of logging remaining supplier...

2018-08-28 Thread ololo3000
GitHub user ololo3000 opened a pull request: https://github.com/apache/ignite/pull/4635 IGNITE-9149 Get rid of logging remaining supplier nodes rebalance time You can merge this pull request into a Git repository by running: $ git pull https://github.com/ololo3000/ignite

[GitHub] ignite pull request #4634: IGNITE-8485: force encrypted mode for all caches

2018-08-28 Thread nizhikov
GitHub user nizhikov opened a pull request: https://github.com/apache/ignite/pull/4634 IGNITE-8485: force encrypted mode for all caches You can merge this pull request into a Git repository by running: $ git pull https://github.com/nizhikov/ignite IGNITE-8485-forced

[GitHub] ignite pull request #4633: IGNITE-9401 Race fix.

2018-08-28 Thread ascherbakoff
GitHub user ascherbakoff opened a pull request: https://github.com/apache/ignite/pull/4633 IGNITE-9401 Race fix. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9401 Alternatively you can review

[jira] [Created] (IGNITE-9402) IgnitePdsDiskErrorsRecoveringTest.testRecoveringOnWALWritingFail2 because of LogOnly mode

2018-08-28 Thread Anton Kalashnikov (JIRA)
Anton Kalashnikov created IGNITE-9402: - Summary: IgnitePdsDiskErrorsRecoveringTest.testRecoveringOnWALWritingFail2 because of LogOnly mode Key: IGNITE-9402 URL:

[jira] [Created] (IGNITE-9401) Newly added testRollbackOnTopologyLockPessimistic has a race which leads to suite hang.

2018-08-28 Thread Alexei Scherbakov (JIRA)
Alexei Scherbakov created IGNITE-9401: - Summary: Newly added testRollbackOnTopologyLockPessimistic has a race which leads to suite hang. Key: IGNITE-9401 URL:

[jira] [Created] (IGNITE-9400) TC bot: add progress bar to history page

2018-08-28 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-9400: Summary: TC bot: add progress bar to history page Key: IGNITE-9400 URL: https://issues.apache.org/jira/browse/IGNITE-9400 Project: Ignite Issue Type:

Re: Exchange stucks while node restoring state from WAL

2018-08-28 Thread Pavel Kovalenko
Hello Maxim, I think you're going in the right direction, but why you perform binary recovery only in the case when a node in the baseline? I think that node can also perform binary recovery before the first exchange is started in case of 1) First activation 2) Baseline change In all of these

[GitHub] ignite pull request #4626: IGNITE-9389 Avoid deadlocks on cache#close()

2018-08-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4626 ---

[jira] [Created] (IGNITE-9399) Document new WAL history size configuration parameter

2018-08-28 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-9399: Summary: Document new WAL history size configuration parameter Key: IGNITE-9399 URL: https://issues.apache.org/jira/browse/IGNITE-9399 Project: Ignite

[jira] [Created] (IGNITE-9398) Reduce time on processing CustomDiscoveryMessage by discovery worker

2018-08-28 Thread Pavel Kovalenko (JIRA)
Pavel Kovalenko created IGNITE-9398: --- Summary: Reduce time on processing CustomDiscoveryMessage by discovery worker Key: IGNITE-9398 URL: https://issues.apache.org/jira/browse/IGNITE-9398 Project:

Ignite new contributor

2018-08-28 Thread Ravil Galeyev
Hi Team, I'd like to join to Apache Ignite development. Especially to the ML part. Currently, I work on IGNITE-9285 and I'm going to continue work with subtasks from IGNITE-9281 (ML starter

[jira] [Created] (IGNITE-9397) IgniteSqlDeleteBenchmark fails to run with java.util.NoSuchElementException

2018-08-28 Thread Ivan Artukhov (JIRA)
Ivan Artukhov created IGNITE-9397: - Summary: IgniteSqlDeleteBenchmark fails to run with java.util.NoSuchElementException Key: IGNITE-9397 URL: https://issues.apache.org/jira/browse/IGNITE-9397

[jira] [Created] (IGNITE-9396) ML Examples: can't run examples, not enough dependencies in pom.xml

2018-08-28 Thread Stepan Pilschikov (JIRA)
Stepan Pilschikov created IGNITE-9396: - Summary: ML Examples: can't run examples, not enough dependencies in pom.xml Key: IGNITE-9396 URL: https://issues.apache.org/jira/browse/IGNITE-9396

[GitHub] ignite pull request #4632: IGNITE-9312 Remove unnecessary @SuppressWarnings ...

2018-08-28 Thread ololo3000
GitHub user ololo3000 opened a pull request: https://github.com/apache/ignite/pull/4632 IGNITE-9312 Remove unnecessary @SuppressWarnings annotation You can merge this pull request into a Git repository by running: $ git pull https://github.com/ololo3000/ignite IGNITE-9312

[GitHub] ignite pull request #4631: Ignite-8149-2-merged-tc

2018-08-28 Thread pavlukhin
GitHub user pavlukhin opened a pull request: https://github.com/apache/ignite/pull/4631 Ignite-8149-2-merged-tc For Team City. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8149-2-merged-tc

[GitHub] ignite pull request #4621: IGNITE-9367 CPP: ODBC client crashes after execut...

2018-08-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4621 ---

[GitHub] ignite pull request #4628: IGNITE-9393: Fixed bug in reduce function in data...

2018-08-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4628 ---

[jira] [Created] (IGNITE-9395) Incorrect link to javadoc

2018-08-28 Thread Yury Gerzhedovich (JIRA)
Yury Gerzhedovich created IGNITE-9395: - Summary: Incorrect link to javadoc Key: IGNITE-9395 URL: https://issues.apache.org/jira/browse/IGNITE-9395 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-9394) MVCC: pds corrupted after grid restart.

2018-08-28 Thread Andrew Mashenkov (JIRA)
Andrew Mashenkov created IGNITE-9394: Summary: MVCC: pds corrupted after grid restart. Key: IGNITE-9394 URL: https://issues.apache.org/jira/browse/IGNITE-9394 Project: Ignite Issue Type:

[GitHub] ignite pull request #4630: IGNITE-9319 added extra log when cache have been ...

2018-08-28 Thread akalash
GitHub user akalash opened a pull request: https://github.com/apache/ignite/pull/4630 IGNITE-9319 added extra log when cache have been empty You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9319

[GitHub] ignite pull request #3973: IGNITE-6055: SQL: Add String length constraint

2018-08-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3973 ---

Re: Apache Ignite 2.7 release

2018-08-28 Thread Nikolay Izhikov
Hello, Pavel. IGNITE-6055 merged to master. Please, update your code accordingly. You can take edits in CPP, .Net, NodeJS thin clients as example. В Пт, 24/08/2018 в 21:49 +0300, Nikolay Izhikov пишет: > PR is fully ready. > > I'm waiting final approve from Vladimir Ozerov. > > Hope, This