[jira] [Created] (IGNITE-8634) Web Console: Remove shadow from "Beta" ribbon and header delimeter.

2018-05-29 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-8634: Summary: Web Console: Remove shadow from "Beta" ribbon and header delimeter. Key: IGNITE-8634 URL: https://issues.apache.org/jira/browse/IGNITE-8634 Project:

[jira] [Created] (IGNITE-8635) Add a method to inspect BinaryObject size

2018-05-29 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-8635: Summary: Add a method to inspect BinaryObject size Key: IGNITE-8635 URL: https://issues.apache.org/jira/browse/IGNITE-8635 Project: Ignite Issue Type

Re: Platform .NET add to RunAll Basic suite

2018-05-29 Thread Pavel Tupitsyn
Dmitry, the fix looks good to me, I would appreciate if you merge it. Thanks, Pavel On Tue, May 29, 2018 at 12:02 AM, Dmitry Pavlov wrote: > Hi Pavel, > > Thank you for pointing to this. We've noticed that, and Ilya K. has already > prepared the fix, > https://issues.apache.org/jira/browse/IGNI

RE: IgniteConfiguration, TcpDiscoverySpi, TcpCommunicationSpitimeouts

2018-05-29 Thread Stanislav Lukyanov
Val, Which timeouts do you mean? In #2 I don’t propose to change behavior. I propose to change behavior for a couple of settings in #3 though. I believe the correct approach here would be to target the behavior change for 2.6, but keep in mind that we’ll need to carefully analyze the impact be

[jira] [Created] (IGNITE-8636) Debug logging improvements for Partition Map Exchange process

2018-05-29 Thread Sergey Chugunov (JIRA)
Sergey Chugunov created IGNITE-8636: --- Summary: Debug logging improvements for Partition Map Exchange process Key: IGNITE-8636 URL: https://issues.apache.org/jira/browse/IGNITE-8636 Project: Ignite

[GitHub] ignite pull request #4084: Ignite 8476 macs only

2018-05-29 Thread glukos
GitHub user glukos opened a pull request: https://github.com/apache/ignite/pull/4084 Ignite 8476 macs only You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8476-macsonly Alternatively you can review

[GitHub] ignite pull request #4085: Ignite 8476 no macs

2018-05-29 Thread glukos
GitHub user glukos opened a pull request: https://github.com/apache/ignite/pull/4085 Ignite 8476 no macs You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8476-nomacs Alternatively you can review and

[GitHub] ignite pull request #4083: IGNITE-8476 AssertionError exception occurs when ...

2018-05-29 Thread glukos
GitHub user glukos opened a pull request: https://github.com/apache/ignite/pull/4083 IGNITE-8476 AssertionError exception occurs when trying to remove nod… You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

[GitHub] ignite pull request #4072: IGNITE-8604 Avoid starting cache templates on cli...

2018-05-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4072 ---

Re: Ability to check and completely fill transactions on creation

2018-05-29 Thread Anton Vinogradov
Dmitriy, I fixed design according to your and Yakov's comments, thanks again for clear explanation. >> 1. You use internal API in public event, i.e. you cannot have user >> accessing to IgniteInternalTx instance through TxEvent. Event definition changed to public class TransactionStartedEvent ext

[jira] [Created] (IGNITE-8637) Web Console: Fix the UI bugs

2018-05-29 Thread Vica Abramova (JIRA)
Vica Abramova created IGNITE-8637: - Summary: Web Console: Fix the UI bugs Key: IGNITE-8637 URL: https://issues.apache.org/jira/browse/IGNITE-8637 Project: Ignite Issue Type: Bug Com

[jira] [Created] (IGNITE-8638) CPP Thin: Implement Cache API for C++ thin client

2018-05-29 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-8638: --- Summary: CPP Thin: Implement Cache API for C++ thin client Key: IGNITE-8638 URL: https://issues.apache.org/jira/browse/IGNITE-8638 Project: Ignite Issue Type:

[GitHub] ignite pull request #4086: IGNITE-8530 fixed onNodeLeft for InitNewCoordinat...

2018-05-29 Thread akalash
GitHub user akalash opened a pull request: https://github.com/apache/ignite/pull/4086 IGNITE-8530 fixed onNodeLeft for InitNewCoordinatorFuture You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8530 A

[GitHub] ignite pull request #4087: IGNITE-8636 debug logging for client join scenari...

2018-05-29 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request: https://github.com/apache/ignite/pull/4087 IGNITE-8636 debug logging for client join scenario You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8

[jira] [Created] (IGNITE-8639) Query with a lot of nesting causes NPE in org.h2.util.StringUtils.indent

2018-05-29 Thread Ilya Kasnacheev (JIRA)
Ilya Kasnacheev created IGNITE-8639: --- Summary: Query with a lot of nesting causes NPE in org.h2.util.StringUtils.indent Key: IGNITE-8639 URL: https://issues.apache.org/jira/browse/IGNITE-8639 Projec

[jira] [Created] (IGNITE-8640) If first createCache fail - Ignite is freezing on next createCache

2018-05-29 Thread Nikolay Izhikov (JIRA)
Nikolay Izhikov created IGNITE-8640: --- Summary: If first createCache fail - Ignite is freezing on next createCache Key: IGNITE-8640 URL: https://issues.apache.org/jira/browse/IGNITE-8640 Project: Ign

WAL iterator unexpected behavior

2018-05-29 Thread Dmitriy Govorukhin
Igniters, I faced a problem with iterate over WAL. Let's imagine that we write WAL and write some record which depends from ignite-index. And then move files to another machine, which does not have ignite-index in the classpath. Now try to iterate over WAL. If iterator can not deserialize some r

Re: Platform .NET add to RunAll Basic suite

2018-05-29 Thread Dmitry Pavlov
Hi Igniters, Pavel, Ilya, Ilya's fix is merged to master. Ilya, thank you for contribution. Tests seems to be passing now. The only one left is DataRegionMetricsTest.TestMemoryMetrics, probably failed by IGNITE-8583. And I've also added dependency from Run All Basic to Platform .NET, so these te

Re: IGNITE-640: multimap initial implementation

2018-05-29 Thread Dmitry Pavlov
Hi Amir, As far as I know, several Igniters provided some feedback in ticket. Are you agree? Sincerely, Dmitriy Pavlov чт, 10 мая 2018 г. в 20:01, Dmitry Pavlov : > Hi Amir, > > This is a very necessary contribution, the patch defenetely will not be > ignored. > > Igniters, > > Who can make a r

[GitHub] ignite pull request #4077: IGNITE-8624: Add reproducer to IGNITE-8624 issue.

2018-05-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4077 ---

Re: IGNITE-6827 - Review needed.

2018-05-29 Thread Dmitry Pavlov
Hi Nick, I can't find any timeouts specified for transaction creation in IGNITE-6967 code (for services cache), so I'm not sure current fix wil help. But anyway soon it can be double-checked with 2.5 release. I hope IGNITE-6967 will be fixed soon in the IEP-17. Vyacheslav Daradur picked up this t

[GitHub] ignite pull request #4088: ignite-7163 Validate connection from a pre-previo...

2018-05-29 Thread dkarachentsev
GitHub user dkarachentsev opened a pull request: https://github.com/apache/ignite/pull/4088 ignite-7163 Validate connection from a pre-previous node You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-71

[GitHub] ignite pull request #4043: IGNITE-8406

2018-05-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4043 ---

Re: Review request for IGNITE-8534 Upgrade Ignite Spark Module's Spark version to 2.3.

2018-05-29 Thread Dmitry Pavlov
Hi Ray, Status of this ticket is In Progress, so it is not displayed in filters. Could you please set status to Patch Available if PR is ready for review? Sincerely, Dmitriy Pavlov пн, 28 мая 2018 г. в 8:40, Ray : > Valentin Kulichenko and Nikolay Izhikov can you please take a look at PR > and

[GitHub] ignite pull request #1917: IGNITE-5011: Add validation on args and show prop...

2018-05-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/1917 ---

[GitHub] ignite pull request #4087: IGNITE-8636 debug logging for client join scenari...

2018-05-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4087 ---

Re: Review request for IGNITE-8534 Upgrade Ignite Spark Module's Spark version to 2.3.

2018-05-29 Thread Dmitry Pavlov
Hi Ray, Could you also please resolve conflicts in PR? Conflicting files modules/spark-2.10/pom.xml вт, 29 мая 2018 г. в 18:19, Dmitry Pavlov : > Hi Ray, > > Status of this ticket is In Progress, so it is not displayed in filters. > > Could you please set status to Patch Available if PR is read

Re: [RESULT] [VOTE] Apache Ignite 2.5.0 Release (RC1)

2018-05-29 Thread Andrey Gura
RPM and DEB packages are published to bintray [1] [2] [1] https://bintray.com/apache/ignite-rpm [2] https://bintray.com/apache/ignite-deb On Mon, May 28, 2018 at 5:38 PM, Andrey Gura wrote: > Igniters, > > Apache Ignite 2.5.0 release (RC1) has been accepted. > > 4 "+1" binding votes received: >

IGNITE-8238

2018-05-29 Thread Александр Меньшиков
Hi, Andrew. You suggested continuing the discussion on dev-list about IGNITE-8238 [1] I have reworked my PR [2]. Have I moved in the right direction? I see 57 usages of `checkpointReadLock` in the core module (without tests). And it still unclear for me should I catch all exceptions from `checkpo

[GitHub] ignite pull request #4089: Ignite 6587 true

2018-05-29 Thread andrey-kuznetsov
GitHub user andrey-kuznetsov opened a pull request: https://github.com/apache/ignite/pull/4089 Ignite 6587 true For TC tests now You can merge this pull request into a Git repository by running: $ git pull https://github.com/andrey-kuznetsov/ignite ignite-6587-true Alternative

[GitHub] ignite pull request #4090: IGNITE-8610 Checkpoint history search fix + refac...

2018-05-29 Thread Jokser
GitHub user Jokser opened a pull request: https://github.com/apache/ignite/pull/4090 IGNITE-8610 Checkpoint history search fix + refactoring You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8610 Alte

Re: NodeJS thin client: full API

2018-05-29 Thread Denis Magda
Hi Pavel, Thanks for prompt improvements. I'll check them this week. -- Denis On Sun, May 27, 2018 at 5:04 PM, Pavel Petroshenko wrote: > Hi Denis, > > Thanks for your feedback on the documentation! I addressed all your > comments from https://issues.apache.org/jira/browse/IGNITE-8589. > > Ple

Re: IGNITE-8238 - Operation can fails with unexpected RuntimeException when node is stopping

2018-05-29 Thread Dmitriy Setrakyan
As suggested before, please do not put blank ticket numbers into subjects because no one understands ticket numbers. Please add titles or some other context to the subject. This will improve the level of engagement from the community. I have changed the subject of this thread, let's continue the d

Re: I am sorry for causing confusion. IGNITE-6531

2018-05-29 Thread Denis Magda
Hello, Thanks for outlining your problem and sending a patch for it. In general, if such minor improvements help to solve business cases, then I would add them to the project. Guess, we might need to rename the interface method. Dmitriy P., as one of the reviewers, could you please chime in and s

Re: Ignite contibutors page

2018-05-29 Thread Denis Magda
Hello Aleksei, done! -- Denis On Mon, May 28, 2018 at 2:46 PM, Aleksei Zaitsev wrote: > Hello Denis, > > Could you, please, add me to the list too: alexzaitzev (Aleksei Zaitsev). > https://ignite.apache.org/community/resources.html > Thanks. > > Best regards, > Alex. > > > > 15.03.2018, 21:03,

Re: [RESULT] [VOTE] Apache Ignite 2.5.0 Release (RC1)

2018-05-29 Thread Dmitriy Setrakyan
On Tue, May 29, 2018 at 9:08 AM, Andrey Gura wrote: > RPM and DEB packages are published to bintray [1] [2] > > [1] https://bintray.com/apache/ignite-rpm > [2] https://bintray.com/apache/ignite-deb Thanks, Andrey! Can we update the download page on the website? D.

Re: WAL iterator unexpected behavior

2018-05-29 Thread Dmitriy Setrakyan
Dmitriy, Thanks for initiating the discussion! I am not sure I understand the issue fully, but in my view we should not allow iteration through WAL if we cannot deserialize a portion of it. We must require that ignite-index is in the classpath, so I would just fail right away with exception. D.

Re: Ability to check and completely fill transactions on creation

2018-05-29 Thread Dmitriy Setrakyan
Anton, We cannot have TransactionStartedEvent without having events for all other transaction states, like TransactionPreparedEvent, TransactionCommittedEvent, etc. Considering this, I sill do not like the design, as we would have to create many extra event classes. Instead, I would suggest that

Re: MTCGA & 6th mass run-all

2018-05-29 Thread Dmitry Pavlov
Hi Igniters, New results (433 - tests, 22-suites). We can mention there is regression since last mass run (3 weeks ago it was (361, 12)). We can notice 1) a lot of new timeouts ocurred 2) ~72 tests came from bug indicated by .NET tests (bug was discussed in separate thread and already fixed by

Re: [RESULT] [VOTE] Apache Ignite 2.5.0 Release (RC1)

2018-05-29 Thread Andrey Gura
Dmitry, First we should check docker images. Also we are waiting for publishing of artifacts to Maven Central. On Tue, May 29, 2018 at 8:24 PM, Dmitriy Setrakyan wrote: > > > On Tue, May 29, 2018 at 9:08 AM, Andrey Gura wrote: >> >> RPM and DEB packages are published to bintray [1] [2] >> >> [1

Re: Platform .NET add to RunAll Basic suite

2018-05-29 Thread Pavel Tupitsyn
Sorry for the late notice, but there are no tests in that PR, so the regression is possible again. Let's not rely on .NET tests for this. On Tue, May 29, 2018 at 5:14 PM, Dmitry Pavlov wrote: > Hi Igniters, Pavel, Ilya, > > Ilya's fix is merged to master. Ilya, thank you for contribution. > > Te

[jira] [Created] (IGNITE-8641) SpringDataExample should use example-ignite.xml config

2018-05-29 Thread Andrey Gura (JIRA)
Andrey Gura created IGNITE-8641: --- Summary: SpringDataExample should use example-ignite.xml config Key: IGNITE-8641 URL: https://issues.apache.org/jira/browse/IGNITE-8641 Project: Ignite Issue T

[jira] [Created] (IGNITE-8642) Failure processor should dump state of all threads

2018-05-29 Thread Andrey Gura (JIRA)
Andrey Gura created IGNITE-8642: --- Summary: Failure processor should dump state of all threads Key: IGNITE-8642 URL: https://issues.apache.org/jira/browse/IGNITE-8642 Project: Ignite Issue Type:

List of Companies who use Internet of things

2018-05-29 Thread Karen Stewart
Hello there, I would like to know if you are interested in acquiring Internet of things (IoT) Users List. Information fields: Names, Title, Email, Phone, Company Name, Company URL, Company physical address, SIC Code, Industry, Company Size (Revenue and Employee). If interested, let me k

[GitHub] ignite pull request #4091: IGNITE-8642: Added thread dumping to FailureProce...

2018-05-29 Thread andrey-kuznetsov
GitHub user andrey-kuznetsov opened a pull request: https://github.com/apache/ignite/pull/4091 IGNITE-8642: Added thread dumping to FailureProcessor. You can merge this pull request into a Git repository by running: $ git pull https://github.com/andrey-kuznetsov/ignite ignite-

Re: [RESULT] [VOTE] Apache Ignite 2.5.0 Release (RC1)

2018-05-29 Thread Pavel Tupitsyn
NuGet (.NET) packages pushed: https://www.nuget.org/packages?q=Apache.Ignite On Tue, May 29, 2018 at 8:59 PM, Andrey Gura wrote: > Dmitry, > > First we should check docker images. Also we are waiting for > publishing of artifacts to Maven Central. > > On Tue, May 29, 2018 at 8:24 PM, Dmitriy Set

Re: IgniteConfiguration, TcpDiscoverySpi, TcpCommunicationSpitimeouts

2018-05-29 Thread Valentin Kulichenko
Stan, OK, I got confused a little :) I do agree that TcpDiscoverySpi.networkTimeout should inherit from IgniteConfiguration.networkTImeout if not set explicitly. Do we have the same setting for TcpCommunicationSpi, BTW? If yes, behavior should be consistent. As for TcpCommunicationSpi.socketWrit

Re: [RESULT] [VOTE] Apache Ignite 2.5.0 Release (RC1)

2018-05-29 Thread Andrey Gura
Pavel, Thanks a lot! вт, 29 мая 2018 г., 22:14 Pavel Tupitsyn : > NuGet (.NET) packages pushed: > https://www.nuget.org/packages?q=Apache.Ignite > > On Tue, May 29, 2018 at 8:59 PM, Andrey Gura wrote: > >> Dmitry, >> >> First we should check docker images. Also we are waiting for >> publishin

Isn't SQL Streaming mode generic in 2.5?

2018-05-29 Thread Denis Magda
Vladimir, Alexander P., Igor, We've documented the streaming mode usage (SET STREAMING ON/OFF) on the JDBC docs: https://apacheignite-sql.readme.io/v2.5/docs/jdbc-driver#section-streaming But my guts feel it it's generic documentation that applies to all our SQL interfaces and should go as a subp

Re: Update latest doc reference for 2.5

2018-05-29 Thread Denis Magda
+ dev One more pending task to do before the release announcement. -- Denis On Tue, May 29, 2018 at 3:25 PM, Prachi Garg wrote: > Hi Mauricio, > > AI 2.5 is being released today. As part of the release process, could you > please update the latest doc reference on ignite.apache.org? > > Thank

Re: [RESULT] [VOTE] Apache Ignite 2.5.0 Release (RC1)

2018-05-29 Thread Prachi Garg
Folks, I have released 2.5 documentation on readme.io. Also, the downloads page on the website is updated with 2.5 release. Mauricio will work on updating the latest doc reference. Andrey, The following still needs attention: 1. Release notes for 2.5 on ignite.apache.org/releases/2.5.0/

Re: [RESULT] [VOTE] Apache Ignite 2.5.0 Release (RC1)

2018-05-29 Thread Denis Magda
Andrey, Please help to generate 2.5 release HTML file and add it to Ignite website SVN. Sergey K and Ilya S. should be able to assist with this. Sergey Chugunov and Ivan R., finalize the docs as soon as you can. We can't announce the release and close it without having the docs done. -- Denis

Re: [RESULT] [VOTE] Apache Ignite 2.5.0 Release (RC1)

2018-05-29 Thread Dmitriy Setrakyan
I just tried the Debian install. This is what I got after executing "sudo apt get" command: > > *E: The repository 'https://apache.org/dist/ignite/deb > apache-ignite Release' does not have a > Release file.N: Updating from such a repository can't be done secu

Re: [RESULT] [VOTE] Apache Ignite 2.5.0 Release (RC1)

2018-05-29 Thread Prachi Garg
Peter, I updated the RPM and DEB description on the downloads page[1] (following the instructions on the documentation [2]). Please check that the repositories and installation instructions are up-to-date. [1] https://ignite.apache.org/download.cgi#rpm-package [2] https://apacheignite.readme.io/d

[jira] [Created] (IGNITE-8643) Web console: Invalid chart width

2018-05-29 Thread Vasiliy Sisko (JIRA)
Vasiliy Sisko created IGNITE-8643: - Summary: Web console: Invalid chart width Key: IGNITE-8643 URL: https://issues.apache.org/jira/browse/IGNITE-8643 Project: Ignite Issue Type: Bug Affec

Re: [RESULT] [VOTE] Apache Ignite 2.5.0 Release (RC1)

2018-05-29 Thread Petr Ivanov
I’ve updated instructions correspondingly: it seems that redirect from https to https requires more complicated rules, which I will try to introduce in next release (2.6). Currently we should use http, i. e. ignite.list should be look like this: deb http://apache.org/dist/ignite/deb/ apache-igni

Re: [RESULT] [VOTE] Apache Ignite 2.5.0 Release (RC1)

2018-05-29 Thread Petr Ivanov
Instructions for RPM Package Installation (snippet with repository configuration) at ignite.apache.org are obsolete and should be replaced by apacheignite.readme.io snippet. > On 30 May 2018, at 02:57, Prachi Garg wrote: > > Peter, > > I updated the RPM and DEB description on the downloads

[jira] [Created] (IGNITE-8644) CacheMetrics.getCacheMisses() returns incorrect values

2018-05-29 Thread Roman Guseinov (JIRA)
Roman Guseinov created IGNITE-8644: -- Summary: CacheMetrics.getCacheMisses() returns incorrect values Key: IGNITE-8644 URL: https://issues.apache.org/jira/browse/IGNITE-8644 Project: Ignite I

Re: Review request for IGNITE-8534 Upgrade Ignite Spark Module's Spark version to 2.3.

2018-05-29 Thread Ray
Hi Dmitriy, Thanks for the reply. I have resolved conflicts in PR and changed the ticket status to path available. Please review and leave comments. Thanks -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

Re: Isn't SQL Streaming mode generic in 2.5?

2018-05-29 Thread Alexander Paschenko
Hi Denis, Currently there’s no way to do SQL streaming besides ODBC/JDBC - that is, there’s no other public API for it. I believe this is the first case when we’re looking at a command that is supported only via drivers and not Java API, so it’s an interesting question. Also streaming is no DDL, i

Re: Isn't SQL Streaming mode generic in 2.5?

2018-05-29 Thread Dmitriy Setrakyan
Alex, STREAMING command is definitely a DML command. And by the way, the DML page is not a mess. It documents all DML commands we have. I think you were looking at something else. What is the major difficulty of implementing STREAMING command on Ignite SQL API? It should be even simpler than JDBC

[jira] [Created] (IGNITE-8645) CacheMetrics.getCacheTxCommits() doesn't include transactions started on client node

2018-05-29 Thread Roman Guseinov (JIRA)
Roman Guseinov created IGNITE-8645: -- Summary: CacheMetrics.getCacheTxCommits() doesn't include transactions started on client node Key: IGNITE-8645 URL: https://issues.apache.org/jira/browse/IGNITE-8645