Re: Marking and tracking usability issues

2017-08-18 Thread Denis Magda
Got required permissions from INFRA and eventually now the filter is visible to everyone from Ignite community: https://issues.apache.org/jira/issues/?filter=12341720 — Denis > On Aug 18, 2017, at 2:31 PM, Dmitriy Setrakyan wrote: > > I don't see any list on the left.

Durable memory and Ignite Persistence performance tips

2017-08-18 Thread Denis Magda
Igniters, I’ve created two sections where we can aggregate all the performance tips for the memory and persistence: https://apacheignite.readme.io/docs/performance-tips#tune-ignite-native-persistence https://apacheignite.readme.io/docs/performance-tips#section-tune-durable-memory Please update

Re: Default page size must be changed to 4k. Should it be backwards compatible?

2017-08-18 Thread Denis Magda
Added Ignite Persistence related section to the “Performance Tips” docs and mentioned this suggestion there: https://apacheignite.readme.io/docs/performance-tips#tune-ignite-native-persistence — Denis > On Aug 17, 2017, at 6:18 PM, Dmitriy Setrakyan wrote: > > On Tue,

Re: Marking and tracking usability issues

2017-08-18 Thread Dmitriy Setrakyan
I don't see any list on the left. It takes me directly to the ticket. On Fri, Aug 18, 2017 at 1:57 PM, Denis Magda wrote: > You should see the list to the left. IGNITE-6116 will be shown as the > first one. > > — > Denis > > > On Aug 18, 2017, at 1:52 PM, Dmitriy Setrakyan

Re: Marking and tracking usability issues

2017-08-18 Thread Denis Magda
You should see the list to the left. IGNITE-6116 will be shown as the first one. — Denis > On Aug 18, 2017, at 1:52 PM, Dmitriy Setrakyan wrote: > > This link took me to this ticket directly: > https://issues.apache.org/jira/browse/IGNITE-6116 > > On Fri, Aug 18, 2017

Re: Marking and tracking usability issues

2017-08-18 Thread Dmitriy Setrakyan
This link took me to this ticket directly: https://issues.apache.org/jira/browse/IGNITE-6116 On Fri, Aug 18, 2017 at 1:42 PM, Denis Magda wrote: > Can not share the filter. That’s the query string to see the tickets: > > https://issues.apache.org/jira/browse/IGNITE-6116?jql=

Re: Marking and tracking usability issues

2017-08-18 Thread Denis Magda
Can not share the filter. That’s the query string to see the tickets: https://issues.apache.org/jira/browse/IGNITE-6116?jql=project%20%3D%20IGNITE%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened%2C%20%22Patch%20Available%22)%20AND%20labels%20in%20(usability) — Denis > On Aug

Marking and tracking usability issues

2017-08-18 Thread Denis Magda
Igniters, Here and there we see usability issues bubbling up in the discussion on @dev and @user list, Stackoverflow, etc. Looking at them I would say that the majority is pretty straightforward to fix bringing the overall usability to a better level. Let’s keep using “usability” label for

[jira] [Created] (IGNITE-6116) Easy way to enable metrics for default memory region

2017-08-18 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-6116: --- Summary: Easy way to enable metrics for default memory region Key: IGNITE-6116 URL: https://issues.apache.org/jira/browse/IGNITE-6116 Project: Ignite Issue

Re: Ignite2.1: Page eviction is not compatible with persistence when startup

2017-08-18 Thread Denis Magda
Here is the ticket: https://issues.apache.org/jira/browse/IGNITE-6115 If anybody is interested go ahead and take over it. — Denis > On Aug 17, 2017, at 5:16 PM, Dmitriy Setrakyan wrote: > > Agree. If we remove the

[jira] [Created] (IGNITE-6115) Ignore page eviction mode if Ignite persistence is enabled

2017-08-18 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-6115: --- Summary: Ignore page eviction mode if Ignite persistence is enabled Key: IGNITE-6115 URL: https://issues.apache.org/jira/browse/IGNITE-6115 Project: Ignite

Re: SQL Getting Started Guide

2017-08-18 Thread Prachi Garg
Hi Igor, The getting started guide is missing an example oh how to create a Person table (under ODBC tab). https://apacheignite.readme.io/docs/getting-started-sql#section-create-tables I am trying to put one on the website. Does the following look ok? // Create table based on PARTITIONED

Re: SQL Getting Started Guide

2017-08-18 Thread Denis Magda
Igor, thanks a lot. Appreciate this! — Denis > On Aug 18, 2017, at 8:56 AM, Igor Sapego wrote: > > I've checked ODBC snippets and fixed all found issues. > > Best Regards, > Igor > > On Thu, Aug 17, 2017 at 11:16 PM, Denis Magda wrote: > >> Igor, >>

Re: Cluster auto activation design proposal

2017-08-18 Thread Alexey Dmitriev
API is proposed in the head of the thread by Sergey, as I understood: __ API for BaselineTopology manipulation may look like this: *Ignite::activation::establishBaselineTopology();*

[GitHub] ignite pull request #2488: IGNITE-6024: support for server-side dml

2017-08-18 Thread skalashnikov
GitHub user skalashnikov opened a pull request: https://github.com/apache/ignite/pull/2488 IGNITE-6024: support for server-side dml You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-6024

[jira] [Created] (IGNITE-6114) Replace standard java maps for partition counters in continuous queries

2017-08-18 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-6114: Summary: Replace standard java maps for partition counters in continuous queries Key: IGNITE-6114 URL: https://issues.apache.org/jira/browse/IGNITE-6114

[GitHub] ignite pull request #2487: IGNITE-6035 clean index on cache destroy

2017-08-18 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request: https://github.com/apache/ignite/pull/2487 IGNITE-6035 clean index on cache destroy You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite IGNITE-6035

[GitHub] ignite pull request #2423: IGNITE-5943

2017-08-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/2423 --- 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

Re: SQL Getting Started Guide

2017-08-18 Thread Igor Sapego
I've checked ODBC snippets and fixed all found issues. Best Regards, Igor On Thu, Aug 17, 2017 at 11:16 PM, Denis Magda wrote: > Igor, > > Would you mind helping us to test the snippets? I do believe it will take > you a couple of minutes since the environment is set up on

[jira] [Created] (IGNITE-6113) Partition eviction prevents exchange from completion

2017-08-18 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-6113: - Summary: Partition eviction prevents exchange from completion Key: IGNITE-6113 URL: https://issues.apache.org/jira/browse/IGNITE-6113 Project: Ignite

Re: Ignite Add-on/Extension Request: Please add GA Grid (beta) to Ignite website

2017-08-18 Thread Prachi Garg
Turik, Thanks for you contribution. I will add it to the website early next week. -P On Fri, Aug 18, 2017 at 3:57 AM, techbysample wrote: > Dennis/Prachi, > > Thanks you! Please include GA Grid Architecture within the addon section.. > > For example, Here is content from

Re: Ignite Add-on/Extension Request: Please add GA Grid (beta) to Ignite website

2017-08-18 Thread techbysample
Dennis/Prachi, Thanks you! Please include GA Grid Architecture within the addon section.. For example, Here is content from my initial post in Ignite users forum: http://apache-ignite-users.70518.x6.nabble.com/GA-Grid-Beta-Genetic-Algorithm-component-for-Ignite-is-here-td16041.html Best Turik

[GitHub] ignite pull request #2486: Fill factor metric for persistent mode.

2017-08-18 Thread ilantukh
GitHub user ilantukh opened a pull request: https://github.com/apache/ignite/pull/2486 Fill factor metric for persistent mode. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-gg-12639 Alternatively

[GitHub] ignite pull request #2484: Backport IGNITE-3196

2017-08-18 Thread alamar
GitHub user alamar reopened a pull request: https://github.com/apache/ignite/pull/2484 Backport IGNITE-3196 Add support for BigDecimals with negative scale in BinaryMarshaller You can merge this pull request into a Git repository by running: $ git pull

[GitHub] ignite pull request #2484: Backport IGNITE-3196

2017-08-18 Thread alamar
Github user alamar closed the pull request at: https://github.com/apache/ignite/pull/2484 --- 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

[GitHub] ignite pull request #2485: Backport IGNITE-3196

2017-08-18 Thread alamar
Github user alamar closed the pull request at: https://github.com/apache/ignite/pull/2485 --- 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

[GitHub] ignite pull request #2484: Backport IGNITE-3196

2017-08-18 Thread alamar
GitHub user alamar opened a pull request: https://github.com/apache/ignite/pull/2484 Backport IGNITE-3196 Add support for BigDecimals with negative scale in BinaryMarshaller You can merge this pull request into a Git repository by running: $ git pull

Re: ODBC doc needs to be updated

2017-08-18 Thread Igor Sapego
Denis, Ok, I've filed a ticket [1] and will take a look. [1] - https://issues.apache.org/jira/browse/IGNITE-6112 Best Regards, Igor On Fri, Aug 18, 2017 at 3:19 AM, Dmitriy Setrakyan wrote: > Denis, it will be helpful to also file a ticket on this. > > On Thu, Aug 17,

[jira] [Created] (IGNITE-6112) Review and update C++ documentation according to new features.

2017-08-18 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-6112: --- Summary: Review and update C++ documentation according to new features. Key: IGNITE-6112 URL: https://issues.apache.org/jira/browse/IGNITE-6112 Project: Ignite

[GitHub] ignite pull request #2478: IGNITE-5925: Get row/col for matrices

2017-08-18 Thread ybabak
Github user ybabak closed the pull request at: https://github.com/apache/ignite/pull/2478 --- 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

[GitHub] ignite pull request #2483: IGNITE-GG-12646 Fix tests for JSR-310 Java 8 Date...

2017-08-18 Thread asfedotov
GitHub user asfedotov opened a pull request: https://github.com/apache/ignite/pull/2483 IGNITE-GG-12646 Fix tests for JSR-310 Java 8 Date and Time API introduced with IGNITE-GG-12549 For CI purposes You can merge this pull request into a Git repository by running: $ git pull

Re: Ignite: configuration changes at runtime

2017-08-18 Thread Alexey Kuznetsov
Just as idea... Can we have reference to read-only "initialConfig" - a config node was started with. And current "mutable via special API" config? Having this we could show in some management tool what was changed (for example, TeamCity has such functionality - history of who and what was

[GitHub] ignite pull request #2482: IGNITE-5869 client hangs infinitely while binary ...

2017-08-18 Thread zstan
GitHub user zstan opened a pull request: https://github.com/apache/ignite/pull/2482 IGNITE-5869 client hangs infinitely while binary configuration differs from server You can merge this pull request into a Git repository by running: $ git pull

[GitHub] ignite pull request #2481: IGNITE-4643 Fix NPE in getIndexInfo() with test

2017-08-18 Thread alamar
GitHub user alamar opened a pull request: https://github.com/apache/ignite/pull/2481 IGNITE-4643 Fix NPE in getIndexInfo() with test Also ported several tests from Thin driver implementation. Fixed a problem in Primary Keys metadata. Fixed several get*Version() methods to

[GitHub] ignite pull request #2479: IGNITE-6101

2017-08-18 Thread gvvinblade
GitHub user gvvinblade opened a pull request: https://github.com/apache/ignite/pull/2479 IGNITE-6101 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-6101 Alternatively you can review and apply

[GitHub] ignite pull request #2478: IGNITE-5925: Get row/col for matrices

2017-08-18 Thread ybabak
GitHub user ybabak opened a pull request: https://github.com/apache/ignite/pull/2478 IGNITE-5925: Get row/col for matrices You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-5925 Alternatively you can

[jira] [Created] (IGNITE-6111) SQL: Add ability to do INSERT without specifying the column names

2017-08-18 Thread Alexandr Fedotov (JIRA)
Alexandr Fedotov created IGNITE-6111: Summary: SQL: Add ability to do INSERT without specifying the column names Key: IGNITE-6111 URL: https://issues.apache.org/jira/browse/IGNITE-6111 Project:

[jira] [Created] (IGNITE-6110) CLONE - SQL: Add ability to do INSERT without specifying the column names

2017-08-18 Thread Alexandr Fedotov (JIRA)
Alexandr Fedotov created IGNITE-6110: Summary: CLONE - SQL: Add ability to do INSERT without specifying the column names Key: IGNITE-6110 URL: https://issues.apache.org/jira/browse/IGNITE-6110

[GitHub] ignite pull request #2477: Ignite gg 12620

2017-08-18 Thread dkarachentsev
GitHub user dkarachentsev opened a pull request: https://github.com/apache/ignite/pull/2477 Ignite gg 12620 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-gg-12620 Alternatively you can review and

[jira] [Created] (IGNITE-6109) SQL: Add ability to do INSERT without specifying the column names

2017-08-18 Thread Alexandr Fedotov (JIRA)
Alexandr Fedotov created IGNITE-6109: Summary: SQL: Add ability to do INSERT without specifying the column names Key: IGNITE-6109 URL: https://issues.apache.org/jira/browse/IGNITE-6109 Project:

Re: Service versioning

2017-08-18 Thread Ilya Lantukh
Sergey, I think the ticket covers single atomic piece of functionality. I'd prefer to avoid to separately address flaws in current service upgrade process because this process had never been designed, implemented and supported. Yes, in current ServiceGrid implementation you can (technically)

[jira] [Created] (IGNITE-6108) Hangs in streamer when using store

2017-08-18 Thread Aleksey Chetaev (JIRA)
Aleksey Chetaev created IGNITE-6108: --- Summary: Hangs in streamer when using store Key: IGNITE-6108 URL: https://issues.apache.org/jira/browse/IGNITE-6108 Project: Ignite Issue Type: Bug

Re: Failure to deserialize simple model object

2017-08-18 Thread kukushal .
This is a suggested fix: https://reviews.ignite.apache.org/ignite/review/IGNT-CR-269 On Fri, Aug 18, 2017 at 12:15 PM, kukushal . wrote: > I am fixing this issue: https://issues.apache.org/jira/browse/IGNITE-5966? > filter=-1 > Reviewing it with Vladimir Ozerov and

[jira] [Created] (IGNITE-6107) GridFunc.first(list) throws NPE for null arg, but GridFunc.first(iterable) returns null

2017-08-18 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-6107: Summary: GridFunc.first(list) throws NPE for null arg, but GridFunc.first(iterable) returns null Key: IGNITE-6107 URL: https://issues.apache.org/jira/browse/IGNITE-6107

Re: Failure to deserialize simple model object

2017-08-18 Thread kukushal .
I am fixing this issue: https://issues.apache.org/jira/browse/IGNITE-5966?filter=-1 Reviewing it with Vladimir Ozerov and Sergey Chugunov: -- ПРОБЛЕМА “get” не работает для данных загруженных из cache store ROOT CAUSE There two separate type information stores:

[jira] [Created] (IGNITE-6106) Web console: New function descriptions on homepage carousel and getting started dialog

2017-08-18 Thread Vasiliy Sisko (JIRA)
Vasiliy Sisko created IGNITE-6106: - Summary: Web console: New function descriptions on homepage carousel and getting started dialog Key: IGNITE-6106 URL: https://issues.apache.org/jira/browse/IGNITE-6106

Re: Ignite: configuration changes at runtime

2017-08-18 Thread Yakov Zhdanov
Here is the list of params that can be changed - https://cwiki.apache.org/ confluence/display/IGNITE/Allow+Configuration+Settings+Change+At+Runtime >No, the Ignite configuration is what Ignite receives on startup. Runtime >changes are outside of configuration, especially given that if cluster

Re: How a new index is built in runtime?

2017-08-18 Thread Yakov Zhdanov
Of course, iteration should have an option to be run from more than 1 thread. What will really help, IMO, is ability to insert presorted batches in a single tree operation. -- Yakov Zhdanov