[GitHub] ignite pull request: IGNITE-944 HTTP REST log command doesn't work

2015-12-26 Thread samaitra
GitHub user samaitra opened a pull request: https://github.com/apache/ignite/pull/383 IGNITE-944 HTTP REST log command doesn't work You can merge this pull request into a Git repository by running: $ git pull https://github.com/samaitra/ignite IGNITE-944 Alternatively you can

Re: [VOTE] Apache Ignite 1.5.0.final

2015-12-26 Thread Konstantin Boudnik
Agree with Sergey - the source archive should be build independently, perhaps as a part of the release target. Fixing source manually won't work, because then the content of the release tarball will be different from the release commit. These seem to be a relatively point-fixes and should require

Re: [VOTE] Apache Ignite 1.5.0.final

2015-12-26 Thread Dmitriy Setrakyan
Why not just properly fix all the points? I like Vladimir’s suggestion for (3). Should we add/change build instructions in the DEVNOTES.txt? On Sat, Dec 26, 2015 at 8:20 AM, Anton Vinogradov wrote: > Hi, > > 1-2) > Seems that we have to have dotnet build folder located at "regular" java > target

Re: [VOTE] Apache Ignite 1.5.0.final

2015-12-26 Thread Anton Vinogradov
Hi, 1-2) Seems that we have to have dotnet build folder located at "regular" java target folder which will be automatically excluded at source package build. Another way is to configure "source-release-assembly" at "apache-release" profile somehow. And last one case is to build source package at s

[GitHub] ignite pull request: ignite-2288: Changed F.first(Iterable) to use...

2015-12-26 Thread ilantukh
GitHub user ilantukh opened a pull request: https://github.com/apache/ignite/pull/382 ignite-2288: Changed F.first(Iterable) to use index-based lookup for Lists. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ilantukh/ignite ign

[jira] [Created] (IGNITE-2297) DirectByteBufferStreamImplV2: add special cases for maps with a single element.

2015-12-26 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2297: --- Summary: DirectByteBufferStreamImplV2: add special cases for maps with a single element. Key: IGNITE-2297 URL: https://issues.apache.org/jira/browse/IGNITE-2297

Re: [VOTE] Apache Ignite 1.5.0.final

2015-12-26 Thread Sergey Kozlov
Hi I analyzed the build log for Apache Ignite 1.5.0.final-rc1 and found that we make a source archive after building of fabric edition. It seems it caused the issue raised by Cos. I propose to move the step of source archiving before any build steps and may be run RAT against source zip file.

[jira] [Created] (IGNITE-2296) Apache copyright link opens 404 page

2015-12-26 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2296: - Summary: Apache copyright link opens 404 page Key: IGNITE-2296 URL: https://issues.apache.org/jira/browse/IGNITE-2296 Project: Ignite Issue Type: Bug

Re: Caches statistics on/off on the fly

2015-12-26 Thread Alexey Goncharuk
Sure, I unsassigned this issue from me in case if anyone wants to implement this.

[jira] [Created] (IGNITE-2295) .Net: Provide performance counters

2015-12-26 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-2295: -- Summary: .Net: Provide performance counters Key: IGNITE-2295 URL: https://issues.apache.org/jira/browse/IGNITE-2295 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-2294) Implement SQL DML (insert, update, delete) cluses.

2015-12-26 Thread Sergi Vladykin (JIRA)
Sergi Vladykin created IGNITE-2294: -- Summary: Implement SQL DML (insert, update, delete) cluses. Key: IGNITE-2294 URL: https://issues.apache.org/jira/browse/IGNITE-2294 Project: Ignite Issue

[jira] [Created] (IGNITE-2293) Review CacheContinuousQueryHandler.EntryBuffer concurrency.

2015-12-26 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2293: --- Summary: Review CacheContinuousQueryHandler.EntryBuffer concurrency. Key: IGNITE-2293 URL: https://issues.apache.org/jira/browse/IGNITE-2293 Project: Ignite

[jira] [Created] (IGNITE-2292) Add ability to build .NET platform from Maven.

2015-12-26 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2292: --- Summary: Add ability to build .NET platform from Maven. Key: IGNITE-2292 URL: https://issues.apache.org/jira/browse/IGNITE-2292 Project: Ignite Issue T

Re: [VOTE] Apache Ignite 1.5.0.final

2015-12-26 Thread Vladimir Ozerov
Cos, p.1 and p.2 appear to be the same - folder "modules/platforms/dotnet/bin" should not exist in source release, only in binary build. p.3 - looks like we need make .NET and CPP docs creation step off by default and enable it only if particular flag is set. For now behavior is the opposite - doc