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.
D
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,
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
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 n
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)
https://docs.google.com/document/d/1_oBgmNfu6YnuSxEg9e1ImyGSV-fgmHq4Ut-hPq2b
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)
https://docs.google.com/document/d/1_oBgmNfu6YnuSxEg9e1ImyGSV-fgmHq4Ut-hPq2b
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
wrote:
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
> probl
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
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
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,
>
> Could
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 imp
👍 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 withou
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 th
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
> confi
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 you
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 mess
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 lis
18 matches
Mail list logo