Test (Ignore please)

2015-08-12 Thread Anton Vinogradov
Subj.

[jira] [Created] (IGNITE-1222) Concurrent cache close affects other threads.

2015-08-10 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-1222: Summary: Concurrent cache close affects other threads. Key: IGNITE-1222 URL: https://issues.apache.org/jira/browse/IGNITE-1222 Project: Ignite Issue

Re: Difference between pom.xml and pom-installed.xml

2015-08-06 Thread Anton Vinogradov
Hello, It used to generate pom files that will be uploaded to maven repository. Plugins configuration can be changed to configuration flattenModeminimum/flattenMode flattenedPomFilenamepom-installed.xml/flattenedPomFilename

Re: Rebalancing speedup (IGNITE-1093)

2015-08-05 Thread Anton Vinogradov
into Jira (I already did it for IGNITE-1093). D. On Thu, Jul 30, 2015 at 11:31 AM, Anton Vinogradov avinogra...@gridgain.com wrote: Hello, I think that speed of rebalancing can be increased by parallel handling of supply messages. Main Idea is to use per-partition topics

Rebalancing speedup (IGNITE-1093)

2015-07-30 Thread Anton Vinogradov
Hello, I think that speed of rebalancing can be increased by parallel handling of supply messages. Main Idea is to use per-partition topics. At the start of DemandPool we can create topics for every partition and handle each partition's supply messages at separated listener. In this case

Finished work on IGNITE-630 (Refactor GridMetadataAwareAdapter to use array)

2015-07-23 Thread Anton Vinogradov
Previously GridMetadataAwareAdapter used LeanMap to store entry's metadata. But LeanMap was not so lean as expected. I've created test (GridMetadataAwareAdapterLoadSelfTest) shows how much time and memory need to create 1_000_000 GridCacheMockEntry. Each case creates 1_000_000 entries and adds

Finished IGNITE-1067

2015-07-16 Thread Anton Vinogradov
Hi, I've finished work on LICENSE file generation. (https://issues.apache.org/jira/browse/IGNITE-1067) As a result we have 3 different LICENSE files: for sources package, for fabric and for hadoop. I've created module *ignite-apache-license-gen* based on *apache-resource-bundles*, and using

[jira] [Created] (IGNITE-1091) Node start from sources failed

2015-07-03 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-1091: Summary: Node start from sources failed Key: IGNITE-1091 URL: https://issues.apache.org/jira/browse/IGNITE-1091 Project: Ignite Issue Type: Bug

Re: [RESULT] [VOTE] Apache Ignite 1.2.0 release (RC2)

2015-07-01 Thread Anton Vinogradov
Hello, As Justin said we have dependency on javax.servlet-api-3.0.1 (CDDL + GPLv2). As far as I understang we can not ptovide this artifact as a part of Ignite binary distribution. But I found that Apache Tomcat have same (javax.servlet.*) classes under Apache licence (for example -

Re: was 1.2 officially released?

2015-07-01 Thread Anton Vinogradov
Apachу Maven Repository contains 1.2.0 - https://repo.maven.apache.org/maven2/org/apache/ignite/ignite-core/1.2.0-incubating/ Does anybody knows how to force mvnrepository.com mirroring? On Tue, Jun 30, 2015 at 8:08 PM, Ognen Duzlevski ognen.duzlev...@gmail.com wrote: Yeah, places like

Re: [RESULT] [VOTE] Apache Ignite 1.2.0 release (RC2)

2015-07-01 Thread Anton Vinogradov
:11 PM, Anton Vinogradov avinogra...@gridgain.com wrote: Hello, As Justin said we have dependency on javax.servlet-api-3.0.1 (CDDL + GPLv2). As far as I understang we can not ptovide this artifact as a part of Ignite binary distribution. But I found that Apache Tomcat have same (javax.servlet

Re: [RESULT] [VOTE] Apache Ignite 1.2.0 release (RC2)

2015-07-01 Thread Anton Vinogradov
Ignite website directly. D. On Wed, Jul 1, 2015 at 8:07 AM, Anton Vinogradov avinogra...@gridgain.com wrote: Also, Currently lgpl profile is turned on during Ignite Fabric Release build and as a result distribution contain lgpl artifacts

Re: [RESULT] [VOTE] Apache Ignite 1.2.0 release (RC2)

2015-06-30 Thread Anton Vinogradov
Brane, I'm working on this issue (IGNITE-1060) On Mon, Jun 29, 2015 at 8:18 PM, Branko Čibej br...@apache.org wrote: On 26.06.2015 14:52, Yakov Zhdanov wrote: Brane, mvn clean package does this. The process is covered in DEVNOTES.txt Is that what you ask about? No, I'm asking where (on

[jira] [Created] (IGNITE-1067) Binary LICENSE and NOTICE fix

2015-06-30 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-1067: Summary: Binary LICENSE and NOTICE fix Key: IGNITE-1067 URL: https://issues.apache.org/jira/browse/IGNITE-1067 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-1060) Remove gar files from source release

2015-06-29 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-1060: Summary: Remove gar files from source release Key: IGNITE-1060 URL: https://issues.apache.org/jira/browse/IGNITE-1060 Project: Ignite Issue Type

Re: destroying cache when IgniteCache.close()

2015-06-29 Thread Anton Vinogradov
Hello, Task https://issues.apache.org/jira/browse/IGNITE-929 was not merged to latest release due risk of unexpected problems. TC was overloaded and I had no chance to test this feature appropriately. Going to prepare it for final review next days and merge before next release. On Mon, Jun 29,

Re: Ignite code styles for Idea

2015-06-11 Thread Anton Vinogradov
Artiom, I thihk instruction how to setup code styles should be added to DEVNOTES, at least link to wiki. On Thu, Jun 11, 2015 at 1:36 PM, Artiom Shutak ashu...@gridgain.com wrote: Andrey, thanks! It's really useful thing. I think it would be great to have info about it on the top of

Re: merging 1.1.0 to master

2015-06-09 Thread Anton Vinogradov
Merged. On Fri, Jun 5, 2015 at 12:57 PM, Dmitriy Setrakyan dsetrak...@apache.org wrote: Was the 1.1.0 release merged to master? If not, can someone merge it please? Thanks, D.

Error when starting grid by client node

2015-06-05 Thread Anton Vinogradov
Hello, I've found that we have unexpected error while starting grid by client node. Seems it has to be an error like Grid can not be started by client node. See Issue for details https://issues.apache.org/jira/browse/IGNITE-997

Re: Build errors on bleeding edge

2015-06-02 Thread Anton Vinogradov
: Oracle Corporation Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre Default locale: en_IN, platform encoding: UTF-8 OS name: linux, version: 3.2.0-44-generic, arch: amd64, family: unix Yes, I used mvn clean package -DskipTests On Tue, Jun 2, 2015 at 2:42 PM, Anton Vinogradov avinogra

Re: Build errors on bleeding edge

2015-06-02 Thread Anton Vinogradov
:1.7.0_79 at specified path /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jfxrt.jar - [Help 1] Please advice. This is hampering my development On Mon, Jun 1, 2015 at 9:26 PM, Anton Vinogradov avinogra...@gridgain.com wrote: Atri, Seems you have you have network problems during build. We have

Re: Build errors on bleeding edge

2015-06-02 Thread Anton Vinogradov
not transfer artifact org.bouncycastle:bcpkix-jdk15on:pom:1.50 from/to central ( http://repo.maven.apache.org/maven2): Connection reset - [Help 1] On Tue, Jun 2, 2015 at 3:01 PM, Anton Vinogradov avinogra...@gridgain.com wrote: Atri, Seem you still have problem with connection to public maven

Re: [RESULT][VOTE] Apache Ignite 1.1.0 release (RC7)

2015-06-01 Thread Anton Vinogradov
Brane, I've deleted 1.1.0-rc7 https://dist.apache.org/repos/dist/dev/incubator/ignite/1.1.0-rc7 from dist/dev. Next time we will use svn move. On Fri, May 29, 2015 at 10:17 PM, Branko Čibej br...@apache.org wrote: On 28.05.2015 13:43, Yakov Zhdanov wrote: Hello! The vote has been

Re: Build errors on bleeding edge

2015-06-01 Thread Anton Vinogradov
Atri, Seems you have you have network problems during build. We have internal TeamCity server which compiles Apache Ignite on each commit using JDK 7 and 8. And I see no maven specific errors at these builds logs. Do you have the same error message each time you running build? Marko, Could you

Re: The *-tests artifacts in maven repository

2015-05-29 Thread Anton Vinogradov
Sergey, *-tests artifacts contains shared tests. It means these tests are used by another modules. Everyone can use these tests as dependency in their maven projects instead of copying from sources. I see no reasons to discontinue deploying. On Fri, May 29, 2015 at 4:54 PM, Sergey Kozlov

Re: Ignite dist

2015-05-25 Thread Anton Vinogradov
Cos, https://dist.apache.org/repos/dist/release/incubator/ignite has correct file/folder structure. https://archive.apache.org/dist/incubator/ignite/ seems to be automatically generated archive based on dist.apache.org/repos/dist svn. Is there any way to get write access to it? On Mon, May 25,

Re: Jira usernames

2015-05-22 Thread Anton Vinogradov
avinogradov On Fri, May 22, 2015 at 1:27 PM, Sergi Vladykin sergi.vlady...@gmail.com wrote: sergi.vladykin Sergi 2015-05-22 12:51 GMT+03:00 Andrey Gura ag...@gridgain.com: agura On Thu, May 21, 2015 at 10:07 PM, Artiom Shutak ashu...@gridgain.com wrote: Hi, Igniters,

[jira] [Created] (IGNITE-939) Cache close() produces Different deployment IDs errors

2015-05-22 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-939: --- Summary: Cache close() produces Different deployment IDs errors Key: IGNITE-939 URL: https://issues.apache.org/jira/browse/IGNITE-939 Project: Ignite

[jira] [Created] (IGNITE-926) Binary release should ends with -bin

2015-05-20 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-926: --- Summary: Binary release should ends with -bin Key: IGNITE-926 URL: https://issues.apache.org/jira/browse/IGNITE-926 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-898) Ignite does not starts when fiolder name contains space

2015-05-13 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-898: --- Summary: Ignite does not starts when fiolder name contains space Key: IGNITE-898 URL: https://issues.apache.org/jira/browse/IGNITE-898 Project: Ignite

Re: [VOTE] Apache Ignite 1.1.0 release (RC2)

2015-05-12 Thread Anton Vinogradov
Cos, Keys uploaded to https://www.apache.org/dist/incubator/ignite/ and we will update them if necessary. On Fri, May 8, 2015 at 7:55 PM, Konstantin Boudnik c...@apache.org wrote: On Fri, May 08, 2015 at 04:18PM, Anton Vinogradov wrote: Cos, Yakov, I've fixed rat issues and removed

Re: [VOTE] Apache Ignite 1.1.0 release (RC3)

2015-05-12 Thread Anton Vinogradov
Hello Cos. Here's the problem though: $ ./bin/ignite.sh ./bin/ignite.sh: line 61: /home/cos/workspaces/1.1.0- RC3/ignite-1.1.0-incubating-src/bin/include/target-classpath.sh: No such file or directory Error: Could not find or load main class org.apache.ignite.startup.

Re: [VOTE] Apache Ignite 1.1.0 release (RC2)

2015-05-08 Thread Anton Vinogradov
. - which is a dubious security practice, at the very least. let's include this change into the respin. Thanks Cos On Thu, May 07, 2015 at 01:54PM, Anton Vinogradov wrote: Guys, We have uploaded release candidate to https://people.apache.org/~sboikov/1.1.0-RC2/ Tag name

[jira] [Created] (IGNITE-877) TC Upload task should commit to svn and create tag

2015-05-07 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-877: --- Summary: TC Upload task should commit to svn and create tag Key: IGNITE-877 URL: https://issues.apache.org/jira/browse/IGNITE-877 Project: Ignite

Re: Development process

2015-04-30 Thread Anton Vinogradov
Brane, thanks for review Release artifact name template is specified at main pom.xml: ignite.zip.patternignite-${ignite.edition}-${project.version}-incubating/ignite.zip.pattern This property value can be changed, for example by command line parameter. I've added this to instruction. Source

test

2015-04-29 Thread Anton Vinogradov
test

[jira] [Created] (IGNITE-756) The documentation on how to build a release should be located in DEVNOTES

2015-04-15 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-756: --- Summary: The documentation on how to build a release should be located in DEVNOTES Key: IGNITE-756 URL: https://issues.apache.org/jira/browse/IGNITE-756

[jira] [Created] (IGNITE-667) Move release/javadoc at parent pom to default profile

2015-04-02 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-667: --- Summary: Move release/javadoc at parent pom to default profile Key: IGNITE-667 URL: https://issues.apache.org/jira/browse/IGNITE-667 Project: Ignite

[jira] [Created] (IGNITE-570) Fix javadoc according to Jdk8 rules

2015-03-24 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-570: --- Summary: Fix javadoc according to Jdk8 rules Key: IGNITE-570 URL: https://issues.apache.org/jira/browse/IGNITE-570 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-487) Rename jdk8.backport classes

2015-03-16 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-487: --- Summary: Rename jdk8.backport classes Key: IGNITE-487 URL: https://issues.apache.org/jira/browse/IGNITE-487 Project: Ignite Issue Type: Task

[jira] [Updated] (IGNITE-10) Fix ignite components [de]serialization

2015-03-16 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov updated IGNITE-10: --- Fix Version/s: (was: sprint-2) sprint-3 Fix ignite components [de

[jira] [Updated] (IGNITE-395) Beautify Javadoс generation inside main pom

2015-03-12 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov updated IGNITE-395: Fix Version/s: sprint-3 Beautify Javadoс generation inside main pom

[jira] [Created] (IGNITE-470) Fix examples poms

2015-03-12 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-470: --- Summary: Fix examples poms Key: IGNITE-470 URL: https://issues.apache.org/jira/browse/IGNITE-470 Project: Ignite Issue Type: Task Reporter

[jira] [Commented] (IGNITE-432) Fix javadoc warnings at builds

2015-03-12 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14359289#comment-14359289 ] Anton Vinogradov commented on IGNITE-432: - one more warning /Users/Dmitriy

[jira] [Commented] (IGNITE-432) Fix javadoc warnings at builds

2015-03-11 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14357227#comment-14357227 ] Anton Vinogradov commented on IGNITE-432: - for example [WARNING] C:\ignite

[jira] [Updated] (IGNITE-388) Ignite new branch release TC tasks

2015-03-11 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov updated IGNITE-388: Fix Version/s: sprint-3 Ignite new branch release TC tasks

[jira] [Updated] (IGNITE-243) Javadoc and Scaladoc still use resources from http://gridgain.com

2015-03-11 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov updated IGNITE-243: Fix Version/s: (was: sprint-2) sprint-3 Javadoc and Scaladoc still

[jira] [Updated] (IGNITE-62) Fix project build after project migration

2015-03-11 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov updated IGNITE-62: --- Fix Version/s: sprint-3 Fix project build after project migration

[jira] [Commented] (IGNITE-388) Ignite new branch release TC tasks

2015-03-11 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14357449#comment-14357449 ] Anton Vinogradov commented on IGNITE-388: - Also need to create wiki article

[jira] [Assigned] (IGNITE-424) Update success flag is not checked in atomic cache

2015-03-11 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov reassigned IGNITE-424: --- Assignee: Anton Vinogradov (was: Yakov Zhdanov) Update success flag is not checked

[jira] [Created] (IGNITE-448) Create Teamcity git account

2015-03-10 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-448: --- Summary: Create Teamcity git account Key: IGNITE-448 URL: https://issues.apache.org/jira/browse/IGNITE-448 Project: Ignite Issue Type: Task

[jira] [Assigned] (IGNITE-446) Implement cache topology validator

2015-03-10 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov reassigned IGNITE-446: --- Assignee: Anton Vinogradov Implement cache topology validator

[jira] [Resolved] (IGNITE-290) Need to improve evictions not to use lookup to attributes map.

2015-03-10 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov resolved IGNITE-290. - Resolution: Fixed Need to improve evictions not to use lookup to attributes map

[jira] [Closed] (IGNITE-290) Need to improve evictions not to use lookup to attributes map.

2015-03-10 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov closed IGNITE-290. --- Need to improve evictions not to use lookup to attributes map

[jira] [Created] (IGNITE-432) Fix javadoc warnings at builds

2015-03-08 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-432: --- Summary: Fix javadoc warnings at builds Key: IGNITE-432 URL: https://issues.apache.org/jira/browse/IGNITE-432 Project: Ignite Issue Type: Improvement

[jira] [Created] (IGNITE-423) Exclude docs folder from builds

2015-03-06 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-423: --- Summary: Exclude docs folder from builds Key: IGNITE-423 URL: https://issues.apache.org/jira/browse/IGNITE-423 Project: Ignite Issue Type: Task

[jira] [Resolved] (IGNITE-412) Ignite Build Hadoop Only does not work.

2015-03-05 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov resolved IGNITE-412. - Resolution: Fixed Ignite Build Hadoop Only does not work

[jira] [Closed] (IGNITE-412) Ignite Build Hadoop Only does not work.

2015-03-05 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov closed IGNITE-412. --- Ignite Build Hadoop Only does not work

[jira] [Resolved] (IGNITE-309) ignite.rel.date should be removed from ignite.properties

2015-03-05 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov resolved IGNITE-309. - Resolution: Not a Problem ignite.rel.date should be removed from ignite.properties

[jira] [Created] (IGNITE-395) Beautify Javadoс generation inside main pom

2015-03-03 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-395: --- Summary: Beautify Javadoс generation inside main pom Key: IGNITE-395 URL: https://issues.apache.org/jira/browse/IGNITE-395 Project: Ignite Issue Type

[jira] [Resolved] (IGNITE-196) Implement Release Builds and Uploads tasks at TeamCity

2015-02-27 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov resolved IGNITE-196. - Resolution: Fixed Implement Release Builds and Uploads tasks at TeamCity

[jira] [Commented] (IGNITE-62) Fix project build after project migration

2015-02-18 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14325689#comment-14325689 ] Anton Vinogradov commented on IGNITE-62: - need to use apache commiter's cert

[jira] [Assigned] (IGNITE-62) Fix project build after project migration

2015-02-18 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov reassigned IGNITE-62: -- Assignee: Anton Vinogradov (was: Sergey Evdokimov) Fix project build after project

[jira] [Created] (IGNITE-291) Node console shows name of default cache as 'null' instead 'default'

2015-02-17 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-291: --- Summary: Node console shows name of default cache as 'null' instead 'default' Key: IGNITE-291 URL: https://issues.apache.org/jira/browse/IGNITE-291 Project

[jira] [Created] (IGNITE-290) Need to improve evictions not to use lookup to attributes map.

2015-02-17 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-290: --- Summary: Need to improve evictions not to use lookup to attributes map. Key: IGNITE-290 URL: https://issues.apache.org/jira/browse/IGNITE-290 Project: Ignite

[jira] [Assigned] (IGNITE-252) Rework optimized-classnames properties

2015-02-14 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov reassigned IGNITE-252: --- Assignee: Anton Vinogradov Rework optimized-classnames properties

[jira] [Closed] (IGNITE-242) Move Jdk8 backport to Core

2015-02-14 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov closed IGNITE-242. --- Move Jdk8 backport to Core --- Key: IGNITE-242

[jira] [Created] (IGNITE-242) Move Jdk8 backport to Core

2015-02-13 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-242: --- Summary: Move Jdk8 backport to Core Key: IGNITE-242 URL: https://issues.apache.org/jira/browse/IGNITE-242 Project: Ignite Issue Type: Task

[jira] [Assigned] (IGNITE-230) Snapshot core artifact and build core artifact are different

2015-02-13 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov reassigned IGNITE-230: --- Assignee: Anton Vinogradov (was: Valentin Kulichenko) Snapshot core artifact

[jira] [Resolved] (IGNITE-230) Snapshot core artifact and build core artifact are different

2015-02-13 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov resolved IGNITE-230. - Resolution: Fixed Snapshot core artifact and build core artifact are different

[jira] [Closed] (IGNITE-230) Snapshot core artifact and build core artifact are different

2015-02-13 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov closed IGNITE-230. --- Snapshot core artifact and build core artifact are different

[jira] [Assigned] (IGNITE-230) Snapshot core artifact and build core artifact are different

2015-02-12 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov reassigned IGNITE-230: --- Assignee: Anton Vinogradov Snapshot core artifact and build core artifact

[jira] [Assigned] (IGNITE-232) Remove CacheCloner from CacheConfiguration

2015-02-12 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov reassigned IGNITE-232: --- Assignee: Anton Vinogradov Remove CacheCloner from CacheConfiguration

[jira] [Closed] (IGNITE-181) Generate optimized-classnames.properties during Ignite build

2015-02-12 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov closed IGNITE-181. --- Generate optimized-classnames.properties during Ignite build

[jira] [Resolved] (IGNITE-211) Revision, date, SHA1 are missing in version information

2015-02-12 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov resolved IGNITE-211. - Date SHA1 fixed Revision, date, SHA1 are missing in version information

[jira] [Updated] (IGNITE-230) Snapshot core artifact and build core artifact are different

2015-02-12 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov updated IGNITE-230: Assignee: Valentin Kulichenko (was: Anton Vinogradov) Snapshot core artifact and build

[jira] [Updated] (IGNITE-231) Core artifact: libigniteshmem for linux32 is missing

2015-02-12 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov updated IGNITE-231: Assignee: Valentin Kulichenko (was: Anton Vinogradov) Core artifact: libigniteshmem

[jira] [Closed] (IGNITE-204) The rest of gridgain renaming (rest of ignite -164)

2015-02-11 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov closed IGNITE-204. --- The rest of gridgain renaming (rest of ignite -164

[jira] [Updated] (IGNITE-217) To check moving of licenseUrl config

2015-02-11 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov updated IGNITE-217: Fix Version/s: (was: sprint-1) sprint-2 To check moving

[jira] [Resolved] (IGNITE-204) The rest of gridgain renaming (rest of ignite -164)

2015-02-11 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov resolved IGNITE-204. - Resolution: Fixed The rest of gridgain renaming (rest of ignite -164

[jira] [Assigned] (IGNITE-84) Notify user on query API use that query index is disabled for cache

2015-02-11 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov reassigned IGNITE-84: -- Assignee: Anton Vinogradov (was: Irina Vasilinets) Notify user on query API use

[jira] [Commented] (IGNITE-181) Generate optimized-classnames.properties during Ignite build

2015-02-11 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14315869#comment-14315869 ] Anton Vinogradov commented on IGNITE-181: - Need to fix Teamcity Ignite Start Nodes

[jira] [Resolved] (IGNITE-194) Ignite build: javadoc is missing

2015-02-11 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov resolved IGNITE-194. - Resolution: Fixed Ignite build: javadoc is missing

[jira] [Closed] (IGNITE-202) OptimizedClassNamesGenerator.checkSerialVersionUid should throw exception if class have SerialVersionUid but do not implement Serializable

2015-02-10 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov closed IGNITE-202. --- OptimizedClassNamesGenerator.checkSerialVersionUid should throw exception if class have

[jira] [Resolved] (IGNITE-176) Remove annotation org.apache.ignite.cache.CacheName

2015-02-10 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov resolved IGNITE-176. - Resolution: Fixed Remove annotation org.apache.ignite.cache.CacheName

[jira] [Closed] (IGNITE-176) Remove annotation org.apache.ignite.cache.CacheName

2015-02-10 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov closed IGNITE-176. --- Remove annotation org.apache.ignite.cache.CacheName

[jira] [Resolved] (IGNITE-192) Notice.txt file missed in Ignite build

2015-02-10 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov resolved IGNITE-192. - Resolution: Fixed Notice.txt file missed in Ignite build

[jira] [Updated] (IGNITE-202) OptimizedClassNamesGenerator.checkSerialVersionUid should throw exception if class have SerialVersionUid but do not implement Serializable

2015-02-09 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov updated IGNITE-202: Summary: OptimizedClassNamesGenerator.checkSerialVersionUid should throw exception if class

[jira] [Commented] (IGNITE-211) Revision, date, SHA1 are missing in version information

2015-02-09 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14312385#comment-14312385 ] Anton Vinogradov commented on IGNITE-211: - - os will be removed. - Date should

[jira] [Closed] (IGNITE-111) Check the license header of the project source files

2015-02-09 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov closed IGNITE-111. --- Check the license header of the project source files

[jira] [Resolved] (IGNITE-181) Generate optimized-classnames.properties during Ignite build

2015-02-09 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov resolved IGNITE-181. - Resolution: Fixed Generate optimized-classnames.properties during Ignite build

[jira] [Assigned] (IGNITE-211) Revision, date, SHA1 are missing in version information

2015-02-09 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov reassigned IGNITE-211: --- Assignee: Anton Vinogradov Revision, date, SHA1 are missing in version information

[jira] [Assigned] (IGNITE-192) Notice.txt file missed in Ignite build

2015-02-09 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov reassigned IGNITE-192: --- Assignee: Anton Vinogradov Notice.txt file missed in Ignite build

[jira] [Assigned] (IGNITE-194) Ignite build: javadoc is missing

2015-02-09 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov reassigned IGNITE-194: --- Assignee: Anton Vinogradov Ignite build: javadoc is missing

[jira] [Created] (IGNITE-196) Implement Release Builds and Uploads tasks at TeamCity

2015-02-06 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-196: --- Summary: Implement Release Builds and Uploads tasks at TeamCity Key: IGNITE-196 URL: https://issues.apache.org/jira/browse/IGNITE-196 Project: Ignite

[jira] [Assigned] (IGNITE-176) Remove annotation org.apache.ignite.cache.CacheName

2015-02-06 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov reassigned IGNITE-176: --- Assignee: Anton Vinogradov Remove annotation org.apache.ignite.cache.CacheName

[jira] [Resolved] (IGNITE-111) Check the license header of the project source files

2015-02-06 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov resolved IGNITE-111. - Resolution: Fixed Check the license header of the project source files

[jira] [Assigned] (IGNITE-181) Generate optimized-classnames.properties during Ignite build

2015-02-05 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov reassigned IGNITE-181: --- Assignee: Anton Vinogradov Generate optimized-classnames.properties during Ignite

[jira] [Resolved] (IGNITE-151) Node can't start due unable to load org.gridgain.grid.util.portscanner.GridJmxPortFinder

2015-02-03 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov resolved IGNITE-151. - Resolution: Fixed Node can't start due unable to load

[jira] [Closed] (IGNITE-154) Need to make sure release package works

2015-02-03 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov closed IGNITE-154. --- Need to make sure release package works

  1   2   >