Re: [VOTE] Apache Ignite 1.4.0 Release (RC1)

2015-09-25 Thread Sergi Vladykin
+1 Sergi 2015-09-25 16:52 GMT+03:00 Alexey Kuznetsov : > +1 > > On Fri, Sep 25, 2015 at 8:48 PM, Anton Vinogradov wrote: > > > +1 > > > > On Fri, Sep 25, 2015 at 3:49 PM, Denis Magda > wrote: > > > > > +1 > > > > > > -Original

Re: [VOTE] Apache Ignite 1.4.0 Release (RC1)

2015-09-25 Thread Gianfranco Murador
+1 2015-09-25 17:26 GMT+02:00 Sergi Vladykin : > +1 > > Sergi > > 2015-09-25 16:52 GMT+03:00 Alexey Kuznetsov : > > > +1 > > > > On Fri, Sep 25, 2015 at 8:48 PM, Anton Vinogradov wrote: > > > > > +1 > > > > > > On Fri, Sep 25,

Re: [VOTE] Apache Ignite 1.4.0 Release (RC1)

2015-09-25 Thread Vladimir Ozerov
+1 On Fri, Sep 25, 2015 at 6:38 PM, chandresh pancholi < chandreshpancholi...@gmail.com> wrote: > +1 > > On Fri, Sep 25, 2015 at 9:03 PM, Gianfranco Murador < > murador.gianfra...@gmail.com> wrote: > > > +1 > > > > 2015-09-25 17:26 GMT+02:00 Sergi Vladykin : > > > > >

Re: [VOTE] Apache Ignite 1.4.0 Release (RC1)

2015-09-25 Thread chandresh pancholi
+1 On Fri, Sep 25, 2015 at 9:03 PM, Gianfranco Murador < murador.gianfra...@gmail.com> wrote: > +1 > > 2015-09-25 17:26 GMT+02:00 Sergi Vladykin : > > > +1 > > > > Sergi > > > > 2015-09-25 16:52 GMT+03:00 Alexey Kuznetsov : > > > > > +1 > > > >

[jira] [Created] (IGNITE-1549) Optimize portable object fields write in non-raw mode.

2015-09-25 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-1549: --- Summary: Optimize portable object fields write in non-raw mode. Key: IGNITE-1549 URL: https://issues.apache.org/jira/browse/IGNITE-1549 Project: Ignite

Optimizing portable protocol.

2015-09-25 Thread Vladimir Ozerov
Igniters, Thorough analysis of portable object format lead me to conclusion that significant part of transferred data is either zeros, several constants (e.g. 0, 1, -1, true, false) or some redundant information. I created two tickets for this with high priority and I think we should at least

[GitHub] ignite pull request: Ignite 530

2015-09-25 Thread sylentprayer
GitHub user sylentprayer opened a pull request: https://github.com/apache/ignite/pull/106 Ignite 530 Fixes for https://issues.apache.org/jira/browse/IGNITE-530?focusedCommentId=14904705=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14904705 You can merge

Semaphore issue

2015-09-25 Thread Vladisav Jelisavcic
Hi everyone, my name is VJ, i would like to implement IgniteSemaphore datastructure ( IGNITE-638). My Jira ID is vladisav, can someone please assign it to me? Thanks, VJ

[jira] [Created] (IGNITE-1552) Table function doesn't work properly in SQL query

2015-09-25 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-1552: --- Summary: Table function doesn't work properly in SQL query Key: IGNITE-1552 URL: https://issues.apache.org/jira/browse/IGNITE-1552 Project: Ignite

Fwd: SQL IN operator example

2015-09-25 Thread Valentin Kulichenko
Sergi, Can you please take a look at this issue? I create a ticket and attached the test to it: https://issues.apache.org/jira/browse/IGNITE-1552 I already made some debugging and I think the reason is that TableFunction is parsed as an ordinary Function, so it's columnList field is ignored. As

[jira] [Created] (IGNITE-1553) Optimize transaction prepare step when store is enabled

2015-09-25 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-1553: Summary: Optimize transaction prepare step when store is enabled Key: IGNITE-1553 URL: https://issues.apache.org/jira/browse/IGNITE-1553 Project: Ignite

[jira] [Created] (IGNITE-1547) NPE if using HTTP REST

2015-09-25 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-1547: -- Summary: NPE if using HTTP REST Key: IGNITE-1547 URL: https://issues.apache.org/jira/browse/IGNITE-1547 Project: Ignite Issue Type: Bug

Re: ignite-schema-import

2015-09-25 Thread Dmitriy Setrakyan
Alexey, I have enabled schema-import profile, but know the whole project shows as RED in the Maven take in IDEA. All modules have problem with "com.sun.tools:1.4.2" dependency. Any idea? D. On Wed, Sep 16, 2015 at 11:22 PM, Alexey Kuznetsov wrote: > Seems that you

Re: ignite-schema-import

2015-09-25 Thread Alexey Kuznetsov
Dmitry, 1) Could you take a screenshot of Idea Maven tool window with expanded "profiles" and share with us via dropbox or smth. similar (apache dev list does not allow attachments)? 2) Try to do in Idea: Main menu -> Files -> Invalidate Caches / restart -> Invalidate and restart and after Idea

Re: ignite-schema-import

2015-09-25 Thread Anton Vinogradov
Dmitriy, Thats not a git issue, it's an IDEA warning. I have no such warning. Seems you have broken *.iml files or you are swithing betwen branches where some branches have schema-import module, but some not. Better way to fix broken files is to remove everything and checkout repository again.

[VOTE] Apache Ignite 1.4.0 Release (RC1)

2015-09-25 Thread Yakov Zhdanov
Dear Sirs! We have uploaded release candidate to https://dist.apache.org/repos/dist/dev/ignite/1.4.0-rc1/ I am very glad to mention that this is the first Ignite release as top level project! Thanks everyone for help this to happen! Tag name is ignite-1.4.0-rc1 1.4.0 changes: * Added SSL

More efficient writes of messages in direct mode.

2015-09-25 Thread Vladimir Ozerov
Igniters, Several observations on our "direct" message writes: 1) For some reason we write null arrays, maps and ints as "-1" integer, while it can be encoded in a single byte. And our cache messages have lots of containers, which are commonly null. 2) Some frequently used data types could

[jira] [Created] (IGNITE-1550) Optimize "direct" message serialization.

2015-09-25 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-1550: --- Summary: Optimize "direct" message serialization. Key: IGNITE-1550 URL: https://issues.apache.org/jira/browse/IGNITE-1550 Project: Ignite Issue Type:

Re: [NOTICE] TeamCity is down

2015-09-25 Thread Konstantin Boudnik
On Wed, Sep 23, 2015 at 10:20PM, Yakov Zhdanov wrote: > Cos, is it ok that none of the domain names mentioned in ticket responds? > Even those with "dig" output. Looks like our CI master is down as well ;( Will look at it, thanks! > > Created ticket for Ignite - >

Re: [VOTE] Apache Ignite 1.4.0 Release (RC1)

2015-09-25 Thread Anton Vinogradov
+1 On Fri, Sep 25, 2015 at 3:49 PM, Denis Magda wrote: > +1 > > -Original Message- > From: "Yakov Zhdanov" > Sent: ‎9/‎25/‎2015 15:37 > To: "dev@ignite.apache.org" > Subject: [VOTE] Apache Ignite 1.4.0 Release (RC1) > >

[jira] [Created] (IGNITE-1548) Optimize portable object header.

2015-09-25 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-1548: --- Summary: Optimize portable object header. Key: IGNITE-1548 URL: https://issues.apache.org/jira/browse/IGNITE-1548 Project: Ignite Issue Type: Task

Re: More efficient writes of messages in direct mode.

2015-09-25 Thread Dmitriy Setrakyan
Excellent points, and does not seem hard to do. On Fri, Sep 25, 2015 at 7:06 AM, Vladimir Ozerov wrote: > Igniters, > > Several observations on our "direct" message writes: > > 1) For some reason we write null arrays, maps and ints as "-1" integer, > while it can be