Re: New Monitoring System: items to complete before GA

2020-04-22 Thread Denis Magda
Nikolay, thanks for joining the discussion. Please give me a few days to respond and create tickets. A bit hectic week. - Denis On Sat, Apr 18, 2020 at 6:10 AM Nikolay Izhikov wrote: > > 1. Add ability to enable\disable subset of the metrics for collection: > >

Re: [DISCUSSION] Major changes in Ignite in 2020

2020-04-22 Thread Denis Magda
Igniters, Here is a draft of our very first roadmap. I decided to make it damp simple but descriptive: https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Roadmap What we need to do next is to: - Fill in the "Readiness Estimated Time" column with your best guess of when an

Re: contributors permissions

2020-04-22 Thread Pavel Tupitsyn
Hello Johnny, Added you to contributors group in JIRA. Welcome to Ignite community! Pavel On Wed, Apr 22, 2020 at 7:58 PM Johnny Galatikitis < johnny.galatiki...@gmail.com> wrote: > Hello, > > I am working on IGNITE-12905 and forgot to ask for contributors > permissions. > > regards, J. >

contributors permissions

2020-04-22 Thread Johnny Galatikitis
Hello, I am working on IGNITE-12905 and forgot to ask for contributors permissions. regards, J.

Re: Moving python, php and node.js in separate repos and release cycles

2020-04-22 Thread Pavel Tupitsyn
Ok, thanks for the clarification. I retract my "-1": no strong objections. On Wed, Apr 22, 2020 at 3:15 PM Dmitriy Pavlov wrote: > Hi Folks, > > There is nothing wrong with releasing system by it's modules, one-by-one. > Also it is perfectly OK to have each module in a separate git repo. Each

[jira] [Created] (IGNITE-12934) Change test start|stop log format for correct TC and build.log visibility.

2020-04-22 Thread Ilya Kasnacheev (Jira)
Ilya Kasnacheev created IGNITE-12934: Summary: Change test start|stop log format for correct TC and build.log visibility. Key: IGNITE-12934 URL: https://issues.apache.org/jira/browse/IGNITE-12934

[jira] [Created] (IGNITE-12933) Node failed after put incorrect key class for indexed type to transactional cache

2020-04-22 Thread Aleksey Plekhanov (Jira)
Aleksey Plekhanov created IGNITE-12933: -- Summary: Node failed after put incorrect key class for indexed type to transactional cache Key: IGNITE-12933 URL: https://issues.apache.org/jira/browse/IGNITE-12933

Re: [jira] [Created] (IGNITE-12911) B+Tree Corrupted exception when using a key extracted from a value object --- and SQL enabled.

2020-04-22 Thread Dmitriy Pavlov
Folks, could you please take a look at this issue? It seems quite serious if we can potentially get B+Tree corrupted. Sincerely, Dmitriy Pavlov пт, 17 апр. 2020 г. в 19:25, Alexander Korenshteyn (Jira) : > Alexander Korenshteyn created IGNITE-12911: >

Re: Moving python, php and node.js in separate repos and release cycles

2020-04-22 Thread Dmitriy Pavlov
Hi Folks, There is nothing wrong with releasing system by it's modules, one-by-one. Also it is perfectly OK to have each module in a separate git repo. Each of these module release-candidate is voted separately. At the foundation level, release cycle of the project/modules is not defined, it is

Re: Moving python, php and node.js in separate repos and release cycles

2020-04-22 Thread Igor Sapego
Pavel, 1. We can conduct separate votes for every client, do you see any issues here? 2. This is true, but we have backward compatibility in our protocol, so everything should work just fine. Best Regards, Igor On Tue, Apr 21, 2020 at 9:22 PM Pavel Tupitsyn wrote: > -1 > > - Ignite is a

Re: Apache Ignite 2.8.1 RELEASE [Time, Scope, Manager]

2020-04-22 Thread Nikolay Izhikov
Hello, Ivan. I think we can include this improvements. Please, go ahead. > 22 апр. 2020 г., в 10:21, Ivan Bessonov написал(а): > > Hi Igniters, > > I'm continuing with IGNITE-12756 PR creation. It turned out that we need 3 > more cherry-picks > to avoid massive code changes. Tests started

[jira] [Created] (IGNITE-12932) Thin client cluster discovery

2020-04-22 Thread Pavel Tupitsyn (Jira)
Pavel Tupitsyn created IGNITE-12932: --- Summary: Thin client cluster discovery Key: IGNITE-12932 URL: https://issues.apache.org/jira/browse/IGNITE-12932 Project: Ignite Issue Type: New

[jira] [Created] (IGNITE-12931) General error: "java.lang.ArrayIndexOutOfBound

2020-04-22 Thread icode (Jira)
icode created IGNITE-12931: -- Summary: General error: "java.lang.ArrayIndexOutOfBound Key: IGNITE-12931 URL: https://issues.apache.org/jira/browse/IGNITE-12931 Project: Ignite Issue Type: Bug

Re: Why OPTIMIZE_REUSE_RESULT is set to 0 explicitly in o.a.i.i.p.query.h2.ConnectionManager#DEFAULT_DB_OPTIONS

2020-04-22 Thread Ivan Daschinsky
Thank you for your response, Konstantin I think we cannot just turn this optimization > Of course not, that is the reason why I started this thread. org.apache.ignite.internal.processors.query.h2.opt.GridH2Table don't change > it neither on remove or update Yes, but we can increment this

Re: Apache Ignite 2.8.1 RELEASE [Time, Scope, Manager]

2020-04-22 Thread Ivan Bessonov
Hi Igniters, I'm continuing with IGNITE-12756 PR creation. It turned out that we need 3 more cherry-picks to avoid massive code changes. Tests started failing after my initial attempt to create that PR. So, in total I have PR with 6 commits in it. Some of them fix components and tests for them,

Re: Why OPTIMIZE_REUSE_RESULT is set to 0 explicitly in o.a.i.i.p.query.h2.ConnectionManager#DEFAULT_DB_OPTIONS

2020-04-22 Thread Konstantin Orlov
Hello, Ivan I think we cannot just turn this optimization on because a result invalidation counts on org.h2.engine.Database#modificationDataId (see org.h2.command.dml.Query#sameResultAsLast(Session, Value[], Value[], long)), but org.apache.ignite.internal.processors.query.h2.opt.GridH2Table