Re: Enabling Redis protocol with Ignite

2016-03-23 Thread Dmitriy Setrakyan
Roman, if you can implement it within a couple of months, it will be great. I also think this feature is big enough to warrant a new branch. This way we can all do periodic reviews and provide comments. D. On Wed, Mar 23, 2016 at 6:13 PM, Roman Shtykh wrote: > Yakov, > Thanks for the pointers,

Re: Enabling Redis protocol with Ignite

2016-03-23 Thread Roman Shtykh
Yakov, Thanks for the pointers, that's exactly what I needed. RESP (REdis Serialization Protocol) is not that complex, but depending on my other tasks it may take a month or two. I plan to implement the integration iteratively starting with the most used generic commands.If you need it earlier,

HDFS iNotify

2016-03-23 Thread Michael André Pearce
IGFS cache’s HDFS, as like any caching if the underlying store changes you can end up with a dirty read/inconsistent view, or you end up having to poll the original source, also if you want to pre-cache new data added to the underlying the same challenges applies. This has already been noted a

iNotify

2016-03-23 Thread Michael André Pearce
IGFS cache’s HDFS, as like any caching if the underlying store changes you can end up with a dirty read/inconsistent view, or you end up having to poll the original source, also if you want to pre-cache new data added to the underlying the same challenges applies. This has already been noted a

Ambrai Plugin

2016-03-23 Thread Michael André Pearce
As many organisations use an ODPi based Hadoop cluster, namely : HDP, Pivotal, IBM , these all are provisioned by Apache Ambari, as such to aid wider adoption and simplify setup and monitoring, i feel it would be advantagous for an Ambari Plugin to be supported by the ignite. currently it is a v

Re: Semaphore blocking on tryAcquire() while holding a cache-lock

2016-03-23 Thread Yakov Zhdanov
Vlad, can you please check my comments again? --Yakov 2016-03-18 17:57 GMT+03:00 Vladisav Jelisavcic : > Hi Yakov, > > yes, thanks for the comments, I think everything should be ok now, > please review the PR and tell me if you think anything else is needed. > > Once ignite-642 is merged into ma

Re: Enabling Redis protocol with Ignite

2016-03-23 Thread Yakov Zhdanov
Roman, I like the idea! How complex is the protocol implementation? How long will it take to implement? As far as I remember TcpRestParser switches the correct mode on as soon as it receives the first message over the connection. You can try adding Redis mode to it. Is that what you ask for?

[GitHub] ignite pull request: Tmp PR.

2016-03-23 Thread ashutakGG
Github user ashutakGG closed the pull request at: https://github.com/apache/ignite/pull/574 --- 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 e

[GitHub] ignite pull request: Tmp PR.

2016-03-23 Thread ashutakGG
GitHub user ashutakGG opened a pull request: https://github.com/apache/ignite/pull/574 Tmp PR. Yardstick restarts on Aws investigation You can merge this pull request into a Git repository by running: $ git pull https://github.com/ashutakGG/incubator-ignite tmp-yardstick-debu

[GitHub] ignite pull request: IGNITE-2882 .NET: Fix JNI init error propagat...

2016-03-23 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/573 IGNITE-2882 .NET: Fix JNI init error propagation and examples memory usage You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ig

[GitHub] ignite pull request: IGNITE-2844 .NET: Implement ICache.LoadAll

2016-03-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/562 --- 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

Enabling Redis protocol with Ignite

2016-03-23 Thread Roman Shtykh
Igniters, I was thinking on enabling Redis protocol with Ignite [1] so that any Redis client can use Ignite transparently. Currently I have two ideas. 1. Implement it as a core functionality by adding GridRedisProtocol and appropriate commands/handlers, similarly to how it is done with REST and

[jira] [Created] (IGNITE-2882) .NET: Examples fail on 32-bit OS

2016-03-23 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-2882: -- Summary: .NET: Examples fail on 32-bit OS Key: IGNITE-2882 URL: https://issues.apache.org/jira/browse/IGNITE-2882 Project: Ignite Issue Type: Bug