[jira] [Created] (IGNITE-11254) Update

2019-02-07 Thread Alexander Kalinin (JIRA)
Alexander Kalinin created IGNITE-11254: -- Summary: Update Key: IGNITE-11254 URL: https://issues.apache.org/jira/browse/IGNITE-11254 Project: Ignite Issue Type: Improvement Comp

Re: Services hot redeployment

2019-02-07 Thread Vyacheslav Daradur
Denis, I've just prepared PR [1] with a possible implementation that covers p.1 from your list. Please, have a look at it. Pay attention to the test, it demonstrates manual services hot-redeployment via DeploymentSpi. Is that what you mean? [1] https://github.com/apache/ignite/pull/6060 On Tue

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

2019-02-07 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

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

2019-02-07 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

[jira] [Created] (IGNITE-11253) When a node that is not part of the base topology joins the cluster, it may lead to a node failure.

2019-02-07 Thread Vyacheslav Koptilin (JIRA)
Vyacheslav Koptilin created IGNITE-11253: Summary: When a node that is not part of the base topology joins the cluster, it may lead to a node failure. Key: IGNITE-11253 URL: https://issues.apache.org/jira/

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

2019-02-07 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: [DISCUSSION] Service Grid Roadmap

2019-02-07 Thread Denis Magda
Vyacheslav, Such tasks aggregation makes sense for me. If to range by priority I would focus on hot redeployment, metrics and failover. - Denis On Thu, Feb 7, 2019 at 12:48 PM Vyacheslav Daradur wrote: > Igniters, > > While working on the redesign of the Service Grid component I've > looked

[DISCUSSION] Service Grid Roadmap

2019-02-07 Thread Vyacheslav Daradur
Igniters, While working on the redesign of the Service Grid component I've looked at the component as end-user and I've faced with usability issues. I'd suggest updating IEP-17 [1] or create a new one to specify streams of improvements: --- Features - IGNITE-8367 Implement hot redeployment of se

[jira] [Created] (IGNITE-11252) Docs: Index corruption recovery procedure

2019-02-07 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-11252: Summary: Docs: Index corruption recovery procedure Key: IGNITE-11252 URL: https://issues.apache.org/jira/browse/IGNITE-11252 Project: Ignite Issue Type: Task

Re: Ignite index corruption issue -> unrecoverable cluster

2019-02-07 Thread Denis Magda
Stan, great, thanks for sharing the knowledge! Prachi, could you please document this on readme and share the docs in the thread? https://issues.apache.org/jira/browse/IGNITE-11252 -- Denis Magda On Thu, Feb 7, 2019 at 6:33 AM Stanislav Lukyanov wrote: > Denis, > > When an index is corrupted

[jira] [Created] (IGNITE-11251) SQL: getMoreResults() infinitely reports about update operation on zeroCursor

2019-02-07 Thread Pavel Kuznetsov (JIRA)
Pavel Kuznetsov created IGNITE-11251: Summary: SQL: getMoreResults() infinitely reports about update operation on zeroCursor Key: IGNITE-11251 URL: https://issues.apache.org/jira/browse/IGNITE-11251

[jira] [Created] (IGNITE-11250) create affinity key index only when it required

2019-02-07 Thread Yury Gerzhedovich (JIRA)
Yury Gerzhedovich created IGNITE-11250: -- Summary: create affinity key index only when it required Key: IGNITE-11250 URL: https://issues.apache.org/jira/browse/IGNITE-11250 Project: Ignite

[jira] [Created] (IGNITE-11249) Client failed to putAll/removeAll into mvcc cache during server node restarts

2019-02-07 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-11249: -- Summary: Client failed to putAll/removeAll into mvcc cache during server node restarts Key: IGNITE-11249 URL: https://issues.apache.org/jira/browse/IGNITE-11249 P

[jira] [Created] (IGNITE-11248) H2 Debug Console reports NPE when launched

2019-02-07 Thread Ilya Kasnacheev (JIRA)
Ilya Kasnacheev created IGNITE-11248: Summary: H2 Debug Console reports NPE when launched Key: IGNITE-11248 URL: https://issues.apache.org/jira/browse/IGNITE-11248 Project: Ignite Issue T

[jira] [Created] (IGNITE-11246) Do not use pending entries tree in MVCC execution flow

2019-02-07 Thread Ivan Pavlukhin (JIRA)
Ivan Pavlukhin created IGNITE-11246: --- Summary: Do not use pending entries tree in MVCC execution flow Key: IGNITE-11246 URL: https://issues.apache.org/jira/browse/IGNITE-11246 Project: Ignite

RE: Ignite index corruption issue -> unrecoverable cluster

2019-02-07 Thread Stanislav Lukyanov
Denis, When an index is corrupted you just need to remove index.bin file of the affected cache. After that, when the node starts it will rebuild the indexes. The performance of the SQL queries will be low until the index is rebuilt, so you need to be cautious. The main problem is to understand

[jira] [Created] (IGNITE-11247) MVCC: Tests has been forgotten to unmute.

2019-02-07 Thread Andrew Mashenkov (JIRA)
Andrew Mashenkov created IGNITE-11247: - Summary: MVCC: Tests has been forgotten to unmute. Key: IGNITE-11247 URL: https://issues.apache.org/jira/browse/IGNITE-11247 Project: Ignite Issue

Re: beforeTestsStarted() was deprecated, what should we use instead?

2019-02-07 Thread oignatenko
Hi Ivan, For the sake of precision, startGrid() is currently overridden in one of subclasses of GridAbstractTest. This means that we would have to somehow handle that when changing this method to static. Same thing is with another solid candidate to making static, stopAllGrids(boolean), which is a

[jira] [Created] (IGNITE-11245) Replace unused IGNITE_BINARY_META_UPDATE_TIMEOUT parameter.

2019-02-07 Thread Stanilovsky Evgeny (JIRA)
Stanilovsky Evgeny created IGNITE-11245: --- Summary: Replace unused IGNITE_BINARY_META_UPDATE_TIMEOUT parameter. Key: IGNITE-11245 URL: https://issues.apache.org/jira/browse/IGNITE-11245 Project:

[jira] [Created] (IGNITE-11244) [ML] Improve model loading from directory instead full path to file with model

2019-02-07 Thread Aleksey Zinoviev (JIRA)
Aleksey Zinoviev created IGNITE-11244: - Summary: [ML] Improve model loading from directory instead full path to file with model Key: IGNITE-11244 URL: https://issues.apache.org/jira/browse/IGNITE-11244

Re: Binary Serialization of Enums By Name

2019-02-07 Thread Stuart Macdonald
Adding dev list. In the absence of any way of modifying binary serialization of enums, would the dev community consider accepting a pull request? Two options I would consider: 1. A custom “enum serialiser” on the BinaryTypeConfiguration and an associated enum serialization interface. 2. A flag on

[jira] [Created] (IGNITE-11243) Not working control.sh / control.bat in master NPE in output

2019-02-07 Thread ARomantsov (JIRA)
ARomantsov created IGNITE-11243: --- Summary: Not working control.sh / control.bat in master NPE in output Key: IGNITE-11243 URL: https://issues.apache.org/jira/browse/IGNITE-11243 Project: Ignite

[jira] [Created] (IGNITE-11242) Update counters mismatch after loading data via DataStreamer into MVCC-enabled caches

2019-02-07 Thread Ivan Artukhov (JIRA)
Ivan Artukhov created IGNITE-11242: -- Summary: Update counters mismatch after loading data via DataStreamer into MVCC-enabled caches Key: IGNITE-11242 URL: https://issues.apache.org/jira/browse/IGNITE-11242

RE: Starting with missing PDS pieces

2019-02-07 Thread Stanislav Lukyanov
Denis, In fact, I’d like to avoid talking about *broken* files and instead talk about *missing* ones. Specifically, I’d rather not talk about index corruption here (I’ll answer in the nearby thread though). The reason for that is to try to solve the simplest problem first. What if I my db/ file

Re: beforeTestsStarted() was deprecated, what should we use instead?

2019-02-07 Thread Anton Vinogradov
I vote for any proper solution :) For now, we have to rollback the deprecation. On Thu, Feb 7, 2019 at 11:46 AM Павлухин Иван wrote: > Hi, > > AFAIK various startGrid* methods of GridAbstractTest are not tied to > concrete instance of test class. I think that a we can make them > static. Also s

Re: beforeTestsStarted() was deprecated, what should we use instead?

2019-02-07 Thread Павлухин Иван
Hi, AFAIK various startGrid* methods of GridAbstractTest are not tied to concrete instance of test class. I think that a we can make them static. Also same can be done for some other methods and all they can be extracted into static utility class like GridTestSupport in order to reduce GridAbstrac

[jira] [Created] (IGNITE-11241) [ML] blas NoClassDefFoundError exception

2019-02-07 Thread Alexey Platonov (JIRA)
Alexey Platonov created IGNITE-11241: Summary: [ML] blas NoClassDefFoundError exception Key: IGNITE-11241 URL: https://issues.apache.org/jira/browse/IGNITE-11241 Project: Ignite Issue Typ