Re: Review of IGNITE-11521

2019-03-13 Thread Yakov Zhdanov
Lukas, would you be so kind as to suggest edits for the mentioned documentation page. Your suggesions will be reviewed and incorporated. Thanks! --Yakov

Re: Review of IGNITE-11521

2019-03-13 Thread Lukas Polacek
We've changed our code to use IgniteConfiguration#setLocalEventListeners instead and it works fine, so at this point we don't need to get the pull request accepted. However, if you think it will be useful, I don't mind finishing the work. Yakov, should I create a bug for the documentation update?

Re: Review of IGNITE-11521

2019-03-13 Thread Yakov Zhdanov
I think there should be a link on the page - Suggest edits --Yakov

Re: Best Effort Affinity for thin clients

2019-03-13 Thread Igor Sapego
Well, yes, this looks like a simplest solution. Let's implement it for the beginning and set this feature to "false" by default, as this feature looks complex, probably error-prone, and should be considered in a "beta" state for the first release. Best Regards, Igor On Mon, Mar 11, 2019 at 8:04

Re: Best Effort Affinity for thin clients

2019-03-13 Thread Igor Sapego
For the "false" I mean "disable" here. BTW, I believe we should name this parameter in a positive way: EnableAffinityAwareness, not disable. Best Regards, Igor On Wed, Mar 13, 2019 at 12:50 PM Igor Sapego wrote: > Well, yes, this looks like a simplest solution. Let's implement it for the > be

[jira] [Created] (IGNITE-11536) Add information about possible long GC pause to checkpoint started message.

2019-03-13 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-11536: --- Summary: Add information about possible long GC pause to checkpoint started message. Key: IGNITE-11536 URL: https://issues.apache.org/jira/browse/IGNITE-11536 P

[jira] [Created] (IGNITE-11537) SQL: enchanced log mode for SQL queries

2019-03-13 Thread Taras Ledkov (JIRA)
Taras Ledkov created IGNITE-11537: - Summary: SQL: enchanced log mode for SQL queries Key: IGNITE-11537 URL: https://issues.apache.org/jira/browse/IGNITE-11537 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-11538) SQL: Support new features (precision, scale, etc) in JDBC drivers

2019-03-13 Thread Pavel Kuznetsov (JIRA)
Pavel Kuznetsov created IGNITE-11538: Summary: SQL: Support new features (precision, scale, etc) in JDBC drivers Key: IGNITE-11538 URL: https://issues.apache.org/jira/browse/IGNITE-11538 Project:

[jira] [Created] (IGNITE-11539) Document services hot redeployment via DeploymentSpi

2019-03-13 Thread Vyacheslav Daradur (JIRA)
Vyacheslav Daradur created IGNITE-11539: --- Summary: Document services hot redeployment via DeploymentSpi Key: IGNITE-11539 URL: https://issues.apache.org/jira/browse/IGNITE-11539 Project: Ignite

Re: Best Effort Affinity for thin clients

2019-03-13 Thread Pavel Tupitsyn
Default value for boolean is false, and I though we'll have the feature enabled by default. But I agree with you. Let's disable by default and name the config property EnableAffinityAwareness. On Wed, Mar 13, 2019 at 12:52 PM Igor Sapego wrote: > For the "false" I mean "disable" here. > > BTW, I

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

2019-03-13 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: how to get zipkin tracing of REST calls from one microservice to all microservices calls from any task defined in apache ignite

2019-03-13 Thread Aditya Kumar
Hi Team, I was using ignite as dependecy in our application and was able to trace end to end trace microservice calls. Then, to let ignite handle our services in compute task, we removed all spring-boot dependencies and created task for each service we had in our microservice. The issue we ar

Re: how to get zipkin tracing of REST calls from one microservice to all microservices calls from any task defined in apache ignite

2019-03-13 Thread Павлухин Иван
Hi, As far as I remember zipkin defines tracing units in a current thread of execution. I cannot say for sure what goes wrong in your case. But it might be that traced execution on ser3 side switches from one thread to another and you see 2 units as a result. чт, 14 мар. 2019 г. в 02:09, Aditya K