[jira] [Created] (IGNITE-8081) Document Kubernetes RBAC configuration to avoid 403 exception

2018-03-29 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-8081: --- Summary: Document Kubernetes RBAC configuration to avoid 403 exception Key: IGNITE-8081 URL: https://issues.apache.org/jira/browse/IGNITE-8081 Project: Ignite

Re: Memory usage per cache

2018-03-29 Thread Denis Magda
Alexey, If to rephrase it differently, if a cache/table belongs to a single cache group then its entries will never be mixed with the entries of another caches/tables in both data and index pages. Please confirm that my statement is correct. Also, does that counter accumulates size of

[GitHub] ignite pull request #3720: IGNITE-8076 Java Thin Client Authentication

2018-03-29 Thread kukushal
GitHub user kukushal opened a pull request: https://github.com/apache/ignite/pull/3720 IGNITE-8076 Java Thin Client Authentication You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8076 Alternatively

[GitHub] ignite pull request #3719: IGNITE-8048 merge query entities for dynamic cach...

2018-03-29 Thread akalash
GitHub user akalash opened a pull request: https://github.com/apache/ignite/pull/3719 IGNITE-8048 merge query entities for dynamic cache during joining node You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

[GitHub] ignite pull request #3717: IgniteConfigurationParityTest fix.

2018-03-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3717 ---

[jira] [Created] (IGNITE-8079) Service config variations test has flaky failures in Basic 2 suite: Not serializable

2018-03-29 Thread Dmitriy Pavlov (JIRA)
Dmitriy Pavlov created IGNITE-8079: -- Summary: Service config variations test has flaky failures in Basic 2 suite: Not serializable Key: IGNITE-8079 URL: https://issues.apache.org/jira/browse/IGNITE-8079

[GitHub] ignite pull request #3718: Ignite 2.4.2 p7

2018-03-29 Thread EdShangGG
GitHub user EdShangGG opened a pull request: https://github.com/apache/ignite/pull/3718 Ignite 2.4.2 p7 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2.4.2-p7 Alternatively you can review and

[GitHub] ignite pull request #3717: IgniteConfigurationParityTest fix.

2018-03-29 Thread alexpaschenko
GitHub user alexpaschenko opened a pull request: https://github.com/apache/ignite/pull/3717 IgniteConfigurationParityTest fix. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite dotnet-parity-test-fix

[jira] [Created] (IGNITE-8078) Add new metrics for data storage

2018-03-29 Thread Dmitriy Govorukhin (JIRA)
Dmitriy Govorukhin created IGNITE-8078: -- Summary: Add new metrics for data storage Key: IGNITE-8078 URL: https://issues.apache.org/jira/browse/IGNITE-8078 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-8077) Implement new JMX metrics for transactions

2018-03-29 Thread Dmitriy Govorukhin (JIRA)
Dmitriy Govorukhin created IGNITE-8077: -- Summary: Implement new JMX metrics for transactions Key: IGNITE-8077 URL: https://issues.apache.org/jira/browse/IGNITE-8077 Project: Ignite

[GitHub] ignite pull request #3687: IGNITE-8025 runMultiThreadedAsync cancellation fi...

2018-03-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3687 ---

[GitHub] ignite pull request #3649: IGNITE-7962 Avoid swallowing unexpected exception...

2018-03-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3649 ---

[jira] [Created] (IGNITE-8076) Java Thin Client Authentication

2018-03-29 Thread Alexey Kukushkin (JIRA)
Alexey Kukushkin created IGNITE-8076: Summary: Java Thin Client Authentication Key: IGNITE-8076 URL: https://issues.apache.org/jira/browse/IGNITE-8076 Project: Ignite Issue Type: Task

[GitHub] ignite pull request #3673: IGNITE-7990 Integrate MLP with partition based da...

2018-03-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3673 ---

[GitHub] ignite pull request #3716: IGNITE-8068: + GridAbstractTest.getFailureHandler...

2018-03-29 Thread x-kreator
GitHub user x-kreator opened a pull request: https://github.com/apache/ignite/pull/3716 IGNITE-8068: + GridAbstractTest.getFailureHandler methods. You can merge this pull request into a Git repository by running: $ git pull https://github.com/x-kreator/ignite ignite-8068

[jira] [Created] (IGNITE-8075) Add support for two new public methods in .NET API

2018-03-29 Thread Alexei Scherbakov (JIRA)
Alexei Scherbakov created IGNITE-8075: - Summary: Add support for two new public methods in .NET API Key: IGNITE-8075 URL: https://issues.apache.org/jira/browse/IGNITE-8075 Project: Ignite

[jira] [Created] (IGNITE-8074) Allow changing of tx rollback timeout on exchange in runtime.

2018-03-29 Thread Alexei Scherbakov (JIRA)
Alexei Scherbakov created IGNITE-8074: - Summary: Allow changing of tx rollback timeout on exchange in runtime. Key: IGNITE-8074 URL: https://issues.apache.org/jira/browse/IGNITE-8074 Project:

Re: Apache Ignite RPM packaging (Stage II)

2018-03-29 Thread Max Shonichev
1. About packaging/package.sh 1.1. I personally dislike the use of bashism, e.g. like reserved keywords, double '[[', double '((', but that's ok for targeted distro (RHEL/Centos). The only requirement is please add more comments in tough places to improve code readability and maintanbility.

[jira] [Created] (IGNITE-8073) Cache read metric is calculated incorrectly in atomic cache.

2018-03-29 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-8073: Summary: Cache read metric is calculated incorrectly in atomic cache. Key: IGNITE-8073 URL: https://issues.apache.org/jira/browse/IGNITE-8073 Project: Ignite

Re: Code inspection

2018-03-29 Thread Alexey Goncharuk
>From what I see, it should be rather easy to get a meaningful number of inspection failures to get something we can start working with. Namely, we have: Overly strong type cast (206) - mechanical work, easy to fix Assignment replaceable with operator assignment (23) - either mechanical work, or

[GitHub] ignite pull request #3715: IGNITE-7771 Names of Ignite JMX beans should not ...

2018-03-29 Thread aealeksandrov
GitHub user aealeksandrov opened a pull request: https://github.com/apache/ignite/pull/3715 IGNITE-7771 Names of Ignite JMX beans should not be quoted unless required Names of Ignite JMX beans and bean groups are currently quoted if they contain non-alphanumeric characters. This

Re: Memory usage per cache

2018-03-29 Thread Dmitriy Setrakyan
On Thu, Mar 29, 2018 at 1:20 AM, Alexey Goncharuk < alexey.goncha...@gmail.com> wrote: > Denis, > > Currently there is an easy way to add per-cache-group metrics for data and > index pages. There is an internal counter, but it is not published as an > MBean metric, we will do this as a part of

Re: Memory usage per cache

2018-03-29 Thread Alexey Goncharuk
Denis, Currently there is an easy way to add per-cache-group metrics for data and index pages. There is an internal counter, but it is not published as an MBean metric, we will do this as a part of IEP-6. As for the per-cache metrics, this can be implemented, but it will take a significantly

Re: Apache Ignite nightly nuget upload

2018-03-29 Thread Pavel Tupitsyn
Hi Petr, Sure, please go ahead. That was a temporary solution which has become permanent :) Thank you, Pavel On Wed, Mar 28, 2018 at 3:02 PM, Petr Ivanov wrote: > Hi, Pavel! > > > While working on moving TC tests to new scheme, I stumbled across this > build chain ([1] ->