[MTCGA]: new failures in builds [4874916, 4874915] needs to be handled

2019-12-24 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

Re: TDE Master key rotation (Phase-2)

2019-12-24 Thread Nikita Amelchev
Hello Igniters! Nikolay almost finished PR review. Does anyone else want to look at the changes? [1] I implemented master key change management through Java API and JMX. I created the issue [2] to implement change through control.sh that I will do after the merge first one. [1]

[jira] [Created] (IGNITE-12492) TDE - Phase-2. Documentation.

2019-12-24 Thread Amelchev Nikita (Jira)
Amelchev Nikita created IGNITE-12492: Summary: TDE - Phase-2. Documentation. Key: IGNITE-12492 URL: https://issues.apache.org/jira/browse/IGNITE-12492 Project: Ignite Issue Type:

Re: Warning from user/dev lists mailing program

2019-12-24 Thread Ivan Pavlukhin
Denis, Thank you for advice! Also one idea came to mind. As messages sent via nabble portal might be lost, can we disable sending messages via nabble at all? вт, 24 дек. 2019 г. в 20:38, Denis Magda : > > Ivan, > > Probably, INFRA team can give advice or clear things out. Please try to > reach

Re: Warning from user/dev lists mailing program

2019-12-24 Thread Denis Magda
Ivan, Probably, INFRA team can give advice or clear things out. Please try to reach them out by opening a ticket in Jira. On Tuesday, December 24, 2019, Ivan Pavlukhin wrote: > I went through all such warnings in my inbox and all they are for > messages sent from nabble portal [1]. Currently I

Re: Discovery-based services deployment guarantees question

2019-12-24 Thread Vyacheslav Daradur
> even the local deployment looks broken: if a compute job > is sent to a remote node after the service deployment This is a different case and covered by retries: * If you deploy a service from node A to node B, then take a proxy from node A (deployment initiator) it should NOT fail even if node

Re: Discovery-based services deployment guarantees question

2019-12-24 Thread Alexey Goncharuk
Ok, got it. I agree that this is consistent with the old behavior, but this is the kind of errors we wanted to get rid of when we started the IEP. From the user perspective, even the local deployment looks broken: if a compute job is sent to a remote node after the service deployment, the job

Re: Discovery-based services deployment guarantees question

2019-12-24 Thread Vyacheslav Daradur
Not sure that "user fallback" is the right definition, it is not new behaviour in comparison with legacy implementation. Our synchronous deployment provides guaranties for a deployment initiator to be able to start work with service immediately after deployment finished successfully. For not the

Re: Discovery-based services deployment guarantees question

2019-12-24 Thread Alexey Goncharuk
What should be the user fallback in this case? Retry infinitely? Is there a way to wait for the proper deployment? вт, 24 дек. 2019 г. в 12:41, Vyacheslav Daradur : > I’ll take a look at the end of the week. > > There is one more use-case: > * if you initiate deployment from node A, but getting

Re: PME speedup #2, TX recovery delay elimination.

2019-12-24 Thread Anton Vinogradov
Rechecked TC two more times. Going to merge to master in case no objections here. On Mon, Dec 23, 2019 at 1:44 PM Anton Vinogradov wrote: > Igniters, > > One more PME optimization ready to be reviewed. > I found a strange tx recovery delay caused by IGNITE_TX_SALVAGE_TIMEOUT. > I've checked the

Re: Warning from user/dev lists mailing program

2019-12-24 Thread Ivan Pavlukhin
I went through all such warnings in my inbox and all they are for messages sent from nabble portal [1]. Currently I have following guesses: 1. Something is wrong with content type. 2. Something is wrong with sender address (via portal). [1] Sent from:

Improve logging of Data Region configuration

2019-12-24 Thread Ilya Kasnacheev
Hello! It came to my attention that we output data regions' configurations twice when starting node, but we never output list of data regions (including system, etc) that were actually started. First we have IgniteConfiguration printed (quiet=false): 2019-07-24 02:33:33.918[INFO

Re: Warning from user/dev lists mailing program

2019-12-24 Thread Ivan Pavlukhin
Another one valuable opinion missed [1] (at least my inbox). [1] http://apache-ignite-developers.2346864.n4.nabble.com/Critical-worker-threads-liveness-checking-drawbacks-tp34783p34978.html вт, 24 дек. 2019 г. в 13:48, Ivan Pavlukhin : > > Actually it would be great resolve this somehow. I

Re: Log level changes in GridCacheWriteBehindStore.updateStore

2019-12-24 Thread Ilya Kasnacheev
Hello! I have merged your PR to master after some tweaks. Regards, -- Ilya Kasnacheev пт, 20 дек. 2019 г. в 09:44, Sunny Chan, CLSA : > Sorry for taking so long, but it has dropped down my priority list :( > > I have now provided a github pull request for the logging changes I would > like

Re: Warning from user/dev lists mailing program

2019-12-24 Thread Ivan Pavlukhin
Actually it would be great resolve this somehow. I checked rejected messages and found one [1] related to really important ticket. It was not delivered to my inbox at all =( [1]

Apache Ignite 2.8 RELEASE [Time, Scope, Manager]

2019-12-24 Thread Zhenya Stanilovsky
Igniters, i`l try to compare 2.8 release candidate vs 2.7.6, last sha 2.8 was build from :  9d114f3137f92aebc2562a i use yardstick benchmarks, 4 bare machine with:  2x Xeon X5570 96Gb 512GB SSD 2048GB HDD 10GB/s 1 for  client (driver) and 3 for servers. this mappings for graphs and real

Re: Discovery-based services deployment guarantees question

2019-12-24 Thread Vyacheslav Daradur
I’ll take a look at the end of the week. There is one more use-case: * if you initiate deployment from node A, but getting proxy on node B (which isn’t deployment initiator) to call service on node A - it may fail with "service not found", this is expected behaviour because we didn't provide such

[jira] [Created] (IGNITE-12491) Eliminate contention on ConcurrentHashMap.size()

2019-12-24 Thread Ivan Bessonov (Jira)
Ivan Bessonov created IGNITE-12491: -- Summary: Eliminate contention on ConcurrentHashMap.size() Key: IGNITE-12491 URL: https://issues.apache.org/jira/browse/IGNITE-12491 Project: Ignite

Re: Discovery-based services deployment guarantees question

2019-12-24 Thread Alexey Goncharuk
Well, this is exactly the case. The service is deployed from node A, the proxy is created on node B, and "service not found" exception gets thrown to a user anyway. Perhaps, the retry happens too fast? Created a ticket [1]. [1] https://issues.apache.org/jira/browse/IGNITE-12490 пн, 23 дек. 2019

[jira] [Created] (IGNITE-12490) Service proxy throws "Service not found" exception right after deploy

2019-12-24 Thread Alexey Goncharuk (Jira)
Alexey Goncharuk created IGNITE-12490: - Summary: Service proxy throws "Service not found" exception right after deploy Key: IGNITE-12490 URL: https://issues.apache.org/jira/browse/IGNITE-12490