[jira] [Created] (IGNITE-3437) Caches: Start size - rename to Onheap start size and add more info into tooltip

2016-07-06 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-3437: Summary: Caches: Start size - rename to Onheap start size and add more info into tooltip Key: IGNITE-3437 URL: https://issues.apache.org/jira/browse/IGNITE-3437

[jira] [Created] (IGNITE-3439) Caches: Add possibility to specify custom store and configure it via XML if needed.

2016-07-06 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-3439: Summary: Caches: Add possibility to specify custom store and configure it via XML if needed. Key: IGNITE-3439 URL: https://issues.apache.org/jira/browse/IGNITE-3439

[jira] [Created] (IGNITE-3438) Caches: Add more info and examples to "Escape table and filed names" tooltip

2016-07-06 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-3438: Summary: Caches: Add more info and examples to "Escape table and filed names" tooltip Key: IGNITE-3438 URL: https://issues.apache.org/jira/browse/I

[jira] [Created] (IGNITE-3436) Caches: make SQL schema tooltip more informative, add example.

2016-07-06 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-3436: Summary: Caches: make SQL schema tooltip more informative, add example. Key: IGNITE-3436 URL: https://issues.apache.org/jira/browse/IGNITE-3436 Project

[jira] [Created] (IGNITE-3435) Caches: rework off-heap memory selection

2016-07-06 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-3435: Summary: Caches: rework off-heap memory selection Key: IGNITE-3435 URL: https://issues.apache.org/jira/browse/IGNITE-3435 Project: Ignite Issue Type

[jira] [Created] (IGNITE-3434) Improve usability of Ignite Web Console

2016-07-06 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-3434: Summary: Improve usability of Ignite Web Console Key: IGNITE-3434 URL: https://issues.apache.org/jira/browse/IGNITE-3434 Project: Ignite Issue Type

Re: Custom transformer for CacheJdbcPojoStore

2016-07-04 Thread Alexey Kuznetsov
mplement its own custom logic. For example transform string "YES" to boolean true. > Agree. How will the transformer be specified in configuration? I'm planning to add getter and setter on CacheJdbcPojoStoreFactory. The same way as for example: JdbcTypeHasher. -- Alexey Kuznetsov

Re: Fwd: TC access

2016-06-29 Thread Alexey Kuznetsov
t; > > > > > > > > > > -- 原始邮件 -- > > > > 发件人: "Dmitriy Setrakyan";<dsetrak...@apache.org>; > > > > 发送时间: 2016年6月28日(星期二) 中午1:08 > > > > 收件人: "dev"<dev@ignite.apache.org>; > > &

Re: Improve schema generation utility

2016-06-28 Thread Alexey Kuznetsov
's intricacies. > > What do you think? > > I've created an issue to track this: > > https://issues.apache.org/jira/browse/IGNITE-3385 > > -- > > Best regards, > Alexei Scherbakov > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

[jira] [Created] (IGNITE-3345) Implement support for optional key type in REST HTTP get command

2016-06-20 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-3345: Summary: Implement support for optional key type in REST HTTP get command Key: IGNITE-3345 URL: https://issues.apache.org/jira/browse/IGNITE-3345 Project

Re: Ignite REST API is not actually RESTful

2016-06-20 Thread Alexey Kuznetsov
ew API either to > > new http port or use new url (e.g. http://localhost:8080/api/rest > instead > > of http://localhost:8080/ignite) > > > > On Mon, Jun 20, 2016 at 5:15 PM, Alexey Kuznetsov < > akuznet...@gridgain.com > > > > > wrote: > > > >

Re: Ignite REST API is not actually RESTful

2016-06-20 Thread Alexey Kuznetsov
precate current API and provide a new one that follows > the guidelines. > A good writeup on a proper REST API design can be found there: > https://zalando.github.io/restful-api-guidelines/ > > > Thoughts, comments? > > Pavel. > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Add key type detection for REST HTTP GET command

2016-06-20 Thread Alexey Kuznetsov
er classes that a valid JavaBeans? Sample: http://host:port/ignite?cmd=get=1=myCache=Long Thoughts? -- Alexey Kuznetsov

Re: IGNITE-3337

2016-06-20 Thread Alexey Kuznetsov
owing Jira ticket[2]. > > Please review and let me know any feedback > > Regards > Saikat > > [1] https://github.com/apache/ignite/pull/816 > [2] https://issues.apache.org/jira/browse/IGNITE-3337 > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: IGNITE-3293 AWS bootstrap scripts patch for Ignite-Cassandra

2016-06-16 Thread Alexey Kuznetsov
icket. > > It's fixes rather important thing for AWS Ignite/Cassandra clusters > bootstrap scripts. > > Thanks, > Igor Rudyak > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Change rest-http Java to JSON null transformation logic

2016-06-16 Thread Alexey Kuznetsov
...@gridgain.com> wrote: > This looks strange. Definitely for consistency reasons it makes sense that > all ‘null’ objects including string are serialized as “null”. > > In regards to the compatibility stuff I think it can be resolved somehow. > > — > Denis > > On

Re: Change rest-http Java to JSON null transformation logic

2016-06-16 Thread Alexey Kuznetsov
> that all ‘null’ objects including string are serialized as “null”. >> >> In regards to the compatibility stuff I think it can be resolved somehow. >> >> — >> Denis >> >> On Jun 16, 2016, at 12:15 PM, Alexey Kuznetsov <akuznet...@gridgain.com> &

Re: Change rest-http Java to JSON null transformation logic

2016-06-16 Thread Alexey Kuznetsov
; > Pavel. > > On Thu, Jun 16, 2016 at 12:44 PM, Vladislav Pyatkov <vpyat...@gridgain.com > > wrote: > >> Hello, >> >> Why do you want this, if you can save full compatibility using custom >> serializer for null value (ObjectMapper#setSerializerProvider)?

Re: Change rest-http Java to JSON null transformation logic

2016-06-16 Thread Alexey Kuznetsov
his, if you can save full compatibility using custom > serializer for null value (ObjectMapper#setSerializerProvider)? > > On Thu, Jun 16, 2016 at 12:15 PM, Alexey Kuznetsov < > akuznet...@gridgain.com> wrote: > >> Hi All! >> >> I'm working on migrating from

Change rest-http Java to JSON null transformation logic

2016-06-16 Thread Alexey Kuznetsov
as "null" ? In this case we would definitely know that in Java before serialization to JSON was really NULL, not empty string. But this may break compatibility in some cases. Thoughts? 1. https://issues.apache.org/jira/browse/IGNITE-3277 -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Migration from json-lib 2.4 to Jackson

2016-06-09 Thread Alexey Kuznetsov
And one more question: ignite-zookeeper module has 2 dependencies to Jackson 1.9.13. It is possible to replace them to Jackson 2.x dependencies? On Thu, Jun 9, 2016 at 4:06 PM, Alexey Kuznetsov <akuznet...@gridgain.com> wrote: > Hi, All! > > I started to work on IGNITE-3277 [1]:

Migration from json-lib 2.4 to Jackson

2016-06-09 Thread Alexey Kuznetsov
json-lib ${jsonlib.version} jdk15 net.sf.ezmorph ezmorph ${ezmorph.version} Please, advice. 1. https://issues.apache.org/jira/browse/IGNITE-3277 -- Alexey Kuznetsov GridGain Systems www.gridgain.com

[jira] [Created] (IGNITE-3277) Migrate rest-http from outdated json-lib to Jackson

2016-06-09 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-3277: Summary: Migrate rest-http from outdated json-lib to Jackson Key: IGNITE-3277 URL: https://issues.apache.org/jira/browse/IGNITE-3277 Project: Ignite

Re: Let's make cache name not null in ignite 2.0

2016-06-02 Thread Alexey Kuznetsov
palani | evosent.com > <http://evosent.com/?utm_source=email_medium=email_campaign=apache> > | > blog: raul.io | skype: raul.fuse > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Let's make cache name not null in ignite 2.0

2016-06-01 Thread Alexey Kuznetsov
in JIRA? -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Release Process: post release steps

2016-05-30 Thread Alexey Kuznetsov
which has not > yet been done for 1.6). > > Pavel. > > On Fri, May 27, 2016 at 11:03 AM, Alexey Kuznetsov < > akuznet...@gridgain.com> > wrote: > > > It seems that we need to specify post release steps in [1]. > > > > 1) Update version in m

Re: Hello

2016-05-27 Thread Alexey Kuznetsov
for you contributions! On Fri, May 27, 2016 at 11:26 PM, Karthik Murthy <kart...@gmail.com> wrote: > Hello everyone! My name's Karthik and I am interested in joining and > contributing to Ignite! > > Cheers, > > Karthik > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Release Process: post release steps

2016-05-27 Thread Alexey Kuznetsov
It seems that we need to specify post release steps in [1]. 1) Update version in master. 2) Create tag in git. 3) Update site. 4) Release apacheignite.readme.io What do you think? [1] https://cwiki.apache.org/confluence/display/IGNITE/Release+Process -- Alexey Kuznetsov GridGain Systems

Re: About web console and web agent

2016-05-24 Thread Alexey Kuznetsov
u want to start Web Console locally - read https://github.com/apache/ignite/blob/master/modules/web-console/DEVNOTES.txt And follow instructions. Hope that helps. Alexey Kuznetsov

Re: [VOTE] Apache Ignite 1.6.0 RC1

2016-05-19 Thread Alexey Kuznetsov
+1 Downloaded apache-ignite-1.6.0-src.zip - OK mvn validate -DskipTests -Pcheck-licenses - OK mvn clean package -DskipTests - OK Unpacked ..\src\target\bin\apache-ignite-fabric-1.6.0-bin.zip - OK Started ignite.bat - OK Started ignite-schema-import.bat - OK -- Alexey Kuznetsov

Cache store backed by Cassandra DB merged into ignite-1.6

2016-05-18 Thread Alexey Kuznetsov
this feature, but we need to publish them on https://apacheignite.readme.io Thanks! -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Halfway to Ignite 1.6

2016-05-18 Thread Alexey Kuznetsov
gt; > > > > >> > >> Ignite 1.6 almost ready to be finally tested. > > > > > >> > >> > > > > > >> > >> Branch ignite-1.6 now contains all changes scheduled for > 1.6. > > > > > >> > >> > > > > > >> > >> In case you want to add something else to this release, > > please > > > > note > > > > > >> that > > > > > >> > >> pushes to ignite-1.6 allowed till Friday (Aug 13) 19:00 > UTC. > > > > > >> > >> After that date only fixes will allowed. > > > > > >> > >> > > > > > >> > >> On Fri, May 6, 2016 at 4:18 PM, Anton Vinogradov < > > a...@apache.org> > > > > > >> wrote: > > > > > >> > >> > > > > > >> > >>> Igniters, > > > > > >> > >>> > > > > > >> > >>> We're going to release Ignite 1.6 in the nearest future. > > > > > >> > >>> Branch ignite-1.6 was created and already contains changes > > > > > scheduled > > > > > >> > for > > > > > >> > >>> 1.6. > > > > > >> > >>> > > > > > >> > >>> And from now on, I propose to start testing and fixing > > > > ignite-1.6 > > > > > >> > source > > > > > >> > >>> code to provide stable release. > > > > > >> > >>> > > > > > >> > >>> As you know we have a huge amount of tests and some of > them > > now > > > > > >> failing > > > > > >> > >>> at release branch. > > > > > >> > >>> Fails can be found here: > > > > > >> > >>> > > > > > >> > >>> > > > > > >> > > > > > > >> > > > > > > > > > > > > http://149.202.210.143:8111/project.html?projectId=IgniteTests=projectOverview_IgniteTests=ignite-1.6 > > > > > >> > >>> > > > > > >> > >>> So, feel free to start investigations and fix issues :) > > > > > >> > >>> > > > > > >> > >> > > > > > >> > >> > > > > > >> > > > > > > > >> > > > > > > >> > > > > > >> > > > > > >> > > > > > >> -- > > > > > >> Andrey Gura > > > > > >> GridGain Systems, Inc. > > > > > >> www.gridgain.com > > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > Sergey Kozlov > > > > > > > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Ignite 1.6 release timelines

2016-05-17 Thread Alexey Kuznetsov
AM, Semyon Boikov <sboi...@gridgain.com> > > > wrote: > > > > > >> In 1.6 we implemented 'late affinity assignment' mode (see > > >> https://issues.apache.org/jira/browse/IGNITE-324 and > > >> IgniteConfiguration.isLateAffinityAssignment) > &g

[jira] [Created] (IGNITE-3144) Refactor Schema Import Utility. Split for two modules: schema-import and schema-import-db

2016-05-16 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-3144: Summary: Refactor Schema Import Utility. Split for two modules: schema-import and schema-import-db Key: IGNITE-3144 URL: https://issues.apache.org/jira/browse/IGNITE-3144

[jira] [Created] (IGNITE-3143) Implement support for executing Visor tasks via REST HTTP

2016-05-16 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-3143: Summary: Implement support for executing Visor tasks via REST HTTP Key: IGNITE-3143 URL: https://issues.apache.org/jira/browse/IGNITE-3143 Project: Ignite

Re: Code merge in 1.6 branch at 16-th

2016-05-13 Thread Alexey Kuznetsov
6-th? I have a fix that waiting for review and it would be nice to add it > in that release (IGNITE-3087 < > https://issues.apache.org/jira/browse/IGNITE-3087>). > > Thanks! > Dmitry. > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Ignite 1.6 release timelines

2016-05-12 Thread Alexey Kuznetsov
gnite-2832 with master. On Thu, May 12, 2016 at 10:26 PM, Alexey Kuznetsov <akuznet...@gridgain.com> wrote: > I'm going to merge Ignite Web Console into ignite-1.6 > > https://issues.apache.org/jira/browse/IGNITE-843 > > On Thu, May 12, 2016 at 9:30 PM, Igor Sape

Re: Ignite 1.6 release timelines

2016-05-12 Thread Alexey Kuznetsov
: > > > >>>>>> > > > >>>>>>> Resending (fixed links) > > > >>>>>>> > > > >>>>>>> On Wed, May 4, 2016 at 8:46 AM, Dmitriy Setrakyan < > > > >>>>> dsetrak...@apache.org > > > >>>>>>> > > > >>>>>>> wrote: > > > >>>>>>> > > > >>>>>>>> Igniters, > > > >>>>>>>> > > > >>>>>>>> Looks like we are almost done with the outstanding issues, > > > >> mainly > > > >>>>> ODBC > > > >>>>>>>> support and cache concurrent map changes. As far as the > > > >>> concurrent > > > >>>>> map, > > > >>>>>>> we > > > >>>>>>>> had a performance drop, and I think it is pretty important > that > > > >>> we > > > >>>>>>> address > > > >>>>>>>> it prior to the release. > > > >>>>>>>> > > > >>>>>>>> Can we please get an update for these tickets? > > > >>>>>>>> > > > >>>>>>>> IGNITE-2948 < > https://issues.apache.org/jira/browse/IGNITE-2948 > > > >>> > > > >>> - > > > >>>>>>>> Optimize usage of GridCacheConcurrentMap > > > >>>>>>>> IGNITE-1786 < > https://issues.apache.org/jira/browse/IGNITE-1786 > > > >>> > > > >>> - > > > >>>>> Need > > > >>>>>>> to > > > >>>>>>>> implement ODBC driver for Ignite > > > >>>>>>>> > > > >>>>>>>> Once these issues are resolved, we can move to the testing > > > >> phase > > > >>>>>>> (probably > > > >>>>>>>> a week), and then send it for the vote. > > > >>>>>>>> > > > >>>>>>>> D. > > > >>>>>>>> > > > >>>>>>>> On Fri, Apr 29, 2016 at 3:12 AM, Yakov Zhdanov < > > > >>>> yzhda...@apache.org> > > > >>>>>>>> wrote: > > > >>>>>>>> > > > >>>>>>>>> I think we are almost done with odbc support and I hope that > > > >> we > > > >>>> can > > > >>>>>>>>> release > > > >>>>>>>>> about mid or second half of May. > > > >>>>>>>>> > > > >>>>>>>>> --Yakov > > > >>>>>>>>> > > > >>>>>>>>> 2016-04-27 11:13 GMT+03:00 sssow <ss...@hotmail.com>: > > > >>>>>>>>> > > > >>>>>>>>>> Hi, > > > >>>>>>>>>> When will you release 1.6? > > > >>>>>>>>>> Thank you, > > > >>>>>>>>>> > > > >>>>>>>>>> > > > >>>>>>>>>> > > > >>>>>>>>>> > > > >>>>>>>>>> -- > > > >>>>>>>>>> View this message in context: > > > >>>>>>>>>> > > > >>>>>>>>> > > > >>>>>>> > > > >>>>>> > > > >>>>> > > > >>>> > > > >>> > > > >> > > > > > > http://apache-ignite-developers.2346864.n4.nabble.com/Ignite-1-6-release-timelines-tp7388p8618.html > > > >>>>>>>>>> Sent from the Apache Ignite Developers mailing list archive > > > >> at > > > >>>>>>>>> Nabble.com. > > > >>>>>>>>>> > > > >>>>>>>>> > > > >>>>>>>> > > > >>>>>>>> > > > >>>>>>> > > > >>>>>> > > > >>>>> > > > >>>> > > > >>> > > > >> > > > > > > > > > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Ignite 1.6 release timelines

2016-05-12 Thread Alexey Kuznetsov
t; > > > > > > > > > > > wrote: > > > > > > > > > > > > > > > > > > > > > > > Igniters, > > > > > > > > > > > > > > > > > > > > > > > > Looks like we are almost done with the outstanding > > > issues, > > > > > > mainly > > > > > > > > > ODBC > > > > > > > > > > > > support and cache concurrent map changes. As far as > the > > > > > > > concurrent > > > > > > > > > map, > > > > > > > > > > > we > > > > > > > > > > > > had a performance drop, and I think it is pretty > > > important > > > > > that > > > > > > > we > > > > > > > > > > > address > > > > > > > > > > > > it prior to the release. > > > > > > > > > > > > > > > > > > > > > > > > Can we please get an update for these tickets? > > > > > > > > > > > > > > > > > > > > > > > > IGNITE-2948 < > > > > > https://issues.apache.org/jira/browse/IGNITE-2948 > > > > > > > > > > > > > > - > > > > > > > > > > > > Optimize usage of GridCacheConcurrentMap > > > > > > > > > > > > IGNITE-1786 < > > > > > https://issues.apache.org/jira/browse/IGNITE-1786 > > > > > > > > > > > > > > - > > > > > > > > > Need > > > > > > > > > > > to > > > > > > > > > > > > implement ODBC driver for Ignite > > > > > > > > > > > > > > > > > > > > > > > > Once these issues are resolved, we can move to the > > > testing > > > > > > phase > > > > > > > > > > > (probably > > > > > > > > > > > > a week), and then send it for the vote. > > > > > > > > > > > > > > > > > > > > > > > > D. > > > > > > > > > > > > > > > > > > > > > > > > On Fri, Apr 29, 2016 at 3:12 AM, Yakov Zhdanov < > > > > > > > > yzhda...@apache.org> > > > > > > > > > > > > wrote: > > > > > > > > > > > > > > > > > > > > > > > >> I think we are almost done with odbc support and I > > hope > > > > that > > > > > > we > > > > > > > > can > > > > > > > > > > > >> release > > > > > > > > > > > >> about mid or second half of May. > > > > > > > > > > > >> > > > > > > > > > > > >> --Yakov > > > > > > > > > > > >> > > > > > > > > > > > >> 2016-04-27 11:13 GMT+03:00 sssow <ss...@hotmail.com > >: > > > > > > > > > > > >> > > > > > > > > > > > >> > Hi, > > > > > > > > > > > >> > When will you release 1.6? > > > > > > > > > > > >> > Thank you, > > > > > > > > > > > >> > > > > > > > > > > > > >> > > > > > > > > > > > > >> > > > > > > > > > > > > >> > > > > > > > > > > > > >> > -- > > > > > > > > > > > >> > View this message in context: > > > > > > > > > > > >> > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > http://apache-ignite-developers.2346864.n4.nabble.com/Ignite-1-6-release-timelines-tp7388p8618.html > > > > > > > > > > > >> > Sent from the Apache Ignite Developers mailing > list > > > > > archive > > > > > > at > > > > > > > > > > > >> Nabble.com. > > > > > > > > > > > >> > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > Sergey Kozlov > > > > GridGain Systems > > > > www.gridgain.com > > > > > > > > > > > > > > > -- > > Andrey Gura > > GridGain Systems, Inc. > > www.gridgain.com > > > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: POJO store usability issues

2016-05-03 Thread Alexey Kuznetsov
ideas from my > side: > > 1) POJO store must be much more flexible. We should be able to pass > different queries to different nodes when calling "loadCache". > > 2) Cache store could have additional mode when it will not ignore > non-primary non-backup entries, but rather *distribute *it to other nodes. > E.g. with help of data streamer. > > Thoughts? > > Vladimir. > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

[jira] [Created] (IGNITE-3067) Refactor validators messages from feedbacks to ngModel + form

2016-04-28 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-3067: Summary: Refactor validators messages from feedbacks to ngModel + form Key: IGNITE-3067 URL: https://issues.apache.org/jira/browse/IGNITE-3067 Project

SQL statements monitoring and statistics.

2016-04-26 Thread Alexey Kuznetsov
tell me, where and how to implement such API? Thanks! -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Thanks for contributing IGNITE-3015 Fix GridGain references in Javadoc

2016-04-25 Thread Alexey Kuznetsov
I want to thank Matt Hoffman from the community side for the contribution he has done in javadocs cleanup. Look forward for new contributions from your side! -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Thanks for contributing IGNITE-3035 Postgres mssql JDBC discovery fix

2016-04-25 Thread Alexey Kuznetsov
I would like to thanks to I want to thank Peter Griffiths from the community side for the contribution he has done in JDBC discovery. Look forward for new contributions from your side! -- Alexey Kuznetsov GridGain Systems www.gridgain.com

[jira] [Created] (IGNITE-3047) Cluster: Binary configuration - focus should be set to TypeName on new type

2016-04-25 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-3047: Summary: Cluster: Binary configuration - focus should be set to TypeName on new type Key: IGNITE-3047 URL: https://issues.apache.org/jira/browse/IGNITE-3047

Re: Hello

2016-04-20 Thread Alexey Kuznetsov
, Juan Carlos Fiorenzano < jcfiorenzan...@gmail.com> wrote: > Hello community I want to contribute in the Ignite project, I would like to > begin with the easier issues and while I get used to the project I will > increase the complexity of the tasks. > > Thank you in ad

[jira] [Created] (IGNITE-3030) Add missing properties to configuration

2016-04-20 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-3030: Summary: Add missing properties to configuration Key: IGNITE-3030 URL: https://issues.apache.org/jira/browse/IGNITE-3030 Project: Ignite Issue Type

[jira] [Created] (IGNITE-3029) Web console should generate fields aliases with database names.

2016-04-20 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-3029: Summary: Web console should generate fields aliases with database names. Key: IGNITE-3029 URL: https://issues.apache.org/jira/browse/IGNITE-3029 Project

[jira] [Created] (IGNITE-3028) Schema Import Utility should generate fields aliases with database names.

2016-04-20 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-3028: Summary: Schema Import Utility should generate fields aliases with database names. Key: IGNITE-3028 URL: https://issues.apache.org/jira/browse/IGNITE-3028

[jira] [Created] (IGNITE-3017) igniteFormFieldInputAutofocus is not working as expected

2016-04-17 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-3017: Summary: igniteFormFieldInputAutofocus is not working as expected Key: IGNITE-3017 URL: https://issues.apache.org/jira/browse/IGNITE-3017 Project: Ignite

[jira] [Created] (IGNITE-3008) Agent detection is not working in case of local deployment (DEV) with gulp connect

2016-04-14 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-3008: Summary: Agent detection is not working in case of local deployment (DEV) with gulp connect Key: IGNITE-3008 URL: https://issues.apache.org/jira/browse/IGNITE-3008

Nightly builds from master

2016-04-01 Thread Alexey Kuznetsov
Hi! I think we already need this feature. How we could support this? Should we ask INFRA? Or this could be done using ci.ignite.apache.org? Thoughts? -- Alexey Kuznetsov GridGain Systems www.gridgain.com

[jira] [Created] (IGNITE-2910) VisorNodeDataCollectorTask should collect info about offheap and swap keys per partitions

2016-03-30 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2910: Summary: VisorNodeDataCollectorTask should collect info about offheap and swap keys per partitions Key: IGNITE-2910 URL: https://issues.apache.org/jira/browse/IGNITE-2910

Re: All BinaryObjects created by BinaryObjectBuilder stored at the same partition by default

2016-03-24 Thread Alexey Kuznetsov
an cause situation that all objects created by code similar to: >>>> >>>> *BinaryObject key = builder.setField("id", i).build();* >>>> *streamer.addData(key, key);* >>>> >>>> will be stored at one partition and this cause grid perfor

[jira] [Created] (IGNITE-2875) Rework building REST commands for Web Agent

2016-03-22 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2875: Summary: Rework building REST commands for Web Agent Key: IGNITE-2875 URL: https://issues.apache.org/jira/browse/IGNITE-2875 Project: Ignite Issue

Re: Switching back to review-then-commit process

2016-03-21 Thread Alexey Kuznetsov
>>>>>>>> process has to be followed by both contributors and committers. >>>>>>>> >>>>>>>> There is a reason for this I have in mind. Ignite is a complex >>>>>>>> platform with several big modules. Some of the people may be experts >>>>>>>> in module A while others in module B etc. >>>>>>>> If a committer, who is good in module A, makes changes in module B >>>>>>>> merging the changes without a review this can break module's B >>>>>>>> internal functionality that the committer didn't take into account. >>>>>>>> >>>>>>>> My proposal is to introduce a list of maintainers for every Ignite >>>>>>>> module like it's done in Spark [1] and a rule that will require a >>>>>>>> committer to get an approval from a module maintainer before merging >>>>>>>> changes. >>>>>>>> >>>>>>>> Thoughts? >>>>>>>> >>>>>>>> -- >>>>>>>> Denis >>>>>>>> >>>>>>>> [1] >>>>>>>> >>>>>>>> >>>>>>> >>> https://cwiki.apache.org/confluence/display/SPARK/Committers#Committers-ReviewProcessandMaintainers >>> >>>> >>>>>>>> >>>>>>>> > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Beta-releases for particular features.

2016-03-03 Thread Alexey Kuznetsov
> > > > soon: > > > > > ODBC driver and LINQ in .NET. Features like this include > potentially > > > > > infinite amount of use cases and of course we cannot test all of > > them. > > > I > > > > > believe things like this shoul

Re: Switching back to review-then-commit process

2016-03-03 Thread Alexey Kuznetsov
ry Ignite module > like it's done in Spark [1] and a rule that will require a committer to get > an approval from a module maintainer before merging changes. > > Thoughts? > > -- > Denis > > [1] > https://cwiki.apache.org/confluence/display/SPARK/Committers#Committer

[jira] [Created] (IGNITE-2723) Unique validator not works on Cluster screen trust managers tables

2016-02-25 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2723: Summary: Unique validator not works on Cluster screen trust managers tables Key: IGNITE-2723 URL: https://issues.apache.org/jira/browse/IGNITE-2723 Project

[jira] [Created] (IGNITE-2676) Refactor IGFS screen to Angular directives

2016-02-17 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2676: Summary: Refactor IGFS screen to Angular directives Key: IGNITE-2676 URL: https://issues.apache.org/jira/browse/IGNITE-2676 Project: Ignite Issue

[jira] [Created] (IGNITE-2648) Rework sign-up: add notification by e-mail after sign-up

2016-02-14 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2648: Summary: Rework sign-up: add notification by e-mail after sign-up Key: IGNITE-2648 URL: https://issues.apache.org/jira/browse/IGNITE-2648 Project: Ignite

[jira] [Created] (IGNITE-2612) Refactor Caches screen to Angular directives

2016-02-10 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2612: Summary: Refactor Caches screen to Angular directives Key: IGNITE-2612 URL: https://issues.apache.org/jira/browse/IGNITE-2612 Project: Ignite Issue

Re: Full API coverage enhancement

2016-02-08 Thread Alexey Kuznetsov
gt; > > > > the > > > > > > > > following permutations too (I've added these to the jira > > > > > description): > > > > > > > > - We should also test with Serializable, Externalizable, and > > > plain > > > > > > Pojos > > > > > > > > for keys and values. > > > > > > > > - The Pojo in the above test should contain an enum value > > > > > > > > - We should also test Enums as keys and Enums as values > > > > > > > > - All operations should have single-key and multi-key > > operations > > > > > > > > > > > > > > > > Maybe someone see any other permutation to be supported? > > > > > > > > > > > > > > > > -- Artem -- > > > > > > > > > > > > > > > > On Tue, Feb 2, 2016 at 10:05 PM, Artem Shutak < > > > > ashu...@gridgain.com> > > > > > > > > wrote: > > > > > > > > > > > > > > > > > Dmitriy, > > > > > > > > > > > > > > > > > > There is a branch at my fork and a pull request at Ignite. > > See > > > > > > comment > > > > > > > > > about pull request at the ticket (PR-446). > > > > > > > > > > > > > > > > > > But I have to notice that the branch under hard development > > and > > > > you > > > > > > it > > > > > > > > can > > > > > > > > > not work (have compilation or test errors) at some moments. > > > > > > > > > > > > > > > > > > Good luck! > > > > > > > > > > > > > > > > > > -- Artem -- > > > > > > > > > > > > > > > > > > On Tue, Feb 2, 2016 at 9:45 PM, Dmitriy Setrakyan < > > > > > > > dsetrak...@apache.org > > > > > > > > > > > > > > > > > > wrote: > > > > > > > > > > > > > > > > > >> Artem, > > > > > > > > >> > > > > > > > > >> This is great. I have noticed from the ticket that you > have > > > > > created > > > > > > > some > > > > > > > > >> initial suite already. Is there a branch I can look at it? > > > > > > > > >> > > > > > > > > >> D. > > > > > > > > >> > > > > > > > > >> On Tue, Feb 2, 2016 at 10:02 AM, Artem Shutak < > > > > > ashu...@gridgain.com > > > > > > > > > > > > > > > >> wrote: > > > > > > > > >> > > > > > > > > >> > Igniters, > > > > > > > > >> > > > > > > > > > >> > I'm working on an enhancement of Full API coverage [1] > > [2]. > > > > > > > > >> > > > > > > > > > >> > Ignite already has Full API test, but currently it's > hard > > to > > > > > test > > > > > > > all > > > > > > > > >> > configuration combinations. > > > > > > > > >> > > > > > > > > > >> > Feel free to add comments in the jira if you have any > > > thought. > > > > > > > > >> > > > > > > > > > >> > [1] https://issues.apache.org/jira/browse/IGNITE-2521 > > > > > > > > >> > [2] > > > > > > > > >> > > > > > > > > > https://cwiki.apache.org/confluence/display/IGNITE/Implementing+Tests > > > > > > > > >> > > > > > > > > > >> > Thanks, > > > > > > > > >> > -- Artem -- > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > Sergey Kozlov > > > GridGain Systems > > > www.gridgain.com > > > > > > > > > -- > Sergey Kozlov > GridGain Systems > www.gridgain.com > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

[jira] [Created] (IGNITE-2573) Problem with landscape orientation under Android + Chrome + active editor

2016-02-07 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2573: Summary: Problem with landscape orientation under Android + Chrome + active editor Key: IGNITE-2573 URL: https://issues.apache.org/jira/browse/IGNITE-2573

[jira] [Created] (IGNITE-2574) A lot of wasted space on mobile browser

2016-02-07 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2574: Summary: A lot of wasted space on mobile browser Key: IGNITE-2574 URL: https://issues.apache.org/jira/browse/IGNITE-2574 Project: Ignite Issue Type

[jira] [Created] (IGNITE-2571) Responsive web design

2016-02-07 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2571: Summary: Responsive web design Key: IGNITE-2571 URL: https://issues.apache.org/jira/browse/IGNITE-2571 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-2562) Affix is blinking in some cases

2016-02-05 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2562: Summary: Affix is blinking in some cases Key: IGNITE-2562 URL: https://issues.apache.org/jira/browse/IGNITE-2562 Project: Ignite Issue Type: Sub

Re: Full API coverage enhancement

2016-02-03 Thread Alexey Kuznetsov
already. Is there a branch I can look at it? > > > >> > > > >> D. > > > >> > > > >> On Tue, Feb 2, 2016 at 10:02 AM, Artem Shutak <ashu...@gridgain.com > > > > > >> wrote: > > > >> > > > >> > Igniters, > > > >> > > > > >> > I'm working on an enhancement of Full API coverage [1] [2]. > > > >> > > > > >> > Ignite already has Full API test, but currently it's hard to test > > all > > > >> > configuration combinations. > > > >> > > > > >> > Feel free to add comments in the jira if you have any thought. > > > >> > > > > >> > [1] https://issues.apache.org/jira/browse/IGNITE-2521 > > > >> > [2] > > > >> > https://cwiki.apache.org/confluence/display/IGNITE/Implementing+Tests > > > >> > > > > >> > Thanks, > > > >> > -- Artem -- > > > >> > > > > >> > > > > > > > > > > > > > > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

[jira] [Created] (IGNITE-2547) Expand node with metadata for current selected cache

2016-02-03 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2547: Summary: Expand node with metadata for current selected cache Key: IGNITE-2547 URL: https://issues.apache.org/jira/browse/IGNITE-2547 Project: Ignite

[jira] [Created] (IGNITE-2524) Save and revert buttons should not be active after wrong input and clean

2016-02-01 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2524: Summary: Save and revert buttons should not be active after wrong input and clean Key: IGNITE-2524 URL: https://issues.apache.org/jira/browse/IGNITE-2524

Re: PR : Please help do the code review for IGNITE-1069

2016-01-31 Thread Alexey Kuznetsov
Ken, I done with review, all looks good, I merged your PR to master. Thanks for your contribution. On Sat, Jan 30, 2016 at 11:19 PM, Ken Cheng <kcheng@gmail.com> wrote: > Hi Alexey Kuznetsov, > > *All the related test cases are passed, please check the detail in jira.

Re: About Jira https://issues.apache.org/jira/browse/IGNITE-2037

2016-01-31 Thread Alexey Kuznetsov
Ken, I added comment in JIRA. On Mon, Feb 1, 2016 at 9:37 AM, Ken Cheng <kcheng@gmail.com> wrote: > Hi Alexey Kuznetsov, > > I have left some comments on this Jira. Would please clarify it. > > > Thanks, > kcheng > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: PR : Please help do the code review for IGNITE-1069

2016-01-30 Thread Alexey Kuznetsov
> > kcheng > > > > On Sat, Jan 30, 2016 at 4:10 PM, Ken Cheng <kcheng@gmail.com> wrote: > > > >> > >> Dear Ignite Developers, > >> > >> > >> I have raised a PR https://github.com/apache/ignite/pull/440 for bug > >> h

Re: Cassandra cache store [IGNITE-1371]

2016-01-28 Thread Alexey Kuznetsov
c suggestions right away) or create our own. > > We will have a default implementation that will introspect POJOs. The one > that converts value to BLOB can be also provided out of the box. And user > is free to implement his own logic. > > All namings and API itself are arg

Cassandra cache store [IGNITE-1371]

2016-01-28 Thread Alexey Kuznetsov
>> The next concern is that you need *Ignite Core* module We could not avoid adding this module because All base cache store classes declared in that module, so I think this module will *be always imported*. As for other points, I hope community will help us. -- Alexey Kuznetsov GridGain Systems www.gridgain.com

[jira] [Created] (IGNITE-2482) Unsaved changes confirmation partially does not work

2016-01-27 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2482: Summary: Unsaved changes confirmation partially does not work Key: IGNITE-2482 URL: https://issues.apache.org/jira/browse/IGNITE-2482 Project: Ignite

[jira] [Created] (IGNITE-2467) Check box [Enable peer class loading] on [Class deployment] group should disable fields

2016-01-27 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2467: Summary: Check box [Enable peer class loading] on [Class deployment] group should disable fields Key: IGNITE-2467 URL: https://issues.apache.org/jira/browse/IGNITE-2467

[jira] [Created] (IGNITE-2459) Validation for java reserved keywords is not working

2016-01-27 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2459: Summary: Validation for java reserved keywords is not working Key: IGNITE-2459 URL: https://issues.apache.org/jira/browse/IGNITE-2459 Project: Ignite

[jira] [Created] (IGNITE-2464) Text for validation tooltips should be configurable or specified.

2016-01-27 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2464: Summary: Text for validation tooltips should be configurable or specified. Key: IGNITE-2464 URL: https://issues.apache.org/jira/browse/IGNITE-2464 Project

[jira] [Created] (IGNITE-2463) UI should expand groups and scroll focus to first invalid field on Save button click

2016-01-27 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2463: Summary: UI should expand groups and scroll focus to first invalid field on Save button click Key: IGNITE-2463 URL: https://issues.apache.org/jira/browse/IGNITE-2463

Ignite Readme.IO UX issue

2016-01-25 Thread Alexey Kuznetsov
gory "IGFS", I need to scroll down. This is very annoying when you are reading several related topics - you need to scroll every time. As I know readme.io is a kind of CMS, so who knows how to open an issue for them? Do they have any kind of JIRA / mail list / support forum? -- Alexe

[jira] [Created] (IGNITE-2397) JDBC SQL Exceptions swallowed in case of not valid SQL query

2016-01-18 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2397: Summary: JDBC SQL Exceptions swallowed in case of not valid SQL query Key: IGNITE-2397 URL: https://issues.apache.org/jira/browse/IGNITE-2397 Project: Ignite

[jira] [Created] (IGNITE-2381) Move Indexed key-value pairs from Cache Screen to Metadata Screen

2016-01-14 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2381: Summary: Move Indexed key-value pairs from Cache Screen to Metadata Screen Key: IGNITE-2381 URL: https://issues.apache.org/jira/browse/IGNITE-2381 Project

Why Ignite JIRA shows 1.5 as unreleased?

2016-01-13 Thread Alexey Kuznetsov
Why Ignite JIRA shows 1.5 as unreleased version? Who could update JIRA? Also, it seems we should add this step into our post-release checklist. -- Alexey Kuznetsov GridGain Systems www.gridgain.com

[jira] [Created] (IGNITE-2373) Revisit server side error handling logic

2016-01-13 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2373: Summary: Revisit server side error handling logic Key: IGNITE-2373 URL: https://issues.apache.org/jira/browse/IGNITE-2373 Project: Ignite Issue Type

[jira] [Created] (IGNITE-2347) Rework demo for load metadata

2016-01-11 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2347: Summary: Rework demo for load metadata Key: IGNITE-2347 URL: https://issues.apache.org/jira/browse/IGNITE-2347 Project: Ignite Issue Type: Sub-task

[jira] [Created] (IGNITE-2349) Rework cache creation

2016-01-11 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2349: Summary: Rework cache creation Key: IGNITE-2349 URL: https://issues.apache.org/jira/browse/IGNITE-2349 Project: Ignite Issue Type: Sub-task

[jira] [Created] (IGNITE-2348) Rework SQL demo

2016-01-11 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2348: Summary: Rework SQL demo Key: IGNITE-2348 URL: https://issues.apache.org/jira/browse/IGNITE-2348 Project: Ignite Issue Type: Sub-task Affects

[jira] [Created] (IGNITE-2351) Rework metadata creation

2016-01-11 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2351: Summary: Rework metadata creation Key: IGNITE-2351 URL: https://issues.apache.org/jira/browse/IGNITE-2351 Project: Ignite Issue Type: Sub-task

[jira] [Created] (IGNITE-2346) Rework java code generation of DataSource

2016-01-10 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2346: Summary: Rework java code generation of DataSource Key: IGNITE-2346 URL: https://issues.apache.org/jira/browse/IGNITE-2346 Project: Ignite Issue

Re: [VOTE] Apache Ignite 1.5.0.final RC3

2015-12-30 Thread Alexey Kuznetsov
+1 (NOT binding) Builded from sources. Node started. -- Alexey Kuznetsov GridGain Systems www.gridgain.com

[jira] [Created] (IGNITE-2302) Ignite Docker file should use OpenJDK

2015-12-27 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2302: Summary: Ignite Docker file should use OpenJDK Key: IGNITE-2302 URL: https://issues.apache.org/jira/browse/IGNITE-2302 Project: Ignite Issue Type

[jira] [Created] (IGNITE-2278) Rework all tooltips - add bullets where multilines text

2015-12-25 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2278: Summary: Rework all tooltips - add bullets where multilines text Key: IGNITE-2278 URL: https://issues.apache.org/jira/browse/IGNITE-2278 Project: Ignite

[jira] [Created] (IGNITE-2277) Add demo description to load metadata dialog

2015-12-25 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2277: Summary: Add demo description to load metadata dialog Key: IGNITE-2277 URL: https://issues.apache.org/jira/browse/IGNITE-2277 Project: Ignite Issue

[jira] [Created] (IGNITE-2279) Add more space on top margin for XML/java preview

2015-12-25 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2279: Summary: Add more space on top margin for XML/java preview Key: IGNITE-2279 URL: https://issues.apache.org/jira/browse/IGNITE-2279 Project: Ignite

[jira] [Created] (IGNITE-2276) Remove --test-drive from agent, agent readme, console UI dialogs

2015-12-25 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2276: Summary: Remove --test-drive from agent, agent readme, console UI dialogs Key: IGNITE-2276 URL: https://issues.apache.org/jira/browse/IGNITE-2276 Project

[jira] [Created] (IGNITE-2280) In case of one cluster/cache/metadata they should be selected by default

2015-12-25 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2280: Summary: In case of one cluster/cache/metadata they should be selected by default Key: IGNITE-2280 URL: https://issues.apache.org/jira/browse/IGNITE-2280

[jira] [Created] (IGNITE-2281) We need to save content in tables on focus lost and not force user to click "disk" icon

2015-12-25 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2281: Summary: We need to save content in tables on focus lost and not force user to click "disk" icon Key: IGNITE-2281 URL: https://issues.apache.org/jira/browse/I

Caches statistics on/off on the fly

2015-12-25 Thread Alexey Kuznetsov
://issues.apache.org/jira/browse/IGNITE-369 <https://issues.apache.org/jira/browse/IGNITE-369>* -- Alexey Kuznetsov GridGain Systems www.gridgain.com

[jira] [Created] (IGNITE-2286) Improve Metadata load from cache

2015-12-25 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2286: Summary: Improve Metadata load from cache Key: IGNITE-2286 URL: https://issues.apache.org/jira/browse/IGNITE-2286 Project: Ignite Issue Type: Sub

<    1   2   3   4   5   6   7   8   >