[jira] [Created] (IGNITE-9505) IGFS Hadoop wrapper v1 doesn't implement getScheme()

2018-09-09 Thread Rob Gibbon (JIRA)
Rob Gibbon created IGNITE-9505: -- Summary: IGFS Hadoop wrapper v1 doesn't implement getScheme() Key: IGNITE-9505 URL: https://issues.apache.org/jira/browse/IGNITE-9505 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-9504) Classpath cannot be customised

2018-09-09 Thread Rob Gibbon (JIRA)
Rob Gibbon created IGNITE-9504: -- Summary: Classpath cannot be customised Key: IGNITE-9504 URL: https://issues.apache.org/jira/browse/IGNITE-9504 Project: Ignite Issue Type: Bug Affects Versi

Re: IGNITE-7482 Cursor in TextQuery fetches all data in first call to next() or hasNext()

2018-09-09 Thread Tâm Nguyễn Mạnh
Hi, I have not been assigned yet. But i really want to. On Fri, Sep 7, 2018 at 4:13 PM Ilya Kasnacheev wrote: > Hello! > > Can you please frame it as Github pull request as per our process? Do you > have ticket for that? > > Regards, > -- > Ilya Kasnacheev > > > пт, 7 сент. 2018 г. в 5:08, Tâm N

Re: .Net MethodVisitor ambiguous exception during get StringMethod "Contains"

2018-09-09 Thread Tâm Nguyễn Mạnh
Hi Paven, This is not compile error, this is runtime error. I got this while i try to use linq to query name contains (.NET core) On Sun, Sep 9, 2018 at 5:29 PM Pavel Tupitsyn wrote: > Hi, > > Do you mean that you can't compile the code? > It certainly compiles (under full .NET, .NET Core, and

Re: Questions about getAllInternal(...)

2018-09-09 Thread steve.hostett...@gmail.com
Hello Alexey, Thanks for the answer. It does help but I can't help thinking that the sort of one size fits all approach would have important performance consequences on simple use cases (read only local or replicated caches). Wouldn't be useful to have the option for a on heap non serialized cach

Re: Critical worker threads liveness checking drawbacks

2018-09-09 Thread David Harvey
It would be safer to restart the entire cluster than to remove the last node for a cache that should be redundant. On Sun, Sep 9, 2018, 4:00 PM Andrey Gura wrote: > Hi, > > I agree with Yakov that we can provide some option that manage worker > liveness checker behavior in case of observing that

Re: Critical worker threads liveness checking drawbacks

2018-09-09 Thread Andrey Gura
Hi, I agree with Yakov that we can provide some option that manage worker liveness checker behavior in case of observing that some worker is blocked too long. At least it will some workaround for cases when node fails is too annoying. Backups count threshold sounds good but I don't understand ho

[GitHub] ignite pull request #4707: IGNITE-9384 Transaction status can be set incorre...

2018-09-09 Thread agura
GitHub user agura opened a pull request: https://github.com/apache/ignite/pull/4707 IGNITE-9384 Transaction status can be set incorrectly due to a race on prepare phase You can merge this pull request into a Git repository by running: $ git pull https://github.com/agura/incub

[jira] [Created] (IGNITE-9503) Visor CMD shows wrong REPLICATED cache max size

2018-09-09 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-9503: --- Summary: Visor CMD shows wrong REPLICATED cache max size Key: IGNITE-9503 URL: https://issues.apache.org/jira/browse/IGNITE-9503 Project: Ignite Issue Type: Ta

Re: How to throttle/limit the cache-store read threads?

2018-09-09 Thread Saikat Maitra
Hi Mridul, Have you considered the option of creating a dedicated Threadpool for the cache store operations. Here is an example http://commons.apache.org/dormant/threadpool/ Another option would be to consider Hystrix Command Threadpool since you mentioned that the cache store is remote web serv

[jira] [Created] (IGNITE-9502) .NET: Add IoC/DI support

2018-09-09 Thread Artyom Sokolov (JIRA)
Artyom Sokolov created IGNITE-9502: -- Summary: .NET: Add IoC/DI support Key: IGNITE-9502 URL: https://issues.apache.org/jira/browse/IGNITE-9502 Project: Ignite Issue Type: Improvement

IoC/DI support in Apache Ignite.NEt

2018-09-09 Thread Artyom Sokolov
Hello, I would like to start implementing IoC/DI support (Autofac, Castle Windsor, etc.) in Apache Ignite.NET. Please add me as a contributor in JIRA, so I could create ticket and start working on this. My JIRA username is applicazza. Cheers, Artyom.

How to throttle/limit the cache-store read threads?

2018-09-09 Thread Mridul Chopra
Hello, I have implemented a cache store for read-through ignite caching, whenever there is a read-through operation through the cache-store, I want to limit this to single thread or at max 2. The reason behind the same is due to the fact that the underlying cache store is a remote Rest based webse

Re: .Net MethodVisitor ambiguous exception during get StringMethod "Contains"

2018-09-09 Thread Pavel Tupitsyn
Hi, Do you mean that you can't compile the code? It certainly compiles (under full .NET, .NET Core, and Mono, on Windows and Linux), so it seems like some issue with your environment. Can you do a fresh git checkout, then run `build.bat`? Pavel On Fri, Sep 7, 2018 at 5:16 AM Tâm Nguyễn Mạnh wro