[jira] [Created] (IGNITE-2570) LoadCacheClosure and several other classes in GridCacheAdapter are not marked as internal

2016-02-05 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-2570: --- Summary: LoadCacheClosure and several other classes in GridCacheAdapter are not marked as internal Key: IGNITE-2570 URL: https://issues.apache.org/jira/browse/IGNITE

Re: Proxy serialization issue

2016-02-05 Thread Valentin Kulichenko
Folks, I fixed this issue and committed to master. -Val On Thu, Jan 28, 2016 at 11:56 AM, Dmitriy Setrakyan wrote: > In my view we should go ahead and fix it. How can we break something that > never worked? > > On Thu, Jan 28, 2016 at 11:00 AM, Valentin Kulichenko < > valentin.kuliche...@gmail

Re: API doc for .NET

2016-02-05 Thread Dmitriy Setrakyan
Great! Now we have to work on adding C++ documentation in readme. D. On Fri, Feb 5, 2016 at 12:40 PM, Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > I uploaded the docs and added links under 'Documentation' menu on the > website. > > https://ignite.apache.org/releases/1.5.0.final/

Re: API doc for .NET

2016-02-05 Thread Valentin Kulichenko
I uploaded the docs and added links under 'Documentation' menu on the website. https://ignite.apache.org/releases/1.5.0.final/dotnetdoc/ https://ignite.apache.org/releases/1.5.0.final/cppdoc/ -Val On Thu, Feb 4, 2016 at 10:04 PM, Vladimir Ozerov wrote: > We have doxygen plans which generate do

Re: Client Cache metrics API design discussion.

2016-02-05 Thread Dmitriy Setrakyan
Agree. All metrics should return the data for the whole cache, unless specifically specified otherwise by user. D. On Fri, Feb 5, 2016 at 10:56 AM, Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > Vladimir, > > As I already suggested in the ticket [1], I think that by default we sho

Re: Client Cache metrics API design discussion.

2016-02-05 Thread Valentin Kulichenko
Vladimir, As I already suggested in the ticket [1], I think that by default we should return metrics for the whole cluster. Now we collect them only from local node, which is confusing, especially on the client. If one needs metrics for one node or from subset of nodes, metrics(ClusterGroup) metho

Re: Proxy serialization issue

2016-02-05 Thread Valentin Kulichenko
Alex, I don't know in advance how many bytes I will write because some classes can be successfully registered, but some not. Therefore I can't extend by more than 5 bytes at this point. Makes sense? -Val On Fri, Feb 5, 2016 at 4:02 AM, Alexey Goncharuk wrote: > Val, > > The code looks good to

[GitHub] ignite pull request: IGNITE-2564: MemoryReallocate handler added.

2016-02-05 Thread isapego
GitHub user isapego opened a pull request: https://github.com/apache/ignite/pull/460 IGNITE-2564: MemoryReallocate handler added. You can merge this pull request into a Git repository by running: $ git pull https://github.com/isapego/ignite ignite-2564 Alternatively you can r

[jira] [Created] (IGNITE-2569) Ignite GridComponent used incorrectly during IgniteStart. Could cause NPE

2016-02-05 Thread Vladimir Ershov (JIRA)
Vladimir Ershov created IGNITE-2569: --- Summary: Ignite GridComponent used incorrectly during IgniteStart. Could cause NPE Key: IGNITE-2569 URL: https://issues.apache.org/jira/browse/IGNITE-2569 Proje

[jira] [Created] (IGNITE-2568) IGFS cannot be used as Apache Drill data source.

2016-02-05 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2568: --- Summary: IGFS cannot be used as Apache Drill data source. Key: IGNITE-2568 URL: https://issues.apache.org/jira/browse/IGNITE-2568 Project: Ignite Issue

Client Cache metrics API design discussion.

2016-02-05 Thread Vladimir Ershov
Igniters! Here is a handsome moment in our current cache metrics API, that begs for an improvement and due to it significancy assumed to be discussed communitywise. Current CacheMetrics interface is confusing for a case, when it is accessed from a client node. One of the typical question is: *what

[jira] [Created] (IGNITE-2567) Grouping

2016-02-05 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-2567: -- Summary: Grouping Key: IGNITE-2567 URL: https://issues.apache.org/jira/browse/IGNITE-2567 Project: Ignite Issue Type: Sub-task Reporter: Pave

[GitHub] ignite pull request: IGNITE-2324 Fixed remaining code analysis war...

2016-02-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/436 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[jira] [Created] (IGNITE-2566) Get rid of MiniFutures in GridDhtTxPrepareFuture

2016-02-05 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-2566: Summary: Get rid of MiniFutures in GridDhtTxPrepareFuture Key: IGNITE-2566 URL: https://issues.apache.org/jira/browse/IGNITE-2566 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-2565) TCK suite fail periodically

2016-02-05 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-2565: Summary: TCK suite fail periodically Key: IGNITE-2565 URL: https://issues.apache.org/jira/browse/IGNITE-2565 Project: Ignite Issue Type: Bug Affe

Re: Proxy serialization issue

2016-02-05 Thread Alexey Goncharuk
Val, The code looks good to me. The only place that made me wonder was out.unsafeEnsure(1 + 4) call which extends the stream by 5 bytes, however we can write significantly more bytes. I see that we use the same approach in other places, so I was wondering if this is a required call or a performanc

[jira] [Created] (IGNITE-2564) CPP: Memory reallocation callback doesn't work.

2016-02-05 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2564: --- Summary: CPP: Memory reallocation callback doesn't work. Key: IGNITE-2564 URL: https://issues.apache.org/jira/browse/IGNITE-2564 Project: Ignite Issue

[jira] [Created] (IGNITE-2563) Queries: ArrayIndexOutOfBoundsException

2016-02-05 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-2563: -- Summary: Queries: ArrayIndexOutOfBoundsException Key: IGNITE-2563 URL: https://issues.apache.org/jira/browse/IGNITE-2563 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-2562) Affix is blinking in some cases

2016-02-05 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2562: Summary: Affix is blinking in some cases Key: IGNITE-2562 URL: https://issues.apache.org/jira/browse/IGNITE-2562 Project: Ignite Issue Type: Sub-task