Re: Editing rights

2020-08-26 Thread Denis Magda
That's right. Sorry, didn't check what I sent ) -- Denis Magda On Wed, Aug 26, 2020 at 9:51 PM Ivan Pavlukhin wrote: > Denis, > > I suppose you meant dev-subscr...@ignite.apache.org. Right? > > 2020-08-26 21:55 GMT+03:00, Denis Magda : > > Evgeniy, done. > > > > Please subscribe to the dev

Re: Editing rights

2020-08-26 Thread Ivan Pavlukhin
Denis, I suppose you meant dev-subscr...@ignite.apache.org. Right? 2020-08-26 21:55 GMT+03:00, Denis Magda : > Evgeniy, done. > > Please subscribe to the dev list by sending an email to > user-subscr...@ignite.apache.org from your new email address. Otherwise, > we need to pre-moderate your

Re: Micronaut/Ignite

2020-08-26 Thread Michael Pollind
Also you need to sign the CLA since you add a commit to my branch. branch: https://github.com/pollend/micronaut-ignite/tree/feature/rework linked PR: https://github.com/micronaut-projects/micronaut-ignite/pull/33 -- Michael Pollind On Wed, Aug 26, 2020 at 3:29 PM Denis Magda wrote: > Could

Re: Micronaut/Ignite

2020-08-26 Thread Denis Magda
Could you share the full path to the branch? Don't want to pick a wrong one accidentally. - Denis On Wed, Aug 26, 2020 at 2:47 PM Michael Pollind wrote: > so that clears up the extra flag for micronaut-cache. just need to > intercept the default IgniteConfiguration bean and update the >

Re: Micronaut/Ignite

2020-08-26 Thread Michael Pollind
so that clears up the extra flag for micronaut-cache. just need to intercept the default IgniteConfiguration bean and update the configuration. if you pull my latest changes from the rework branch you can look at the docs for that micronaut module. `./gradlew docs`. Finalizing the docs should be

Re: Micronaut/Ignite

2020-08-26 Thread Denis Magda
 Nice catch! - Denis On Wed, Aug 26, 2020 at 12:16 PM Michael Pollind wrote: > One thing that just occurred to me for the DefaultIgniteConfiguration. you > can actually just intercept the bean when it's created. This should let us > use the enable flag from ignite-core for ignite-cache

Re: Micronaut/Ignite

2020-08-26 Thread Michael Pollind
One thing that just occurred to me for the DefaultIgniteConfiguration. you can actually just intercept the bean when it's created. This should let us use the enable flag from ignite-core for ignite-cache without the additional flag. @Singleton public class IgniteConfigurationFactoryInterceptor

Re: Editing rights

2020-08-26 Thread Denis Magda
Evgeniy, done. Please subscribe to the dev list by sending an email to user-subscr...@ignite.apache.org from your new email address. Otherwise, we need to pre-moderate your messages. - Denis On Wed, Aug 26, 2020 at 7:35 AM lonsdalel lonsdalel < eugenezabot...@gmail.com> wrote: > Hi, > >

Re: Micronaut/Ignite

2020-08-26 Thread Denis Magda
Michael, Looks terrific! I went ahead and grouped the configuration samples by a client type: https://cwiki.apache.org/confluence/display/IGNITE/Micronaut+Integration As you see, the "Ignite Thin Client" section is blank for now. Would you mind filling it with configuration options following the

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

2020-08-26 Thread Alex Plehanov
Denis, Currently, we are running mostly IgnitePutTxImplicitBenchmark without persistence. For other benchmarks drop is lower and it's harder to find problematic commit. ср, 26 авг. 2020 г. в 17:34, Denis Magda : > Alex, > > Thanks for sending an update. The drop is quite big. What are the types

Re: Editing rights

2020-08-26 Thread lonsdalel lonsdalel
Hi, Could you now give me editing rights for my new account, which is eugenezabotkin, e-mail: eugenezabot...@gmail.com ? On 2020/08/25 18:06:40, Ivan Pavlukhin wrote: > Hi, > > You may create an INFRA ticket in JIRA > https://issues.apache.org/jira/projects/INFRA/issues describing the >

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

2020-08-26 Thread Denis Magda
Alex, Thanks for sending an update. The drop is quite big. What are the types of benchmarks you are observing the degradation for (atomic puts, transactions, sql, etc.)? Let us know if any help by particular committers is required. - Denis On Wed, Aug 26, 2020 at 12:26 AM Alex Plehanov

Re: Suggest improvement to Util classes (Ignite ML)

2020-08-26 Thread Alexey Zinoviev
Hi, Mark, it's great to hear from you a few suggestions related to code culture and so on. I hope during PR preparation it will be more of them and I suggest to collect them in the shared doc (i've added first two of them)

Re: Suggest add Serializable to Blas class (Ignite ML)

2020-08-26 Thread Alexey Zinoviev
Hi, Mark, it's great to hear from you a few suggestions related to code culture and so on. I hope during PR preparation it will be more of them and I suggest to collect them in the shared doc (i've added first two of them)

Re: First contribute to Ignite ML

2020-08-26 Thread Alexey Zinoviev
Hi, Mark, I've created a ticket and assigned on you https://issues.apache.org/jira/browse/IGNITE-13386 Create PR to the main repository according the next schema https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute process is described in the chapter " Git Process " Keep in mind

[jira] [Created] (IGNITE-13386) [ML] Add more distances between two Vectors (Part 2)

2020-08-26 Thread Alexey Zinoviev (Jira)
Alexey Zinoviev created IGNITE-13386: Summary: [ML] Add more distances between two Vectors (Part 2) Key: IGNITE-13386 URL: https://issues.apache.org/jira/browse/IGNITE-13386 Project: Ignite

[SQL] Correct index usage with primary key constraint.

2020-08-26 Thread Zhenya Stanilovsky
Folks, want to pay your attention that after [1] was merged into master, primary key index usage became predictable and correct and as a consequence old behavior was broken.   for example table creation: CREATE TABLE PUBLIC.T1 (F1 VARCHAR, F2 VARCHAR, F3 VARCHAR, CONSTRAINT PK PRIMARY KEY (F2,

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

2020-08-26 Thread Alex Plehanov
Hello, guys! We finally have some benchmark results. Looks like there is more than one commit with a performance drop. Detected drops for those commits only slightly higher than measurement error, so it was hard to find them and we are not completely sure we found them all and found them right.