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

2018-08-22 Thread dpavlov . tasks
Hi Ignite Developer, I am MTCGA.Bot, and I've detected some issue on TeamCity to be addressed. I hope you can help. *New test failure in master CacheAbstractTest.TestCacheConfigurationExpiryPolicy

[GitHub] ignite pull request #4531: IGNITE-9180 IgniteSparkSession Should Copy State ...

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

[GitHub] ignite pull request #4599: IGNITE-9353: Removed "Known issue, possible deadl...

2018-08-22 Thread shroman
GitHub user shroman opened a pull request: https://github.com/apache/ignite/pull/4599 IGNITE-9353: Removed "Known issue, possible deadlock in case of low p… …riority cache rebalancing delayed" comment from GridCacheRebalancingSyncSelfTest#getConfiguration. You can merge this

[GitHub] ignite pull request #4598: IGNITE-9353: Removed "Known issue, possible deadl...

2018-08-22 Thread shroman
Github user shroman closed the pull request at: https://github.com/apache/ignite/pull/4598 ---

[GitHub] ignite pull request #4597: IGNITE-9350 Added checks for empty data in web so...

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

[GitHub] ignite pull request #4598: IGNITE-9353: Removed "Known issue, possible deadl...

2018-08-22 Thread shroman
GitHub user shroman opened a pull request: https://github.com/apache/ignite/pull/4598 IGNITE-9353: Removed "Known issue, possible deadlock in case of low p… …riority cache rebalancing delayed" comment from GridCacheRebalancingSyncSelfTest#getConfiguration. You can merge this

[jira] [Created] (IGNITE-9353) Remove "Known issue, possible deadlock in case of low priority cache rebalancing delayed" comment from GridCacheRebalancingSyncSelfTest#getConfiguration

2018-08-22 Thread Roman Shtykh (JIRA)
Roman Shtykh created IGNITE-9353: Summary: Remove "Known issue, possible deadlock in case of low priority cache rebalancing delayed" comment from GridCacheRebalancingSyncSelfTest#getConfiguration Key: IGNITE-9353

[jira] [Created] (IGNITE-9352) Web Console: Investigate how correctly use package-lock.json

2018-08-22 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-9352: Summary: Web Console: Investigate how correctly use package-lock.json Key: IGNITE-9352 URL: https://issues.apache.org/jira/browse/IGNITE-9352 Project: Ignite

[GitHub] ignite pull request #4597: IGNITE-9350 Added checks for empty data in web so...

2018-08-22 Thread akuznetsov-gridgain
GitHub user akuznetsov-gridgain opened a pull request: https://github.com/apache/ignite/pull/4597 IGNITE-9350 Added checks for empty data in web sockets events. You can merge this pull request into a Git repository by running: $ git pull

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

2018-08-22 Thread dpavlov . tasks
Hi Ignite Developer, I am MTCGA.Bot, and I've detected some issue on TeamCity to be addressed. I hope you can help. *Recently contributed test failed in master TransactionIntegrityWithPrimaryIndexCorruptionTest.testPrimaryIndexCorruptionDuringCommitOnPrimaryNode3

[GitHub] ignite pull request #4596: Spark Streaming with Ignite: MD POC

2018-08-22 Thread kukushal
GitHub user kukushal opened a pull request: https://github.com/apache/ignite/pull/4596 Spark Streaming with Ignite: MD POC You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-spark-streaming

Re: ignite PureJavaCrc32 vs java.util.zip.CRC32 bench.

2018-08-22 Thread Zhenya Stanilovsky
Dmitriy, Alex, thanks for clarification, this is that i already mention in ticket. I think this approach correct. Try to provide PR soon. thanks! > >--- Forwarded message --- >From: "Alex Plehanov" < plehanov.a...@gmail.com > >To: dev@ignite.apache.org >Cc: arzamas...@mail.ru

[GitHub] ignite pull request #4594: Ignite gg 14002

2018-08-22 Thread alamar
Github user alamar closed the pull request at: https://github.com/apache/ignite/pull/4594 ---

[GitHub] ignite pull request #4595: IGNITE-9351 Log restore partition state start and...

2018-08-22 Thread dspavlov
GitHub user dspavlov opened a pull request: https://github.com/apache/ignite/pull/4595 IGNITE-9351 Log restore partition state start and finish events with … …elapsed time You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (IGNITE-9351) Log restore partition state start and finish events with elapsed time

2018-08-22 Thread Dmitriy Pavlov (JIRA)
Dmitriy Pavlov created IGNITE-9351: -- Summary: Log restore partition state start and finish events with elapsed time Key: IGNITE-9351 URL: https://issues.apache.org/jira/browse/IGNITE-9351 Project:

Re: has the following been resolved since 2.3? (jdbc thin client security)

2018-08-22 Thread Denis Magda
Vladimir, This ticket [1] can be closed, right? All the thing clients in Ignite 2.6 go with authentication capabilities. However, not sure what's the status of the other task [2]. [1] https://issues.apache.org/jira/browse/IGNITE-6941 [2] https://issues.apache.org/jira/browse/IGNITE-6856 On

[GitHub] ignite pull request #4594: Ignite gg 14002

2018-08-22 Thread alamar
GitHub user alamar opened a pull request: https://github.com/apache/ignite/pull/4594 Ignite gg 14002 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-gg-14002 Alternatively you can review and apply

Re: Table Names in Spark Catalog

2018-08-22 Thread Valentin Kulichenko
Nikolay, Whatever we decide on would be right :) Basically, we need to answer this question: does the catalog exist in scope of a single IgniteSparkSession (and therefore single IgniteContext and single Ignite instance)? In other words, in case of a rare use case when a single Spark application

Re: Adding experimental support for Intel Optane DC Persistent Memory

2018-08-22 Thread Denis Magda
Hi Dmitry, That's a BSD-3-Clause license if to believe this statement "SPDX-License-Identifier: BSD-3-Clause": https://github.com/pmem/llpl/blob/master/LICENSE This license can be used with ASF software: https://www.apache.org/legal/resolved.html#category-a -- Denis On Wed, Aug 22, 2018 at

[jira] [Created] (IGNITE-9350) Web Console backend should not fail if null received via web sockets

2018-08-22 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-9350: Summary: Web Console backend should not fail if null received via web sockets Key: IGNITE-9350 URL: https://issues.apache.org/jira/browse/IGNITE-9350

[GitHub] ignite pull request #4529: IGNITE-9054 Avoid using OptimizedMarshaller with ...

2018-08-22 Thread alamar
Github user alamar closed the pull request at: https://github.com/apache/ignite/pull/4529 ---

[GitHub] ignite pull request #4593: IGNITE-9305

2018-08-22 Thread xtern
GitHub user xtern opened a pull request: https://github.com/apache/ignite/pull/4593 IGNITE-9305 You can merge this pull request into a Git repository by running: $ git pull https://github.com/xtern/ignite IGNITE-9305 Alternatively you can review and apply these changes as

[GitHub] ignite pull request #4592: IGNITE-9054 Avoid using OptimizedMarshaller with ...

2018-08-22 Thread alamar
GitHub user alamar opened a pull request: https://github.com/apache/ignite/pull/4592 IGNITE-9054 Avoid using OptimizedMarshaller with initial ScanQuery. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

[GitHub] ignite pull request #4578: IGNITE-9188 Unexpected eviction leading to data l...

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

[GitHub] ignite pull request #4432: IGNITE-8920 Fix transaction hanging on exception ...

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

[jira] [Created] (IGNITE-9348) ML examples improvements, follow-up to IGNITE-9297

2018-08-22 Thread Oleg Ignatenko (JIRA)
Oleg Ignatenko created IGNITE-9348: -- Summary: ML examples improvements, follow-up to IGNITE-9297 Key: IGNITE-9348 URL: https://issues.apache.org/jira/browse/IGNITE-9348 Project: Ignite

[jira] [Created] (IGNITE-9347) Attempt to start a dynamic cache with invalid configuration leads to exchange worker death

2018-08-22 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-9347: --- Summary: Attempt to start a dynamic cache with invalid configuration leads to exchange worker death Key: IGNITE-9347 URL: https://issues.apache.org/jira/browse/IGNITE-9347

Adding experimental support for Intel Optane DC Persistent Memory

2018-08-22 Thread Dmitriy Pavlov
Hi Denis, Could you please double check if we can refer to any library licensed to Intel. Can we develop code only version of this support (without shipping it in release)? https://github.com/apache/ignite/pull/4381 is quite huge change, including 128 files changed, patch review will require

Re: Release policy updates

2018-08-22 Thread Anton Vinogradov
Issue [1] created. [1] https://issues.apache.org/jira/browse/IGNITE-9346 пн, 20 авг. 2018 г. в 17:27, Denis Magda : > Yes, let’s just remove md5. Will you create the ticket and handle this for > 2.7? > > Denis > > On Monday, August 20, 2018, Anton Vinogradov wrote: > > > Denis, > > > >

[jira] [Created] (IGNITE-9346) md5 should be removed from release

2018-08-22 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-9346: Summary: md5 should be removed from release Key: IGNITE-9346 URL: https://issues.apache.org/jira/browse/IGNITE-9346 Project: Ignite Issue Type: Task

Re: Exchange stucks while node restoring state from WAL

2018-08-22 Thread Pavel Kovalenko
Hello Maxim, Thank you for your work. I will review your changes within the next several days. 2018-08-22 11:12 GMT+03:00 Maxim Muzafarov : > Pavel, > > Thank you for so detailed introduction into the root of the problem of > ticket IGNITE-7196. > As you mentioned before, we can divide this

[GitHub] ignite pull request #4527: IGNITE-9248: C++ compilation with Clang is suppor...

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

Re: Ignite CPP client local development

2018-08-22 Thread Nikolay Izhikov
Hello, Igor. Thanks, for an answer. I think we should start with a simple step by step how-to: "How to build current sources?". Actually, I don't know how I can help you with this task? Seems, only you have the knowledge of this process. At this step, no source changes required. I propose to

Re: Ignite CPP client local development

2018-08-22 Thread Igor Sapego
Nikolay, You are right, it should be much easier. Unfortunately, there are very few C++ developers in community. I'm planning on fix all these, but I'm always lack time. I'd appreciate a lot and provide any help if anyone could help me with those tasks. Best Regards, Igor On Wed, Aug 22, 2018

[GitHub] ignite pull request #4579: IGNITE-9327 stop the node if IgniteNeedReconnectE...

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

[GitHub] ignite pull request #4550: IGNITE-9279: support custom default SQL schema.

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

[jira] [Created] (IGNITE-9345) Document custom SQL schemas

2018-08-22 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-9345: --- Summary: Document custom SQL schemas Key: IGNITE-9345 URL: https://issues.apache.org/jira/browse/IGNITE-9345 Project: Ignite Issue Type: Task

[GitHub] ignite pull request #4586: IGNITE-9279

2018-08-22 Thread devozerov
Github user devozerov closed the pull request at: https://github.com/apache/ignite/pull/4586 ---

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

2018-08-22 Thread Dmitriy Pavlov
Hi Igniters, It seems it is a flaky test. We need to improve flakiness detection in the Bot. Please join separate discussion started by Dmitrii Ryabov. Sincerely, Dmitriy Pavlov ср, 22 авг. 2018 г. в 3:22, : > Hi Ignite Developer, > > I am MTCGA.Bot, and I've detected some issue on TeamCity to

[GitHub] ignite pull request #4580: Need to change merge metadata behavior during new...

2018-08-22 Thread zstan
Github user zstan closed the pull request at: https://github.com/apache/ignite/pull/4580 ---

Re: Ignite CPP client local development

2018-08-22 Thread Vyacheslav Daradur
Hi, I think we should provide an article "Ignite.C++ development" in the project's wiki. Such article as "Ignite.NET Development" [1] helped me to prepare the environment step by step. [1] https://cwiki.apache.org/confluence/display/IGNITE/Ignite.NET+Development On Wed, Aug 22, 2018 at 12:06

Ignite CPP client local development

2018-08-22 Thread Nikolay Izhikov
Hello, Igniters. While working on IGNITE-6055 [1] I need to do some fixes in ODBC. I find out that setup of local CPP development environment is a very hard task: 1. Linux - - We use a very old version of boost library. Modern Linux distribution uses the new one.

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

2018-08-22 Thread Maxim Muzafarov
Igniters, I've checked this failure. Can't reproduce it locally. It seems mentioned commits are not related to this test. The test has been a long flaky and we just got an unlucky day to catch fail 3 times in a row. I think, we should fix it as an ordinary MTCGA way. Issue created - [1] [1]

[jira] [Created] (IGNITE-9344) Flaky test `testClientReconnectClusterActivated` detected

2018-08-22 Thread Maxim Muzafarov (JIRA)
Maxim Muzafarov created IGNITE-9344: --- Summary: Flaky test `testClientReconnectClusterActivated` detected Key: IGNITE-9344 URL: https://issues.apache.org/jira/browse/IGNITE-9344 Project: Ignite

Re: Table Names in Spark Catalog

2018-08-22 Thread Nikolay Izhikov
Hello, Valentin. > I believe we should get rid of this logic and use Ignite schema name as > database name in Spark's catalog. When I develop Ignite integration with Spark Data Frame I use following abstraction described by Vladimir Ozerov: "1) Let's consider Ignite cluster as a single

Re: Table Names in Spark Catalog

2018-08-22 Thread Stuart Macdonald
Hi Val, yes that's correct. I'd be happy to make the change to have the database reference the schema if Nikolay agrees. (I'll first need to do a bit of research into how to obtain the list of all available schemata...) Thanks, Stuart. On Tue, Aug 21, 2018 at 9:43 PM, Valentin Kulichenko <

[GitHub] ignite pull request #4591: Ignite gg 13195 2.5.1 master

2018-08-22 Thread macrergate
GitHub user macrergate opened a pull request: https://github.com/apache/ignite/pull/4591 Ignite gg 13195 2.5.1 master You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-gg-13195-2.5.1-master

Re: Exchange stucks while node restoring state from WAL

2018-08-22 Thread Maxim Muzafarov
Pavel, Thank you for so detailed introduction into the root of the problem of ticket IGNITE-7196. As you mentioned before, we can divide this ticket into two sub-tasks. So, I will file new issue for `Logical consistency recovery`. I think it's more convenient way for reviewing and merging each of