Re: Seamless Ignite queries on Hibernate L2 cache

2015-05-29 Thread Yakov Zhdanov
Here are several points: 1. L2 cache may not contain all entries and query result may be inconsistent (to say the least) with DB. 2. Join queries over L2 cache are very questionable - data consistency, colocation are very hard to guarantee. 3. Maybe it is better to use query cache? 4. Or

[jira] [Created] (IGNITE-958) IGNITE-218: IGFS part

2015-05-29 Thread Ivan Veselovsky (JIRA)
Ivan Veselovsky created IGNITE-958: -- Summary: IGNITE-218: IGFS part Key: IGNITE-958 URL: https://issues.apache.org/jira/browse/IGNITE-958 Project: Ignite Issue Type: Bug

Ignite Mesos integration

2015-05-29 Thread Yakov Zhdanov
Guys, Nick Tikhonov has finished a pretty cool feature which allows to deploy Ignite cluster via Mesos framework. The code has already been merged to sprint-5 and will be available with next release. Documentation article is here -

Apache Ignite 1.1.0 (incubating) released

2015-05-29 Thread Yakov Zhdanov
Guys, 1.1.0 RC7 released as 1.1.0-incubating SVN: https://dist.apache.org/repos/dist/release/incubator/ignite/1.1.0/ Maven: https://repo1.maven.org/maven2/org/apache/ignite/*/1.1.0-incubating/ - * is for each module name Project website will be updated soon. --Yakov

[jira] [Created] (IGNITE-957) Rest handlers seems to do excessive submissions of the handling logic to parallel threads

2015-05-29 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-957: Summary: Rest handlers seems to do excessive submissions of the handling logic to parallel threads Key: IGNITE-957 URL: https://issues.apache.org/jira/browse/IGNITE-957

Web Configurator

2015-05-29 Thread Alexey Kuznetsov
Hi we (Andrey Novikov and I) working on IGNITE-843 issue. I attached first screenshots of cluster page to issue. -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: couple more NEWBIE tickets

2015-05-29 Thread Yakov Zhdanov
Marco, 945 is a bit simpler. I would also start with it. What you need to do is to replace transaction based logic inside GridCacheCommandHandler#appendOrPrepend() with org.apache.ignite.IgniteCache#invoke() preserving the semantics. If we remove explicit transaction start and change the whole

Re: The *-tests artifacts in maven repository

2015-05-29 Thread Anton Vinogradov
Sergey, *-tests artifacts contains shared tests. It means these tests are used by another modules. Everyone can use these tests as dependency in their maven projects instead of copying from sources. I see no reasons to discontinue deploying. On Fri, May 29, 2015 at 4:54 PM, Sergey Kozlov

Re: Marshalled object's footer content for fast fields retrieval

2015-05-29 Thread Denis Magda
Dmitriy, Yes, I'll support this kind of queries when enclosing objects' fields are used in a query. Denis On Friday, May 29, 2015, Dmitriy Setrakyan dsetrak...@apache.org wrote: Denis, We can still include the department name directly into the query (it would have to be named

Re: couple more NEWBIE tickets

2015-05-29 Thread Marko Jevtic
I don’t have permission to assign it to myself. My Jira user is: markoo On May 29, 2015, at 11:16 AM, Yakov Zhdanov yzhda...@apache.org wrote: Marco, 945 is a bit simpler. I would also start with it. What you need to do is to replace transaction based logic inside

Re: Hbase + Ignite integration

2015-05-29 Thread Devl Devel
Thanks for the tip, its the point HBase to it part I'm interested in. What changes in hbase-site.xml are needed to get this working? Cheers On Fri, May 29, 2015 at 9:03 PM, Dmitriy Setrakyan dsetrak...@apache.org wrote: In my opinion you just install Ignite Hadoop accelerator, which comes with

[jira] [Created] (IGNITE-959) Indexing: avoid sending key-value class definitions to servers when starting a cache

2015-05-29 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-959: --- Summary: Indexing: avoid sending key-value class definitions to servers when starting a cache Key: IGNITE-959 URL: https://issues.apache.org/jira/browse/IGNITE-959

Hbase + Ignite integration

2015-05-29 Thread Devl Devel
Hi All, If we configure Hadoop to use igfs:// is it possible to get Hbase to make use of ignite in some way? I.e. Hbase on Hadoop+Ignite? If so is there documentation or example Hbase settings for this? Although HBase has it's own caching it would be interesting to see the results of this

Re: Hbase + Ignite integration

2015-05-29 Thread Dmitriy Setrakyan
In my opinion you just install Ignite Hadoop accelerator, which comes with IGFS and point HBase to it. Here is the link to the documentation: http://apacheignite.readme.io/v1.1/docs/hadoop-accelerator Vladimir, Ivan, given that you are much better experts on the Hadoop functionality, feel free to

Re: [RESULT][VOTE] Apache Ignite 1.1.0 release (RC7)

2015-05-29 Thread Branko Čibej
On 28.05.2015 13:43, Yakov Zhdanov wrote: Hello! The vote has been finished with 4 +1 votes and 0 0 and 0 -1. Thanks to all who voted: 1. Cos 2. Brane 3. Jan 4. Roman Here is the link to the thread:

Re: Marshalled object's footer content for fast fields retrieval

2015-05-29 Thread Dmitriy Setrakyan
Denis, We can still include the department name directly into the query (it would have to be named differently from person name): select * from Employee where depName = ? Are you still going to support this? D. On Thu, May 28, 2015 at 10:49 PM, Denis Magda dma...@gridgain.com wrote:

Re: Web Configurator

2015-05-29 Thread Alexey Kuznetsov
Link to issue: https://issues.apache.org/jira/browse/IGNITE-850 Latest screenshots: https://issues.apache.org/jira/secure/attachment/12736109/843-clusters-default.png https://issues.apache.org/jira/secure/attachment/12736110/843-clusters-advanced.png On Fri, May 29, 2015 at 9:19 PM, Dmitriy