[GitHub] ignite pull request #3988: IGNITE-5965 fix Flaky failure of GridServiceProce...

2018-05-12 Thread andrewmed
GitHub user andrewmed opened a pull request: https://github.com/apache/ignite/pull/3988 IGNITE-5965 fix Flaky failure of GridServiceProcessorMultiNodeConfigS… Test fixed by decreasing connection timeout. Now

SqlLine script and Java9

2018-05-12 Thread Dmitriy Setrakyan
Igniters, Any reason SqlLine tool shipped with Ignite does not work with Java 9? This is the error I got. > *The version of JAVA installed in C:\Program Files\Java\jdk-9.0.1 is > incorrect.* > *Please point JAVA_HOME variable to installation of JDK 1.7 or JDK 1.8.**You > can also download

Integration with JHipster

2018-05-12 Thread Dmitriy Setrakyan
Igniters, Jhipster is a very popular Spring Boot + Angular framework. Many caching frameworks integrate with it, including EhCache, Hazelcast, and Infinispan: https://www.jhipster.tech/using-cache/ I think the integration is fairly simple and we should provide our own. Thoughts? D.

tracking SQL queries in 2.5

2018-05-12 Thread Dmitriy Setrakyan
Igniters, I just noticed this horrible ticket: https://issues.apache.org/jira/browse/IGNITE-6677 Apparently, a couple of releases back the community added support for "CREATE TABLE" command and for some reason nobody checked that query metrics on the created tables do not work. Do we have any

Re: PHP/Python versions for Thin Clients

2018-05-12 Thread Dmitriy Setrakyan
Pavel, Can you suggest what would be the advantages and disadvantages of supporting different versions? D. On Sat, May 12, 2018 at 7:21 AM, Pavel Petroshenko wrote: > Igniters, > > Are there any strong opinions on which language versions should the Thin > Clients

[GitHub] ignite pull request #3987: Refactor setter 'setFieldTypeName'

2018-05-12 Thread andrey916
GitHub user andrey916 opened a pull request: https://github.com/apache/ignite/pull/3987 Refactor setter 'setFieldTypeName' Refactor setter 'setFieldTypeName' so that it actually refers to the field "fieldTypeName" You can merge this pull request into a Git repository by running:

Re: NodeJS thin client: full API

2018-05-12 Thread Alexey Kosenchuk
Denis, OK for the legacy docs. Agree for the core docs (specs, common getting started, etc.). But who/what does mandate that for totally all Ignite related docs? Why do not follow an approach which many technologies/products follow? - maintain a centralized list of references to different

PHP/Python versions for Thin Clients

2018-05-12 Thread Pavel Petroshenko
Igniters, Are there any strong opinions on which language versions should the Thin Clients written in Python and PHP support? Any objections to using PHP 7.1+ and Python 3.5+? Thanks, p.