Re: About readme.io's latest docs

2018-07-10 Thread Dmitry Pavlov
Great, thanks for letting me know. вт, 10 июл. 2018 г. в 4:01, 李玉珏@163 <18624049...@163.com>: > I have received the attachments. > > 在 2018/7/10 上午6:23, Prachi Garg 写道: > > I already sent him the export, but the attachments were huge. I think > > that's why the email reply was not received by the

Re: .NET tests fail on Linux - need help with TeamCity

2018-07-10 Thread Pavel Tupitsyn
Petr, looks like TC is back to normal. I wonder what that was and whether NuGet cache cleanup step actually worked. Thank you for your help, I will keep an eye on it. On Fri, Jul 6, 2018 at 8:08 PM Petr Ivanov wrote: > Pavel, > > > The only newtonsoft.json found are > /usr/share/dotnet/sdk/NuGe

Re: Clusterwide settings validation

2018-07-10 Thread Andrew Medvedev
Made comment there, c&p here as well Is it going to be a preconfigured set of settings, or a whole range of settings? If latter : 1) Property names in CacheConfiguration do not always correspond to getters (some follow different naming conventions, some are completely different, as in memPlcNam

[GitHub] ignite pull request #4337: IGNITE-8869: cancel patch

2018-07-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4337 ---

[jira] [Created] (IGNITE-8969) Unable to await partitions release latch

2018-07-10 Thread Anton Kalashnikov (JIRA)
Anton Kalashnikov created IGNITE-8969: - Summary: Unable to await partitions release latch Key: IGNITE-8969 URL: https://issues.apache.org/jira/browse/IGNITE-8969 Project: Ignite Issue Typ

[GitHub] ignite pull request #4339: IGNITE-8969 Restore server latches if needed afte...

2018-07-10 Thread akalash
GitHub user akalash opened a pull request: https://github.com/apache/ignite/pull/4339 IGNITE-8969 Restore server latches if needed after node left the topo… …logy. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apach

[GitHub] ignite pull request #4340: IGNITE-8705. Added the way to clean metrics on cl...

2018-07-10 Thread dgarus
GitHub user dgarus opened a pull request: https://github.com/apache/ignite/pull/4340 IGNITE-8705. Added the way to clean metrics on cluster. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dgarus/ignite ignite-8705 Alternatively

[jira] [Created] (IGNITE-8970) Web Console: Add the Clone action to a new configuration UI

2018-07-10 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-8970: -- Summary: Web Console: Add the Clone action to a new configuration UI Key: IGNITE-8970 URL: https://issues.apache.org/jira/browse/IGNITE-8970 Project: Igni

Re: Clusterwide settings validation

2018-07-10 Thread Ivan Rakov
Guys, For your information: rebalanceThreadPoolSize validation is already implemented and merged to master: https://issues.apache.org/jira/browse/IGNITE-8904 You can overview the commit to see the approach. By the way, we already validate some other parameters that can't differ among cluster n

Re: Clusterwide settings validation

2018-07-10 Thread Yakov Zhdanov
Ivan, I would think of some test that will randomly generate configs for nodes and run some logic. --Yakov

Re: Clusterwide settings validation

2018-07-10 Thread Вячеслав Коптилин
.Hello Ivan, I think it would be nice to add validation DataRegionConfiguration#persistenceEnabled property. That property must be the same across a cluster for the given data region. Perhaps, different values of `initSize`, `maxSize` etc make sense in case of a heterogeneous cluster, except `per

[GitHub] ignite pull request #4341: Act deact to

2018-07-10 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request: https://github.com/apache/ignite/pull/4341 Act deact to You can merge this pull request into a Git repository by running: $ git pull https://github.com/Mmuzaf/ignite act-deact-to Alternatively you can review and apply these changes as

[jira] [Created] (IGNITE-8971) GridRestProcessor should propagate error message

2018-07-10 Thread Andrew Medvedev (JIRA)
Andrew Medvedev created IGNITE-8971: --- Summary: GridRestProcessor should propagate error message Key: IGNITE-8971 URL: https://issues.apache.org/jira/browse/IGNITE-8971 Project: Ignite Issue

[GitHub] ignite pull request #4342: IGNITE-8971 GridRestProcessor should propagate er...

2018-07-10 Thread andrewmed
GitHub user andrewmed opened a pull request: https://github.com/apache/ignite/pull/4342 IGNITE-8971 GridRestProcessor should propagate error message You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-gg

[jira] [Created] (IGNITE-8972) CPP Thin: Add thin client example

2018-07-10 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-8972: --- Summary: CPP Thin: Add thin client example Key: IGNITE-8972 URL: https://issues.apache.org/jira/browse/IGNITE-8972 Project: Ignite Issue Type: Improvement

Re: Automatic Handling of Long Stop-the-World Pauses

2018-07-10 Thread Andrey Gura
Denis, we have LongJVMPauseDetector. But it is Java thread that will be in safe-point during stop-the-world pause and therefore will not make any progress. So only external process can detect SW pause. On Mon, Jul 2, 2018 at 10:34 PM Denis Magda wrote: > > Pavel, > > We already can monitor the st

[GitHub] ignite pull request #4293: IGNITE-8907: Using vectors in featureExtractor

2018-07-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4293 ---

[jira] [Created] (IGNITE-8973) Need to support dump for idle_verify

2018-07-10 Thread Dmitriy Govorukhin (JIRA)
Dmitriy Govorukhin created IGNITE-8973: -- Summary: Need to support dump for idle_verify Key: IGNITE-8973 URL: https://issues.apache.org/jira/browse/IGNITE-8973 Project: Ignite Issue Type

[GitHub] ignite pull request #4343: Ignite 2.4.6 p1

2018-07-10 Thread slukyano
GitHub user slukyano opened a pull request: https://github.com/apache/ignite/pull/4343 Ignite 2.4.6 p1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2.4.6-p1 Alternatively you can review and apply

[jira] [Created] (IGNITE-8974) MVCC TX: Vacuum cleanup version obtaining optimization.

2018-07-10 Thread Roman Kondakov (JIRA)
Roman Kondakov created IGNITE-8974: -- Summary: MVCC TX: Vacuum cleanup version obtaining optimization. Key: IGNITE-8974 URL: https://issues.apache.org/jira/browse/IGNITE-8974 Project: Ignite

[GitHub] ignite pull request #4344: IGNITE-8900

2018-07-10 Thread ilantukh
GitHub user ilantukh opened a pull request: https://github.com/apache/ignite/pull/4344 IGNITE-8900 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8900 Alternatively you can review and apply these c

[jira] [Created] (IGNITE-8975) Invalid initialization of compressed archived WAL segment when WAL compression is switched off.

2018-07-10 Thread Ivan Daschinskiy (JIRA)
Ivan Daschinskiy created IGNITE-8975: Summary: Invalid initialization of compressed archived WAL segment when WAL compression is switched off. Key: IGNITE-8975 URL: https://issues.apache.org/jira/browse/IGNITE

[jira] [Created] (IGNITE-8976) Add native persistence section to Key-Value data grid page

2018-07-10 Thread Dmitriy Setrakyan (JIRA)
Dmitriy Setrakyan created IGNITE-8976: - Summary: Add native persistence section to Key-Value data grid page Key: IGNITE-8976 URL: https://issues.apache.org/jira/browse/IGNITE-8976 Project: Ignite

[jira] [Created] (IGNITE-8977) Need to update distributed SQL page

2018-07-10 Thread Dmitriy Setrakyan (JIRA)
Dmitriy Setrakyan created IGNITE-8977: - Summary: Need to update distributed SQL page Key: IGNITE-8977 URL: https://issues.apache.org/jira/browse/IGNITE-8977 Project: Ignite Issue Type: Im

[GitHub] ignite pull request #3755: Ignite 7712v1

2018-07-10 Thread alamar
Github user alamar closed the pull request at: https://github.com/apache/ignite/pull/3755 ---

[GitHub] ignite pull request #3668: IGNITE-6711 DataRegionMetrics#totalAllocatedPages...

2018-07-10 Thread alamar
Github user alamar closed the pull request at: https://github.com/apache/ignite/pull/3668 ---

[GitHub] ignite pull request #2621: IGNITE-6070 Ensure that Web Session RequestWrappe...

2018-07-10 Thread alamar
Github user alamar closed the pull request at: https://github.com/apache/ignite/pull/2621 ---

[GitHub] ignite pull request #3928: Ignite client reassign

2018-07-10 Thread alamar
Github user alamar closed the pull request at: https://github.com/apache/ignite/pull/3928 ---

[GitHub] ignite pull request #4345: IGNITE-8975: Correct handling compressed archived...

2018-07-10 Thread ivandasch
GitHub user ivandasch opened a pull request: https://github.com/apache/ignite/pull/4345 IGNITE-8975: Correct handling compressed archived wal segment when co… …mpression is switched off. You can merge this pull request into a Git repository by running: $ git pull https://gi

Re: Clusterwide settings validation

2018-07-10 Thread Ivan Rakov
Slava, I agree. Different persistence enabled flag can cause unpleasant issues. I've left a comment in IGNITE-8951. Yakov, Seems like I misunderstood the point of the discussion from the very beginning. I thought that Andrew raised topic to discuss adding new checks that will fail node join

[GitHub] ignite pull request #4346: Stockengine

2018-07-10 Thread EdShangGG
GitHub user EdShangGG opened a pull request: https://github.com/apache/ignite/pull/4346 Stockengine You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite stockengine Alternatively you can review and apply these

[GitHub] ignite pull request #4347: IGNITE-8973 calculate partition hash and print in...

2018-07-10 Thread akalash
GitHub user akalash opened a pull request: https://github.com/apache/ignite/pull/4347 IGNITE-8973 calculate partition hash and print into standard output You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite igni

[VOTE] Apache Ignite 2.6.0 RC1

2018-07-10 Thread Andrey Gura
Igniters, We've uploaded a 2.6.0 release candidate to https://dist.apache.org/repos/dist/dev/ignite/2.6.0-rc1/ Git tag name is 2.6.0-rc1. This release includes the following changes: Ignite: * Fixed incorrect calculation of client affinity assignment with baseline. * Fixed incorrect calculation

Re: Clusterwide settings validation

2018-07-10 Thread Dmitriy Setrakyan
What about an idea to have a validation template file (e.g. ignite-validate.xml), and make sure on startup that all config properties specified in that file match. This way a user could put this file somewhere on a shared network drive and have an extra degree of confidence that the configuration i

PR Reivew https://github.com/apache/ignite/pull/4300

2018-07-10 Thread kcheng.mvp
Dear igniters, please help do the code review for jira https://issues.apache.org/jira/browse/IGNITE-8776 https://github.com/apache/ignite/pull/4300 Thanks, kcheng.mvp -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

[jira] [Created] (IGNITE-8978) Affinity throws "IgniteException: Failed to find cache" after an Ignite client re-connect

2018-07-10 Thread Dmitry Konstantinov (JIRA)
Dmitry Konstantinov created IGNITE-8978: --- Summary: Affinity throws "IgniteException: Failed to find cache" after an Ignite client re-connect Key: IGNITE-8978 URL: https://issues.apache.org/jira/browse/IGNITE

Re: [VOTE] Apache Ignite 2.6.0 RC1

2018-07-10 Thread Denis Magda
+1 (binding) -- Denis On Tue, Jul 10, 2018 at 10:02 AM Andrey Gura wrote: > Igniters, > > We've uploaded a 2.6.0 release candidate to > https://dist.apache.org/repos/dist/dev/ignite/2.6.0-rc1/ > > Git tag name is 2.6.0-rc1. > > This release includes the following changes: > > Ignite: > * Fixed

Re: Automatic Handling of Long Stop-the-World Pauses

2018-07-10 Thread Denis Magda
I see, then we need to come up with an external process-based solution for the sake of the new ticket. -- Denis On Tue, Jul 10, 2018 at 6:01 AM Andrey Gura wrote: > Denis, > > we have LongJVMPauseDetector. But it is Java thread that will be in > safe-point during stop-the-world pause and theref

Re: [VOTE] Apache Ignite 2.6.0 RC1

2018-07-10 Thread Dmitriy Setrakyan
Not sure if this is worth a down vote, but the release notes seem like a copy of 2.5 release. I think 2.6 should have its own release notes. D. On Tue, Jul 10, 2018 at 8:02 PM, Andrey Gura wrote: > Igniters, > > We've uploaded a 2.6.0 release candidate to > https://dist.apache.org/repos/dist/de

Re: Ability to check and completely fill transactions on creation

2018-07-10 Thread Dmitriy Setrakyan
Anton, Committing or rolling back from MXBean is OK, because it is not a listener, but a direct invocation. However, it is not OK to allow synchronous rollback from a filter or a listener. The only action you can do from a listener is setRollbackOnly() which will cause the transaction to be rolled

Subscription

2018-07-10 Thread Павлухин Иван
Hi, Please subscribe me. -- Best regards, Ivan Pavlukhin

Re: [VOTE] Apache Ignite 2.6.0 RC1

2018-07-10 Thread Andrey Gura
Dmitry, It is emergency release so we have very short list of changes. You could check it using provided links. ср, 11 июл. 2018 г., 3:01 Dmitriy Setrakyan : > Not sure if this is worth a down vote, but the release notes seem like a > copy of 2.5 release. I think 2.6 should have its own release

Re: [VOTE] Apache Ignite 2.6.0 RC1

2018-07-10 Thread Andrey Gura
Sorry, You could check it using provided links. ср, 11 июл. 2018 г., 5:41 Andrey Gura : > Dmitry, > > It is emergency release so we have very short list of changes. You could > check it using provided links. > > > ср, 11 июл. 2018 г., 3:01 Dmitriy Setrakyan : > >> Not sure if this is worth a d

Re: [VOTE] Apache Ignite 2.6.0 RC1

2018-07-10 Thread Dmitriy Setrakyan
Andrey, this is the link I have: https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=refs/tags/2.6.0-rc1 This list does not look short. It looks like a copy of 2.5. D. On Wed, Jul 11, 2018 at 5:48 AM, Andrey Gura wrote: > Sorry, > > You could check it using