[GitHub] ignite pull request #4020: IGNITE-8525: Support for IgniteZeroMqStreamer non...

2018-05-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4020 ---

RE: Null check removal in IGNITE-5779

2018-05-22 Thread Sunny Chan, CLSA
Actually I have worked it out: The null check is actually moved to the loadAll method in CassandraCacheStore (https://github.com/apache/ignite/blob/b4a95e7b1574404333912e9cf5564d336fb39130/modules/cassandra/store/src/main/java/org/apache/ignite/cache/store/cassandra/CassandraCacheStore.java#L275)

[jira] [Created] (IGNITE-8566) Web console: replace extract-text-webpack-plugin with mini-css-extract-plugin

2018-05-22 Thread Ilya Borisov (JIRA)
Ilya Borisov created IGNITE-8566: Summary: Web console: replace extract-text-webpack-plugin with mini-css-extract-plugin Key: IGNITE-8566 URL: https://issues.apache.org/jira/browse/IGNITE-8566 Project

Re: Upgrading Ignite to JCache 1.1

2018-05-22 Thread Dmitriy Setrakyan
Igniters, It will be great if someone in the community would pick this up. The amount of changes are minimal and many of them only have to do with clarifying the documentation. However, removing JSR 107 license confusion in 1.1 would be great for Ignite. D. On Tue, May 22, 2018 at 3:04 PM, Denis

Re: Upgrading Ignite to JCache 1.1

2018-05-22 Thread Denis Magda
Here is a list of all changes: https://groups.google.com/forum/#!topic/jsr107/BC1qKqknzKU The primary argument for the migration is a license. JCache 1.0 is licensed by Oracle that causes legal issues for some of the users. Once we upgrade to JCache 1.1 the won't longer be a big deal. However, on

Re: Discussion: Upgrade Ignite Spark Module's Spark version to 2.3.0

2018-05-22 Thread Denis Magda
Thanks, Ray, Personally, I'm fine with the proposed changes. According to Maven stats spark-2.10 we have 12x times fewer downloads for ignite-spark-2.10 vs. ignite-spark. So it sounds reasonable to drop the legacy Spark version in favor of the Spark 2.3 optimizations. -- Denis On Mon, May 21, 2

Re: Baseline topology documentation clarified: usage scenarios and definition

2018-05-22 Thread Ivan Rakov
I used to present some slides introducing baseline topology concept. Please feel free to use or change any pictures. https://docs.google.com/presentation/d/1DVLwlaR0zPIuL5YMkX8MyGLutZw-tvK9InDTCvubAEQ/edit?usp=sharing Best Regards, Ivan Rakov On 18.05.2018 15:20, Dmitriy Setrakyan wrote: Great

[jira] [Created] (IGNITE-8564) DataStreamer fails if client reconnected to the cluster and allowOverride = true

2018-05-22 Thread Ilya Kasnacheev (JIRA)
Ilya Kasnacheev created IGNITE-8564: --- Summary: DataStreamer fails if client reconnected to the cluster and allowOverride = true Key: IGNITE-8564 URL: https://issues.apache.org/jira/browse/IGNITE-8564

Re: Orphaned, duplicate, and main-class tests!

2018-05-22 Thread Ilya Kasnacheev
Hello, Igniters! One moment more of your time. One, we seem to have a consensus now that tests should be added to suites, but commented out. They should be uncommented out later, for which numerous tickets will be created. This way we can tackle. Another issue sprang up, just now I have discovere

Re: Docker update review

2018-05-22 Thread Alexey Kuznetsov
Andrey, Could you review Peter's PR? On Tue, May 22, 2018 at 10:35 PM, Petr Ivanov wrote: > Hi, Igniters! > > > Who can / is willing to help with review and merge of [1] > > In this task I have: > - added new docker image specification for standalone web agent run (for > k8s like environments)

Docker update review

2018-05-22 Thread Petr Ivanov
Hi, Igniters! Who can / is willing to help with review and merge of [1] In this task I have: - added new docker image specification for standalone web agent run (for k8s like environments); - reorganised docker images’ definitions, moving them from disjoint places to one. Changes are tested

Re: Lucene CorruptIndexException (checksum failed) on GridLuceneIndex - suggested patch

2018-05-22 Thread Andrew Mashenkov
Hi Manu, We've fixed CRC issue, but still can't make reproducer. Seems, we've missed smth. Can you share a repro? -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

[GitHub] ignite pull request #3829: IGNITE-6075 'CacheLoadingConcurrentGridStartSelfT...

2018-05-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3829 ---

Re: How to run an Ignite node inside Intellij Idea?

2018-05-22 Thread Alexey Goncharuk
Hi, Most likely you are trying to start an Ignite node using XML config in the scope of ignite-core module. This fails because ignite-core is a standalone module and does not have a dependency on ignite-spring. You can either create an IgniteConfiguration instance programmatically instead of XML o

[jira] [Created] (IGNITE-8563) WAL file archiver does not propagate file archiving error to error handler

2018-05-22 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-8563: Summary: WAL file archiver does not propagate file archiving error to error handler Key: IGNITE-8563 URL: https://issues.apache.org/jira/browse/IGNITE-8563 Pr

[GitHub] ignite pull request #4004: IGNITE-8501: Retry on GridServiceNotFoundExceptio...

2018-05-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4004 ---

[jira] [Created] (IGNITE-8562) Turn system-critical Ignite threads into GridWorkers

2018-05-22 Thread Andrey Kuznetsov (JIRA)
Andrey Kuznetsov created IGNITE-8562: Summary: Turn system-critical Ignite threads into GridWorkers Key: IGNITE-8562 URL: https://issues.apache.org/jira/browse/IGNITE-8562 Project: Ignite

[GitHub] ignite pull request #4045: IGNITE-8561 in SingleSegmentLogicalRecordsIterato...

2018-05-22 Thread akalash
GitHub user akalash opened a pull request: https://github.com/apache/ignite/pull/4045 IGNITE-8561 in SingleSegmentLogicalRecordsIterator changed archivedSe… …gIdx to curWalSegmIdx from super class You can merge this pull request into a Git repository by running: $ git pull

[GitHub] ignite pull request #3553: Ignite 7776 - long constants calculation

2018-05-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3553 ---

[jira] [Created] (IGNITE-8561) SinglSegmentLogicalRecordsIterator is broken

2018-05-22 Thread Anton Kalashnikov (JIRA)
Anton Kalashnikov created IGNITE-8561: - Summary: SinglSegmentLogicalRecordsIterator is broken Key: IGNITE-8561 URL: https://issues.apache.org/jira/browse/IGNITE-8561 Project: Ignite Issue

[jira] [Created] (IGNITE-8560) Update index validation utility to use statistical check approach

2018-05-22 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-8560: Summary: Update index validation utility to use statistical check approach Key: IGNITE-8560 URL: https://issues.apache.org/jira/browse/IGNITE-8560 Project: Ig

Re: Upgrading Ignite to JCache 1.1

2018-05-22 Thread Dmitry Pavlov
Hi Denis, What was improved in JCache 1.1? Would it be useful for product to change supported spec. version? Sincerely, Dmitriy Pavlov пн, 21 мая 2018 г. в 20:12, Denis Magda : > Igniters, > > Eventually, JCache was relicensed to Apache 2.0 and released 1.1 version: > https://groups.google.com

[jira] [Created] (IGNITE-8559) WAL rollOver can be blocked by WAL iterator reservation

2018-05-22 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-8559: Summary: WAL rollOver can be blocked by WAL iterator reservation Key: IGNITE-8559 URL: https://issues.apache.org/jira/browse/IGNITE-8559 Project: Ignite

[jira] [Created] (IGNITE-8558) Provide an opportunity to stop grids and cancel tasks after execution all tests

2018-05-22 Thread Maxim Muzafarov (JIRA)
Maxim Muzafarov created IGNITE-8558: --- Summary: Provide an opportunity to stop grids and cancel tasks after execution all tests Key: IGNITE-8558 URL: https://issues.apache.org/jira/browse/IGNITE-8558

[jira] [Created] (IGNITE-8557) Web Console: Webpack add support for SVG images

2018-05-22 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-8557: Summary: Web Console: Webpack add support for SVG images Key: IGNITE-8557 URL: https://issues.apache.org/jira/browse/IGNITE-8557 Project: Ignite Issu

[jira] [Created] (IGNITE-8556) Web Console: Improve Webpack DEV mode

2018-05-22 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-8556: Summary: Web Console: Improve Webpack DEV mode Key: IGNITE-8556 URL: https://issues.apache.org/jira/browse/IGNITE-8556 Project: Ignite Issue Type: Im

RE: control.bat authentication support

2018-05-22 Thread Stanislav Lukyanov
// Bcc’ed user-list and added dev-list I think that having stubs for the functionality unavailable in Ignite confuses more people. If someone has extended Ignite’s functionality, as did Oleksandr, that’s great – but it’s up to them to also develop the necessary tooling. But I’ll be happy to hear

[GitHub] ignite pull request #4044: IGNITE-6538: run 200 times

2018-05-22 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request: https://github.com/apache/ignite/pull/4044 IGNITE-6538: run 200 times You can merge this pull request into a Git repository by running: $ git pull https://github.com/Mmuzaf/ignite ignite-6538 Alternatively you can review and apply the

[jira] [Created] (IGNITE-8555) Web console - Admin panel: the users table is partially empty

2018-05-22 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-8555: -- Summary: Web console - Admin panel: the users table is partially empty Key: IGNITE-8555 URL: https://issues.apache.org/jira/browse/IGNITE-8555 Project: Ig

[GitHub] ignite pull request #3897: IGNITE-6538: test 500 times

2018-05-22 Thread Mmuzaf
Github user Mmuzaf closed the pull request at: https://github.com/apache/ignite/pull/3897 ---

[jira] [Created] (IGNITE-8554) Cache metrics: expose metrics with rebalance info about keys

2018-05-22 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-8554: Summary: Cache metrics: expose metrics with rebalance info about keys Key: IGNITE-8554 URL: https://issues.apache.org/jira/browse/IGNITE-8554 Project: Ignite

[jira] [Created] (IGNITE-8553) Web Console: Double click on table column border make it super wide

2018-05-22 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-8553: Summary: Web Console: Double click on table column border make it super wide Key: IGNITE-8553 URL: https://issues.apache.org/jira/browse/IGNITE-8553 Project:

[jira] [Created] (IGNITE-8552) Unable to use date as primary key

2018-05-22 Thread Pavel Vinokurov (JIRA)
Pavel Vinokurov created IGNITE-8552: --- Summary: Unable to use date as primary key Key: IGNITE-8552 URL: https://issues.apache.org/jira/browse/IGNITE-8552 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-8551) Web console - User -profile: do not disable the 'Save Changes' button

2018-05-22 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-8551: -- Summary: Web console - User -profile: do not disable the 'Save Changes' button Key: IGNITE-8551 URL: https://issues.apache.org/jira/browse/IGNITE-8551 Pro

How to run an Ignite node inside Intellij Idea?

2018-05-22 Thread Ray
I try to run an Ignite ndoe inside Intellij Idea for debug reasons. I ran the mvn clean install -Pall-java,all-scala,licenses -DskipTests command from devnotes and it completed without error. But when I try to run Ignite node from this class CommandLineStartup and selected default xml config. But I

Re: Dose Iginte implement lock and latch in transaction,and where is the code ?

2018-05-22 Thread Igor Sapego
Re-sending to dev-list. Best Regards, Igor On Sat, May 19, 2018 at 6:02 PM, zhouxy1123 wrote: > Dose Iginte implement lock and latch in transaction,and where is the code ? > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >

[GitHub] ignite pull request #3873: IGNITE-5979

2018-05-22 Thread dgarus
Github user dgarus closed the pull request at: https://github.com/apache/ignite/pull/3873 ---