Re: EA versioning

2015-12-01 Thread Alexey Kuznetsov
added to package for vote. > > On Tue, Dec 1, 2015 at 12:41 PM, Alexey Kuznetsov > > wrote: > > > Looks good for me, but why do we need "-rc1" ??? > > > > Maybe if vote failed just increase EA number? > > > > Mixing EA and RC in one nam

Re: EA versioning

2015-12-01 Thread Alexey Kuznetsov
ing available through maven. I know that > there are different opinions on this and I know the reasoning for opinions, > but from my standpoint this will save us from managing additional repos and > make everything transparent. > > > Thanks! > > --Yakov > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Local cache on client node.

2015-11-30 Thread Alexey Kuznetsov
ata by notion. > > > > Any other thoughts? > > > > -- > > Denis > > > > > > On 11/30/2015 12:41 PM, Alexey Kuznetsov wrote: > > > >> Ignites, > >> > >> If I start client node and create local cache on it seems that loc

[jira] [Created] (IGNITE-2037) Update javadocs and documentation about LOCAL cache could be created on client node

2015-11-30 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2037: Summary: Update javadocs and documentation about LOCAL cache could be created on client node Key: IGNITE-2037 URL: https://issues.apache.org/jira/browse/IGNITE-2037

Re: Ignite-1.5 Release

2015-11-30 Thread Alexey Kuznetsov
found. > >> > > >> > Spring DM looks into bundles to find NS handlers. So without Spring DM > >> such > >> > problems are expected. > >> > > >> > Maybe it does work after all if we refrain from using certain > namespace > &g

Local cache on client node.

2015-11-30 Thread Alexey Kuznetsov
lose(); // stop server node c.put(2, 200); // local cache works fine. System.out.println(c.get(1)); System.out.println(c.get(2)); } } -- Alexey Kuznetsov GridGain Systems www.gridgain.com

[jira] [Created] (IGNITE-2018) Refactor Examples: move all data classes to package "model".

2015-11-27 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2018: Summary: Refactor Examples: move all data classes to package "model". Key: IGNITE-2018 URL: https://issues.apache.org/jira/browse/IGNITE-2018 Proje

Re: Check Ignite code base with Findbugs.

2015-11-25 Thread Alexey Kuznetsov
Cos, that was only ONE module checked :) And who knows what FindBugs will find when I start it over whole project. :) On Thu, Nov 26, 2015 at 9:31 AM, Konstantin Boudnik wrote: > On Tue, Nov 24, 2015 at 10:50AM, Alexey Kuznetsov wrote: > > Igniters, > > > > I've ins

Re: Update scala to 2.11.7 and spark to 1.5.2

2015-11-25 Thread Alexey Kuznetsov
it's time to simply get over the fact that some people just never > learn ;( > > Cos > > On Tue, Nov 24, 2015 at 04:53PM, Alexey Kuznetsov wrote: > > Hi! > > > > How about to update dependencies? > > > > scala to 2.11.7 and spark to 1.5.2

Re: Update scala to 2.11.7 and spark to 1.5.2

2015-11-25 Thread Alexey Kuznetsov
Igniters, I've updated scala dependencies to latest stable one: scala to 2.11.7 and spark to 1.5.2 TeamCity and QA smoke test passed. I've merged changes to ignite-1.5. On Tue, Nov 24, 2015 at 6:06 PM, Alexey Kuznetsov wrote: > I created issue for that: > https://issues.apache

[jira] [Created] (IGNITE-1996) NPE in case of not valid QueryEntity configuration

2015-11-24 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1996: Summary: NPE in case of not valid QueryEntity configuration Key: IGNITE-1996 URL: https://issues.apache.org/jira/browse/IGNITE-1996 Project: Ignite

Re: @QuerySqlField is incompatible in ignite 1.5 with 1.4 when set on method

2015-11-24 Thread Alexey Kuznetsov
o reason for not having it. > > 2015-11-24 13:25 GMT+03:00 Roman Shtykh : > > > +1 for adding support, particularly because in Scala we don't necessarily > > have get... and set... (an underscore can be used for that). > > > > Roman > > > > &

Re: Update scala to 2.11.7 and spark to 1.5.2

2015-11-24 Thread Alexey Kuznetsov
I created issue for that: https://issues.apache.org/jira/browse/IGNITE-1989 On Tue, Nov 24, 2015 at 5:01 PM, Alexey Kuznetsov wrote: > Yes, I successfully build it locally,but not run tests on TC. > > On Tue, Nov 24, 2015 at 4:56 PM, Sergey Kozlov > wrote: > >> Hi Alexey

[jira] [Created] (IGNITE-1990) Optimized marshaller failed with java.lang.UnsupportedOperationException: java.math.BigDecimal in case of java client

2015-11-24 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1990: Summary: Optimized marshaller failed with java.lang.UnsupportedOperationException: java.math.BigDecimal in case of java client Key: IGNITE-1990 URL: https

[jira] [Created] (IGNITE-1989) Update scala to 2.11 and spark to 1.5.2

2015-11-24 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1989: Summary: Update scala to 2.11 and spark to 1.5.2 Key: IGNITE-1989 URL: https://issues.apache.org/jira/browse/IGNITE-1989 Project: Ignite Issue Type

Re: Update scala to 2.11.7 and spark to 1.5.2

2015-11-24 Thread Alexey Kuznetsov
Yes, I successfully build it locally,but not run tests on TC. On Tue, Nov 24, 2015 at 4:56 PM, Sergey Kozlov wrote: > Hi Alexey > > Have you tried to build Apache Ignite with suggested changes? > > On Tue, Nov 24, 2015 at 12:53 PM, Alexey Kuznetsov < > akuznet...@gridgain.c

Update scala to 2.11.7 and spark to 1.5.2

2015-11-24 Thread Alexey Kuznetsov
Hi! How about to update dependencies? scala to 2.11.7 and spark to 1.5.2 Any objections? If no I will create issue and update. -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Check Ignite code base with Findbugs.

2015-11-24 Thread Alexey Kuznetsov
> --Yakov > > 2015-11-24 6:50 GMT+03:00 Alexey Kuznetsov : > > > Igniters, > > > > I've installed FindBugs plugin for Idea and run it on ignite-core module. > > > > Well it found a lot... 1331 items... > > > > Some of them are false-positive of cour

@QuerySqlField is incompatible in ignite 1.5 with 1.4 when set on method

2015-11-24 Thread Alexey Kuznetsov
method with "get", but I have method without "get" in name. I think we should add support for such use case, when user declare getters/setters without using "get/set" prefixes. Thoughts? -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Check Ignite code base with Findbugs.

2015-11-23 Thread Alexey Kuznetsov
size += res.getData(); } --- I think it is worth to install this plugin and take a look. -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Ignite-1.5 Release

2015-11-23 Thread Alexey Kuznetsov
shortly. Thanks. -- Alexey Kuznetsov

[jira] [Created] (IGNITE-1946) Rework Schema Import Utility to generate code with new API

2015-11-18 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1946: Summary: Rework Schema Import Utility to generate code with new API Key: IGNITE-1946 URL: https://issues.apache.org/jira/browse/IGNITE-1946 Project: Ignite

[jira] [Created] (IGNITE-1939) Create proper FIX for angular-strap dropdown SelectAll/DeselectAll or even use another component instead

2015-11-17 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1939: Summary: Create proper FIX for angular-strap dropdown SelectAll/DeselectAll or even use another component instead Key: IGNITE-1939 URL: https://issues.apache.org/jira

[jira] [Created] (IGNITE-1932) Wrong value of BusyTimePercentage metric after ignite.cluster().resetMetrics()

2015-11-17 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1932: Summary: Wrong value of BusyTimePercentage metric after ignite.cluster().resetMetrics() Key: IGNITE-1932 URL: https://issues.apache.org/jira/browse/IGNITE-1932

[jira] [Created] (IGNITE-1929) Add code snippets for C++ and C#.

2015-11-16 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1929: Summary: Add code snippets for C++ and C#. Key: IGNITE-1929 URL: https://issues.apache.org/jira/browse/IGNITE-1929 Project: Ignite Issue Type: Sub

Re: Ignite Console and PlatformConfiguration

2015-11-16 Thread Alexey Kuznetsov
Dmitriy, Good catch on code snippets! Will create an issue for this. On Tue, Nov 17, 2015 at 12:29 PM, Dmitriy Setrakyan wrote: > Agree. > > I think we should have C++ and .NET code snippets as well. > > D. > > On Mon, Nov 16, 2015 at 7:30 PM, Alexey Kuznetsov > >

Ignite Console and PortableMarshaller

2015-11-16 Thread Alexey Kuznetsov
support for PortableMarshaller to Ignite Console? -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Ignite Console and PlatformConfiguration

2015-11-16 Thread Alexey Kuznetsov
ds. I see that it has descendants: PlatformCppConfiguration and PlatformDotNetConfiguration. I think this option should be added to Summary page as drop down "Platform" with possible choices "Java, C++, C#". Thoughts? -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Check Ignite code base with Findbugs.

2015-11-13 Thread Alexey Kuznetsov
tupid mistakes. > > > > Time ago I used to run Eclipse plugin for FindBugs, I believe something > > alike should exist for Idea as well. > > > > Sergi > > > > 2015-11-13 17:49 GMT+03:00 Alexey Kuznetsov : > > > > > Igniters, > > > >

Check Ignite code base with Findbugs.

2015-11-13 Thread Alexey Kuznetsov
Igniters, What do you think about checking Ignite code base with Findbugs ( http://findbugs.sourceforge.net)? Does it make sense? Maybe someone will try? Thoughts? -- Alexey Kuznetsov

[jira] [Created] (IGNITE-1888) IgniteNode for Yardstick stared without Spring ApplicationContext

2015-11-10 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1888: Summary: IgniteNode for Yardstick stared without Spring ApplicationContext Key: IGNITE-1888 URL: https://issues.apache.org/jira/browse/IGNITE-1888 Project

[jira] [Created] (IGNITE-1879) Add platforms configurations

2015-11-10 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1879: Summary: Add platforms configurations Key: IGNITE-1879 URL: https://issues.apache.org/jira/browse/IGNITE-1879 Project: Ignite Issue Type: Sub-task

Random eviction policy

2015-11-09 Thread Alexey Kuznetsov
I see that we have this issue: *IGNITE-1817 Deprecate RandomEvictionPolicy and IgniteCache.randomEntry method * https://issues.apache.org/jira/browse/IGNITE-1817 It seems that we should remove RandomEvictionPolicy from Ignite Console UI / code generation too. Am I right? -- Alexey Kuznetsov

Re: Web console - No java code on summary page?

2015-11-09 Thread Alexey Kuznetsov
ava code for the Server and Client > configuration anymore. It was fine before. In fact, there is no XML code > for client configuration when I land on that page, unless I set the near > cache configuration. Is this a bug or this is how it is supposed to behave? > > Thanks, >

Re: GIT branch audit

2015-11-09 Thread Alexey Kuznetsov
t ignite-client-bench ignite-fake-branch > ignite-force-keys > > > ignite-h2 ignite-kerberos ignite-mvcc-opt ignite-perftest > > > ignite-rat-broken ignite-slow-rebal > > > ignite-split-cache-ts ignite-sprint-3 ignite-sprint-3-world-p1 > > > ignite-sprint-4 > > > ignite-sprint-4-1.0.5-7.0.5 ignite-sprint-4-1.0.6-7.0.6 > > > ignite-sprint-4-1.0.7-7.0.7 > > > ignite-sprint-4-7.0.5-debug ignite-sprint-5 ignite-sprint-6 > > > ignite-support804 > > > [ErrorCollection{status=404, errors={}, errorMessages=[Issue Does Not > > > Exist]}] ignite-user-req ignite-yardstick-client > > ignite-yardstick-client-2 > > > > > > -- Artem -- > > > > > > On Thu, Oct 15, 2015 at 1:20 AM, Konstantin Boudnik > > > wrote: > > > > > > > On Wed, Oct 14, 2015 at 03:17PM, Dmitriy Setrakyan wrote: > > > > > On Wed, Oct 14, 2015 at 3:14 PM, Konstantin Boudnik < > c...@apache.org> > > > > wrote: > > > > > > > > > > > On Wed, Oct 14, 2015 at 03:11PM, Dmitriy Setrakyan wrote: > > > > > > > Igniters, > > > > > > > > > > > > > > I just looked at our GIT and it looks like we have 100s of > > branches > > > > > > there, > > > > > > > mostly for legacy reasons, in my view. The new development > > process > > > > does > > > > > > not > > > > > > > require creating many branches anymore. > > > > > > > > > > > > > > > > > > > > > Would be nice if someone could do a branch audit and delete all > > the > > > > > > > branches for which tickets have been closed. > > > > > > > > > > > > > > Also, we should send the list of some stale branches here, and > > have > > > > the > > > > > > > community comment on whether they can be deleted. > > > > > > > > > > > > Or perhaps we can start with everyone taking a look and simply > > > > removing the > > > > > > branches belongs to the person and no longer needed. Then only > > audit > > > > the > > > > > > leftovers, which might be faster and simpler? > > > > > > > > > > > > > > > I think we could end up with everyone doing the same thing then. > > There > > > is > > > > > no way folks will remember which branch belongs to them by simply > > > looking > > > > > at the branch number. > > > > > > > > Hmmm, ok then ;) > > > > > > > > > > > > > > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

[jira] [Created] (IGNITE-1870) Add aggregation function for Y axes values in TIME_LINE mode

2015-11-08 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1870: Summary: Add aggregation function for Y axes values in TIME_LINE mode Key: IGNITE-1870 URL: https://issues.apache.org/jira/browse/IGNITE-1870 Project: Ignite

[jira] [Created] (IGNITE-1869) Generate separate cache for each metadata loaded from DB

2015-11-08 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1869: Summary: Generate separate cache for each metadata loaded from DB Key: IGNITE-1869 URL: https://issues.apache.org/jira/browse/IGNITE-1869 Project: Ignite

Re: Issues with web console

2015-11-05 Thread Alexey Kuznetsov
ConfigurationFactory and > SeverConfigurationFactory classes is missing. > 3. There should be simple 'nodeStartup' class for starting a node, in the > IDE, using the XML configuration file. > > -Prachi > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Do we really need separate class for store configuration?

2015-11-05 Thread Alexey Kuznetsov
GNITE-1371 Key-Value store (like Cassandra) as CacheStore" https://issues.apache.org/jira/browse/IGNITE-1371 There also implemented factory and store and I need to know what will be our idiomatic approach for cache storages? Config -> Factory -> Store or just Factory -> Store? T

[jira] [Created] (IGNITE-1857) We should generate download.zip directly in browser

2015-11-04 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1857: Summary: We should generate download.zip directly in browser Key: IGNITE-1857 URL: https://issues.apache.org/jira/browse/IGNITE-1857 Project: Ignite

Re: HTTP-REST sql query ID problem

2015-11-04 Thread Alexey Kuznetsov
query-id and returning an error whenever the clientID does not > match? > > On Wed, Nov 4, 2015 at 1:13 AM, Alexey Kuznetsov > wrote: > > > Igniters, > > > > I found that we have following problems with HTTP-REST sql query API. > > > > After user e

Re: HTTP-REST sql query ID problem

2015-11-04 Thread Alexey Kuznetsov
t left off. To make that work you > would also need a client id (equivalent to a CompId in FIX) to make each > request unique. > On 4 Nov 2015 09:13, "Alexey Kuznetsov" wrote: > > > Igniters, > > > > I found that we have following problems with HTTP-REST sql q

HTTP-REST sql query ID problem

2015-11-04 Thread Alexey Kuznetsov
random long. OR Generate queryId as random UUID in this case it will be globally random, no need for nodeId. But I'm afraid this will break backward compatibility. Thoughts? -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Ignite-1.5 Release

2015-11-03 Thread Alexey Kuznetsov
> > > > > > > > > > > > > > > > > > > > > > > > > > On Mon, Nov 2, 2015 at 4:35 PM, Yakov Zhdanov < > > > > > > > > yzhda...@apache.org > > > > > > > > > > > > > > > > > > > > > > wrote: > > > > > > > > > > > > > > > > > > > > > > > > > >> Guys, > > > > > > > > > > > > >> > > > > > > > > > > > > >> I think we can start preparation to Ignite-1.5 > > release > > > > > which > > > > > > > > will > > > > > > > > > > > > include > > > > > > > > > > > > >> many interesting features: > > > > > > > > > > > > >> > > > > > > > > > > > > >> 1. Portable object API > > > > > > > > > > > > >> https://issues.apache.org/jira/browse/IGNITE-1486 > > > > > > > > > > > > >> > > > > > > > > > > > > >> 2. Ignite.NET and Ignite C++ > > > > > > > > > > > > >> https://issues.apache.org/jira/browse/IGNITE-1282 > > > > > > > > > > > > >> > > > > > > > > > > > > >> 3. Optimistic serializable transactions > > > > > > > > > > > > >> https://issues.apache.org/jira/browse/IGNITE-1607 > > > > > > > > > > > > >> > > > > > > > > > > > > >> 4. Distributed SQL joins - we will be able to > query > > > > > > > > non-collocated > > > > > > > > > > > data > > > > > > > > > > > > as > > > > > > > > > > > > >> well > > > > > > > > > > > > >> https://issues.apache.org/jira/browse/IGNITE-1232 > > > > > > > > > > > > >> > > > > > > > > > > > > >> 5. Enhanced Oracle and IBM JDK interoperability > > > > > > > > > > > > >> https://issues.apache.org/jira/browse/IGNITE-1526 > > > > > > > > > > > > >> > > > > > > > > > > > > >> 6. MQTT streamer > > > > > > > > > > > > >> https://issues.apache.org/jira/browse/IGNITE-535 > > > > > > > > > > > > >> > > > > > > > > > > > > >> 7. Continuous query failover > > > > > > > > > > > > >> https://issues.apache.org/jira/browse/IGNITE-426 > > > > > > > > > > > > >> > > > > > > > > > > > > >> 8. Significant transactional cache performance > > > > > optimizations > > > > > > > - I > > > > > > > > > > will > > > > > > > > > > > > >> merge > > > > > > > > > > > > >> these changes from 'ignite-1.4-slow-server-debug' > > > today > > > > or > > > > > > > > > tomorrow. > > > > > > > > > > > > >> > > > > > > > > > > > > >> 9. Many stability and fault-tolerance fixes. > > > > > > > > > > > > >> > > > > > > > > > > > > >> 10. I would also like to include distributed > > > Semaphore. > > > > > > > > Vladislav, > > > > > > > > > > any > > > > > > > > > > > > >> chance you can finish with it this week? > > > > > > > > > > > > >> https://issues.apache.org/jira/browse/IGNITE- > > > > > > > > > > > > >> <https://issues.apache.org/jira/browse/IGNITE-426 > > >638 > > > > > > > > > > > > >> > > > > > > > > > > > > >> Thanks to everyone involved! Guys, esp. assignees > of > > > > > > mentioned > > > > > > > > > > issues, > > > > > > > > > > > > >> please respond to this email and let us know when > > can > > > we > > > > > > > expect > > > > > > > > > your > > > > > > > > > > > > >> changes being merged to master and release branch? > > > > > > > > > > > > >> > > > > > > > > > > > > >> Can someone create ignite-1.5 release branch? > > > > > > > > > > > > >> > > > > > > > > > > > > >> --Yakov > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

[jira] [Created] (IGNITE-1833) VisorCache task collects wrong backup partitions information

2015-11-02 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1833: Summary: VisorCache task collects wrong backup partitions information Key: IGNITE-1833 URL: https://issues.apache.org/jira/browse/IGNITE-1833 Project: Ignite

[jira] [Created] (IGNITE-1831) Implement Web Console packaging

2015-11-02 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1831: Summary: Implement Web Console packaging Key: IGNITE-1831 URL: https://issues.apache.org/jira/browse/IGNITE-1831 Project: Ignite Issue Type: Sub

Re: Contributing to Ignite

2015-11-01 Thread Alexey Kuznetsov
. On Mon, Nov 2, 2015 at 2:24 PM, Дмитрийфф wrote: > Hello, > > I am Dmitriy. > > I am looking for contributing in the project. I have a lot of experience in > Web-development. > > Best Regards. > > -- > By Dmitriyff Smile =-) > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: web console question

2015-10-30 Thread Alexey Kuznetsov
ssue. Ideally, we should generate both, > client and server XML configurations (or code snippets) and have one > download. > > Also, on a slightly different node, near cache configuration does not get > included into the generated XML file. I think it is a bug. > > Thoug

Re: Portables hash code.

2015-10-30 Thread Alexey Kuznetsov
ObjectBuilder builder = …; // initialize > > Collection c = new ArrayList<>(); > > for (each field required for hash) { > c.add(builder.getField(name)); > } > > int hash = hasher.hashCode(c); > > builder.hashCode(hash); // Set hash-code on the builder. >

Re: Portables hash code.

2015-10-29 Thread Alexey Kuznetsov
uilder(); > > populateFromResultSet(bld); > > IgniteObject bldView = new BuilderIgniteObjectView(bld); > > int hashCode = hashBuilder.hashCode(bldView); > bld.hashCode(hashCode); > > bld.build(); > > > Thoughts? > > 2015-10-29 16:34 GMT+03:00 Alexey Kuznetsov

Re: Portables hash code.

2015-10-29 Thread Alexey Kuznetsov
Builder.hash()).build(); Thoughts? -- Alexey Kuznetsov GridGain Systems www.gridgain.com

[jira] [Created] (IGNITE-1807) Visor console should write logs to file in quite mode

2015-10-28 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1807: Summary: Visor console should write logs to file in quite mode Key: IGNITE-1807 URL: https://issues.apache.org/jira/browse/IGNITE-1807 Project: Ignite

Re: Web Console - Load metadata from database

2015-10-28 Thread Alexey Kuznetsov
2015 at 10:14 AM, Prachi Garg wrote: > I see. What about the tables being selected? Can we have them cleared when > the popup launches? > > -P > > > > On Oct 28, 2015, at 7:49 PM, Alexey Kuznetsov > wrote: > > > > Prach, > > > > Thanks for typos

Re: Web Console - Load metadata from database

2015-10-28 Thread Alexey Kuznetsov
s on > the web console. Please take a look. > > Thanks, > -Prachi > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Portables hash code.

2015-10-28 Thread Alexey Kuznetsov
alculation and equality checks. Thoughs? [1] https://cwiki.apache.org/confluence/display/IGNITE/Jdbc+Store+Configuration On Wed, Oct 28, 2015 at 1:06 PM, Alexey Kuznetsov wrote: > Denis, > > My use case: > > In my legacy database I have table Organization with compound ID: (sb

Re: Portables hash code.

2015-10-27 Thread Alexey Kuznetsov
efault implementation of hashCode/equals. > > However, I don’t see any significant reason why the end user needs to use > portable objects as keys. > > — > Denis > > > On 28 окт. 2015 г., at 7:42, Alexey Kuznetsov > wrote: > > > > Dmitriy, > > > >>&g

Re: Portables hash code.

2015-10-27 Thread Alexey Kuznetsov
> How about we check that dashcode is not 0 when storing portable keys in > cache? > > On Tue, Oct 27, 2015 at 8:42 PM, Alexey Kuznetsov > > wrote: > > > Andrey, thanks. > > > > Actually I use this not well documented method to solve my problem. > > >

Re: Portables hash code.

2015-10-27 Thread Alexey Kuznetsov
PortableBuilder.build() method? > > > > Or may be we could add boolean argument PortableBuilder.build(boolean > > generateHashCode)? > > > > Thoughts? > > > > P.S. After I added manual hashcode calculation to my CacheJdbcPojoStore > > performance drop is gone away. > > > > > > [1] https://issues.apache.org/jira/browse/IGNITE-1753 > > -- > > Alexey Kuznetsov > > GridGain Systems > > www.gridgain.com > > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Portables hash code.

2015-10-27 Thread Alexey Kuznetsov
ne away. [1] https://issues.apache.org/jira/browse/IGNITE-1753 -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Parallel execution of cache.loadCache() and SCAN query.

2015-10-27 Thread Alexey Kuznetsov
xecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) On Tue, Oct 27, 2015 at 3:12 PM, Alexey Kuznetsov wrote: > Igniters, > > I've got following situation: > 1) Start Ignite node. > 2) Start load from stor

Parallel execution of cache.loadCache() and SCAN query.

2015-10-27 Thread Alexey Kuznetsov
r? I expected that SCAN query will immediately return with some data already loaded into cache. -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: query configuration design

2015-10-26 Thread Alexey Kuznetsov
gniters, > > > > > > I want to point out that there is an active discussion going on about > > query > > > configuration design here: > > > > > > > > > > > > https://cwiki.apache.org/confluence/display/IGNITE/Extendable

Re: Ignite Web Console - Loading metadata from MySQL

2015-10-23 Thread Alexey Kuznetsov
: > On Thu, Oct 22, 2015 at 7:04 PM, Alexey Kuznetsov > > wrote: > > > Prachi, > > > > If this issue: https://issues.apache.org/jira/browse/IGNITE-1761 > > > > Is the same as you propose? > > > > Yes, looks like the same thing :-) > > >

Re: Ignite Web Console - Loading metadata from MySQL

2015-10-23 Thread Alexey Kuznetsov
, Oct 23, 2015 at 5:09 PM, Dmitriy Setrakyan wrote: > On Thu, Oct 22, 2015 at 7:04 PM, Alexey Kuznetsov > > wrote: > > > Prachi, > > > > If this issue: https://issues.apache.org/jira/browse/IGNITE-1761 > > > I have looked at the ticket and it seems li

Re: Ignite Web Console - Loading metadata from MySQL

2015-10-22 Thread Alexey Kuznetsov
L driver JAR? > > > > > > > The question (?) helper popup next to the driver field actually explains > > what to do. You need to copy the driver JAR into the “jdbc-drivers” > folder > > in the agent. > > > > > > > Thanks, > > > -Prachi > > > > > > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

[jira] [Created] (IGNITE-1775) Show Y-columns in chart settings with same color as chart

2015-10-22 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1775: Summary: Show Y-columns in chart settings with same color as chart Key: IGNITE-1775 URL: https://issues.apache.org/jira/browse/IGNITE-1775 Project: Ignite

Re: Data Snapshots in Ignite

2015-10-22 Thread Alexey Kuznetsov
:31 PM, Dmitriy Setrakyan wrote: > Not sure how CQEngine will help for snapshotting of Ignite. Can you > explain? > > On Wed, Oct 21, 2015 at 7:48 PM, Alexey Kuznetsov > > wrote: > > > Some time ago we already discussed snapshots idea while discussing > library >

[jira] [Created] (IGNITE-1762) Chart settings should be preserved between chats type switch

2015-10-21 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1762: Summary: Chart settings should be preserved between chats type switch Key: IGNITE-1762 URL: https://issues.apache.org/jira/browse/IGNITE-1762 Project: Ignite

Re: Data Snapshots in Ignite

2015-10-21 Thread Alexey Kuznetsov
; difficult (double-the-work) to support both, in-memory and disk formats. > > Also, storing snapshots in-memory would require extra memory (a lot of > it) > > for something that gets saved mainly for historic purposes or offline > > analysis. > > Ah, good points! Agree. > > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Ignite Web Console - Loading metadata from MySQL

2015-10-21 Thread Alexey Kuznetsov
tried running the Ignite web agent in > both test and non-test modes. How can I provide the MySQL driver JAR? > > Thanks, > -Prachi > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

[jira] [Created] (IGNITE-1753) Rework CacheJdbcPojoStore to new API.

2015-10-21 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1753: Summary: Rework CacheJdbcPojoStore to new API. Key: IGNITE-1753 URL: https://issues.apache.org/jira/browse/IGNITE-1753 Project: Ignite Issue Type

Asc and desc index on same field.

2015-10-19 Thread Alexey Kuznetsov
. Thoughts? -- Alexey Kuznetsov GridGain Systems www.gridgain.com

[jira] [Created] (IGNITE-1715) Add button [Reset] on Cluster, Caches and Metadata screens

2015-10-16 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1715: Summary: Add button [Reset] on Cluster, Caches and Metadata screens Key: IGNITE-1715 URL: https://issues.apache.org/jira/browse/IGNITE-1715 Project: Ignite

[jira] [Created] (IGNITE-1714) Refactor generation of downloaded ZIP file on summary screen

2015-10-16 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1714: Summary: Refactor generation of downloaded ZIP file on summary screen Key: IGNITE-1714 URL: https://issues.apache.org/jira/browse/IGNITE-1714 Project: Ignite

[jira] [Created] (IGNITE-1712) Disable username and password (with proper placeholder) in load metadata for test drive

2015-10-16 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1712: Summary: Disable username and password (with proper placeholder) in load metadata for test drive Key: IGNITE-1712 URL: https://issues.apache.org/jira/browse/IGNITE-1712

[jira] [Created] (IGNITE-1710) SQL test drive should update caches with random values

2015-10-16 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1710: Summary: SQL test drive should update caches with random values Key: IGNITE-1710 URL: https://issues.apache.org/jira/browse/IGNITE-1710 Project: Ignite

[jira] [Created] (IGNITE-1709) We should select cluster\cache when creating new cache\metadata

2015-10-16 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1709: Summary: We should select cluster\cache when creating new cache\metadata Key: IGNITE-1709 URL: https://issues.apache.org/jira/browse/IGNITE-1709 Project

Re: Optimistic/serializable transactions implementation

2015-10-15 Thread Alexey Kuznetsov
flict resolution? On Thu, Oct 15, 2015 at 3:07 PM, Alexey Goncharuk < alexey.goncha...@gmail.com> wrote: > 2015-10-15 10:58 GMT+03:00 Alexey Kuznetsov : > > > > Also it is not clear for me, how transaction order is assigned / > > calculated? > > If I st

Re: Optimistic/serializable transactions implementation

2015-10-15 Thread Alexey Kuznetsov
s: with 'try-lock' approach percent > of rollbacks is ~80%, with new algorithm is ~1% (but of course with > real-life test results can be different). > > Does anyone see problems with this locking approach? > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: version names

2015-09-27 Thread Alexey Kuznetsov
ot; for release branches? What do you think? -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: [VOTE] Apache Ignite 1.4.0 Release (RC1)

2015-09-25 Thread Alexey Kuznetsov
ags/ignite-1.4.0-rc1 > > > > RELEASENOTES > > > > > https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=refs/tags/ignite-1.4.0-rc1 > > > > Please start voting. > > > > +1 - to accept Apache Ignite 1.4.0 > > 0 - don't care either way > > -1 - DO NOT accept Apache Ignite 1.4.0 (explain why) > > > > This vote will go for 72 hours. > > > > --Yakov > > > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: ignite-schema-import

2015-09-25 Thread Alexey Kuznetsov
whole project shows as > RED in the Maven take in IDEA. All modules have problem with > "com.sun.tools:1.4.2" dependency. > > Any idea? > > D. > > On Wed, Sep 16, 2015 at 11:22 PM, Alexey Kuznetsov < > akuznet...@gridgain.com> > wrote: > > > Seems

Re: visor-console compilation error

2015-09-20 Thread Alexey Kuznetsov
throws my way, > but > yet - I didn't know that folks at TypeSafe are still live in 1983. Anyway, > anyone else observes the same? > > Appreciate any input > Cos > > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

[jira] [Created] (IGNITE-1498) Add support for specifying config via command line option

2015-09-16 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1498: Summary: Add support for specifying config via command line option Key: IGNITE-1498 URL: https://issues.apache.org/jira/browse/IGNITE-1498 Project: Ignite

Re: ignite-schema-import

2015-09-16 Thread Alexey Kuznetsov
ules have been removed from Maven structure: > "ignite-schema-import"? > > D. > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Patch for IGNITE-1395

2015-09-16 Thread Alexey Kuznetsov
for minor issue IGNITE-1395. Can you please assign me? > Regards,Roman > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Heap size in topology snapshot

2015-09-11 Thread Alexey Kuznetsov
veryManager] > Topology snapshot [ver=5, servers=4, clients=1, CPUs=4, heap=9.0GB] > > But really only server nodes heap used for a grid and it might confuse the > user for available heap on grid if a topology has a few server nodes and > many clients. > > -- > Sergey Kozlov > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Ignite Web Agent breaking change

2015-09-08 Thread Alexey Kuznetsov
rity token, click "here" > > Also, should we allow more than 1 security token per account? > > D. > > On Tue, Sep 8, 2015 at 1:20 AM, Alexey Kuznetsov > wrote: > > > Hi, All, > > > > I reworked Ignite Web Agent to use access token instead of a

Re: benchmarks documentation

2015-09-08 Thread Alexey Kuznetsov
page on Wiki in order for > everyone from community to be able to run benchmarks and get latest > information about performance of Apache Ignite. > > Thoughts? > -- > Ilya Suntsov > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Ignite web console

2015-09-08 Thread Alexey Kuznetsov
And login form has 3 states: login, register and forgot password, it looks better as modal and not as usual page On Tue, Sep 8, 2015 at 7:07 PM, Alexey Kuznetsov wrote: > We force user to click "Configure now" because I want to show landing page. > This page will be reworked in

Re: Ignite web console

2015-09-08 Thread Alexey Kuznetsov
t;. > > On Tue, Sep 8, 2015 at 11:28 AM, Vladimir Ozerov > wrote: > > > Usability concern - why do we force user doing click on "Configure now"? > > IMHO it is better to inline login force directly on the page. > > > > On Tue, Sep 8, 2015 at 11:12 AM,

Ignite Web Agent breaking change

2015-09-08 Thread Alexey Kuznetsov
impossible to do because we do not store them. 3) Token could be obtained (and regenerated if needed) on Web Control Center "Profile" screen. -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Ignite web console

2015-09-08 Thread Alexey Kuznetsov
neutrality, we should have a > page on the website listing all the vendors hosting the web-console with a > small blurb next to it. Something similar to Apache Subversion, for > example: https://subversion.apache.org/packages.html > > Does anyone have any concerns with this approach? > > D. > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Hello

2015-08-31 Thread Alexey Kuznetsov
Hi everyone. > > I will be happy to help) > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Ignite 1.4

2015-08-31 Thread Alexey Kuznetsov
; > >> It will be perfect if we can release on Fri Sep 4th. > > Here's the calculation: 9/4 - 72 hours of the vote = 9/1 Hence, the RC > should > > be in the vote on Tuesday hence the release will go without much of the > > testing by the community, right? > > Plus 24 hours for mirrors to catch up. > > And a side note: a Friday release? Really? :) > > -- Brane > > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Documented failure detection timeout parameter

2015-08-27 Thread Alexey Kuznetsov
to the failure detection timeout parameter > implemented not long time ago: > > http://apacheignite.gridgain.org/docs/cluster-config#failure-detection-timeout > > As always, comments and thoughts are welcomed! > > -- > Denis > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Ignite Web Control Center alpha version

2015-08-26 Thread Alexey Kuznetsov
h Web Control Center. Thanks. -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Documentation by contributors

2015-08-26 Thread Alexey Kuznetsov
e to add this as a requirement to the > process? > > Or are committers willing to take care of these docs in their entirety? > Usually it's most efficient to have the contributor document their own > feature/enhancement. > > We could use readme.io collaboration functi

Re: Ignite Web Control Center alpha version

2015-08-25 Thread Alexey Kuznetsov
onfiguration and you will see small preview with XML configuration on the right side. Tomorrow I'm going to implement generation java code for preview. Feedback are very welcome! Just go to http://104.197.2.239 and play with Web Control Center. Thanks. -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: Code is ready for bug fix https://issues.apache.org/jira/browse/IGNITE-1226

2015-08-25 Thread Alexey Kuznetsov
> > My first fix for Ignite > https://issues.apache.org/jira/browse/IGNITE-1226 > > is ready. > > Can someone grant the write privilege to github? > > > > > > Thanks, > > kcheng > > > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

<    3   4   5   6   7   8   9   >