[jira] [Created] (IGNITE-7190) Docker Hub official repository deployment

2017-12-13 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-7190:


 Summary: Docker Hub official repository deployment
 Key: IGNITE-7190
 URL: https://issues.apache.org/jira/browse/IGNITE-7190
 Project: Ignite
  Issue Type: New Feature
Reporter: Peter Ivanov
Assignee: Peter Ivanov


Research possibility to integrate into Official Docker Hub Repositories.
Use 
https://docs.docker.com/docker-hub/official_repos/#how-do-i-create-a-new-official-repository
 as start.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (IGNITE-7107) Apache Ignite RPM packages

2017-12-04 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-7107:


 Summary: Apache Ignite RPM packages
 Key: IGNITE-7107
 URL: https://issues.apache.org/jira/browse/IGNITE-7107
 Project: Ignite
  Issue Type: Improvement
  Components: binary
Reporter: Peter Ivanov
 Fix For: 2.4


Pack apache-ignite into RPM package for distribution through RPM-based Linux 
distros (Fedora / CentOS / RHEL, etc.)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (IGNITE-7108) Apache Ignite DEB packages

2017-12-04 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-7108:


 Summary: Apache Ignite DEB packages
 Key: IGNITE-7108
 URL: https://issues.apache.org/jira/browse/IGNITE-7108
 Project: Ignite
  Issue Type: Improvement
Reporter: Peter Ivanov
 Fix For: 2.4


Pack apache-ignite into DEB package for distribution through DEB-based Linux 
distros (Ubuntu / Debian, etc.)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (IGNITE-7144) Java 9: fix build issue with tools.jar not found

2017-12-07 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-7144:


 Summary: Java 9: fix build issue with tools.jar not found
 Key: IGNITE-7144
 URL: https://issues.apache.org/jira/browse/IGNITE-7144
 Project: Ignite
  Issue Type: Improvement
Reporter: Peter Ivanov
Assignee: Peter Ivanov


{code}
[ERROR] Failed to execute goal on project ignite-tools: Could not resolve 
dependencies for project org.apache.ignite:ignite-tools:jar:2.4.0-SNAPSHOT: 
Could not find artifact com.sun:tools:jar:9.0.1 at specified path 
/Library/Java/JavaVirtualMachines/jdk-9.0.1.jdk/Contents/Home/../lib/tools.jar
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (IGNITE-8441) Java 9 (Stage II)

2018-05-04 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-8441:


 Summary: Java 9 (Stage II)
 Key: IGNITE-8441
 URL: https://issues.apache.org/jira/browse/IGNITE-8441
 Project: Ignite
  Issue Type: Improvement
Reporter: Peter Ivanov
Assignee: Peter Ivanov


Enhance [Ignite Tests 2.4+ (Java 
8)|https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8=projectOverview]
 project with ability to run build and tests under JDK9. Fix all incoming 
problems so that full Run All test runs on same branches provide similar 
results (excluding flaky tests).

Some known problems:
* some current versions of used maven plugins and 3rd party dependencies are 
still not ready for Java 9
* some JVM options of current test build configurations require revision
* scala -- both 2.10 and 2.11 currently used in building and testing do not 
support Java



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-8478) SqlLine run failure on Java 9

2018-05-14 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-8478:


 Summary: SqlLine run failure on Java 9
 Key: IGNITE-8478
 URL: https://issues.apache.org/jira/browse/IGNITE-8478
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov
Assignee: Peter Ivanov


{code}
*The version of JAVA installed in C:\Program Files\Java\jdk-9.0.1 is
incorrect.*
*Please point JAVA_HOME variable to installation of JDK 1.7 or JDK 1.8.**You
can also download latest JDK at http://java.com/download
.*
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-8461) Scala-2.10 modules compilation failure under JDK 9

2018-05-10 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-8461:


 Summary: Scala-2.10 modules compilation failure under JDK 9
 Key: IGNITE-8461
 URL: https://issues.apache.org/jira/browse/IGNITE-8461
 Project: Ignite
  Issue Type: Task
Affects Versions: 2.4
Reporter: Peter Ivanov
 Fix For: 2.5


{code}
[ERROR] error: java.lang.NoClassDefFoundError: javax/tools/ToolProvider
[INFO]  at 
scala.reflect.io.JavaToolsPlatformArchive.iterator(ZipArchive.scala:242)
[INFO]  at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
[INFO]  at scala.reflect.io.AbstractFile.foreach(AbstractFile.scala:92)
[INFO]  at scala.tools.nsc.util.DirectoryClassPath.traverse(ClassPath.scala:308)
[INFO]  at 
scala.tools.nsc.util.DirectoryClassPath.x$16$lzycompute(ClassPath.scala:317)
[INFO]  at scala.tools.nsc.util.DirectoryClassPath.x$16(ClassPath.scala:317)
[INFO]  at 
scala.tools.nsc.util.DirectoryClassPath.packages$lzycompute(ClassPath.scala:317)
[INFO]  at scala.tools.nsc.util.DirectoryClassPath.packages(ClassPath.scala:317)
[INFO]  at scala.tools.nsc.util.DirectoryClassPath.packages(ClassPath.scala:297)
[INFO]  at 
scala.tools.nsc.util.MergedClassPath$$anonfun$packages$1.apply(ClassPath.scala:375)
[INFO]  at 
scala.tools.nsc.util.MergedClassPath$$anonfun$packages$1.apply(ClassPath.scala:375)
[INFO]  at scala.collection.Iterator$class.foreach(Iterator.scala:727)
[INFO]  at scala.collection.AbstractIterator.foreach(Iterator.scala:1157)
[INFO]  at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
[INFO]  at scala.collection.AbstractIterable.foreach(Iterable.scala:54)
[INFO]  at 
scala.tools.nsc.util.MergedClassPath.packages$lzycompute(ClassPath.scala:375)
[INFO]  at scala.tools.nsc.util.MergedClassPath.packages(ClassPath.scala:370)
[INFO]  at 
scala.tools.nsc.symtab.SymbolLoaders$PackageLoader.doComplete(SymbolLoaders.scala:243)
[INFO]  at 
scala.tools.nsc.symtab.SymbolLoaders$SymbolLoader.complete(SymbolLoaders.scala:194)
[INFO]  at scala.reflect.internal.Symbols$Symbol.info(Symbols.scala:1231)
[INFO]  at scala.reflect.internal.Mirrors$RootsBase.init(Mirrors.scala:240)
[INFO]  at scala.tools.nsc.Global.rootMirror$lzycompute(Global.scala:59)
[INFO]  at scala.tools.nsc.Global.rootMirror(Global.scala:57)
[INFO]  at scala.tools.nsc.Global.rootMirror(Global.scala:37)
[INFO]  at 
scala.reflect.internal.Definitions$DefinitionsClass.(Definitions.scala:166)
[INFO]  at 
scala.reflect.internal.Definitions$definitions$.(Definitions.scala:20)
[INFO]  at 
scala.reflect.internal.SymbolTable.definitions$lzycompute(SymbolTable.scala:13)
[INFO]  at scala.reflect.internal.SymbolTable.definitions(SymbolTable.scala:13)
[INFO]  at scala.tools.nsc.Global$Run.(Global.scala:1290)
[INFO]  at scala.tools.nsc.Driver.doCompile(Driver.scala:32)
[INFO]  at scala.tools.nsc.Main$.doCompile(Main.scala:79)
[INFO]  at scala.tools.nsc.Driver.process(Driver.scala:54)
[INFO]  at scala.tools.nsc.Driver.main(Driver.scala:67)
[INFO]  at scala.tools.nsc.Main.main(Main.scala)
[INFO]  at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO]  at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[INFO]  at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO]  at java.base/java.lang.reflect.Method.invoke(Method.java:564)
[INFO]  at scala_maven_executions.MainHelper.runMain(MainHelper.java:164)
[INFO]  at 
scala_maven_executions.MainWithArgsInFile.main(MainWithArgsInFile.java:26)
[INFO]
[INFO] java.lang.reflect.InvocationTargetException
[INFO]  at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO]  at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[INFO]  at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO]  at java.base/java.lang.reflect.Method.invoke(Method.java:564)
[INFO]  at scala_maven_executions.MainHelper.runMain(MainHelper.java:164)
[INFO]  at 
scala_maven_executions.MainWithArgsInFile.main(MainWithArgsInFile.java:26)
[ERROR] Caused by: java.lang.NoClassDefFoundError: javax/tools/ToolProvider
[INFO]  at 
scala.reflect.io.JavaToolsPlatformArchive.iterator(ZipArchive.scala:242)
[INFO]  at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
[INFO]  at scala.reflect.io.AbstractFile.foreach(AbstractFile.scala:92)
[INFO]  at scala.tools.nsc.util.DirectoryClassPath.traverse(ClassPath.scala:308)
[INFO]  at 
scala.tools.nsc.util.DirectoryClassPath.x$16$lzycompute(ClassPath.scala:317)
[INFO]  at scala.tools.nsc.util.DirectoryClassPath.x$16(ClassPath.scala:317)
[INFO]  at 
scala.tools.nsc.util.DirectoryClassPath.packages$lzycompute(ClassPath.scala:317)
[INFO]  at scala.tools.nsc.util.DirectoryClassPath.packages(ClassPath.scala:317)
[INFO]  at 

[jira] [Created] (IGNITE-8452) ML module compilation failure under Java 9

2018-05-08 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-8452:


 Summary: ML module compilation failure under Java 9
 Key: IGNITE-8452
 URL: https://issues.apache.org/jira/browse/IGNITE-8452
 Project: Ignite
  Issue Type: Improvement
Affects Versions: 2.4
Reporter: Peter Ivanov
 Fix For: 2.5


Running Apache Ignite build on master branch (commit: ) fails with following 
error:
{code}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile 
(default-testCompile) on project ignite-ml: Compilation failure: Compilation 
failure:
[ERROR] 
/Users/vveider/Development/VCS/Git/ignite/modules/ml/src/test/java/org/apache/ignite/ml/dataset/primitive/DatasetWrapperTest.java:[62,45]
 incompatible types: java.lang.Object cannot be converted to java.lang.Integer
[ERROR] 
/Users/vveider/Development/VCS/Git/ignite/modules/ml/src/test/java/org/apache/ignite/ml/dataset/primitive/DatasetWrapperTest.java:[74,38]
 incompatible types: java.lang.Object cannot be converted to java.lang.Integer
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-8454) Hadoop module compilation failure under JDK9

2018-05-08 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-8454:


 Summary: Hadoop module compilation failure under JDK9
 Key: IGNITE-8454
 URL: https://issues.apache.org/jira/browse/IGNITE-8454
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov


Reproduced on Linux (Mac is OK)
{code}
[16:38:27][Step 4/5] [ERROR] Failed to execute goal on project ignite-hadoop: 
Could not resolve dependencies for project 
org.apache.ignite:ignite-hadoop:jar:2.5.0-SNAPSHOT: Could not find artifact 
jdk.tools:jdk.tools:jar:1.6 at specified path 
/usr/lib/jvm/java-9-oracle/../lib/tools.jar
{code}
Possibly relates to Scala 2.10-2.11: 
https://lists.apache.org/thread.html/%3caf9b21681d3ee94aa935901747be4b813a3b4...@shsmsx101.ccr.corp.intel.com%3E



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-8543) Node.js tests count with debug on/off differs

2018-05-21 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-8543:


 Summary: Node.js tests count with debug on/off differs
 Key: IGNITE-8543
 URL: https://issues.apache.org/jira/browse/IGNITE-8543
 Project: Ignite
  Issue Type: Bug
Affects Versions: 2.5
Reporter: Peter Ivanov
Assignee: Peter Ivanov


Running Node,js thin client tests with debug turned on / off results in 
different total test count 
([64|https://ci.ignite.apache.org/viewLog.html?buildId=1316067=buildResultsDiv=IgniteTests24Java8_ThinClientNodeJs]
 and 
[99|https://ci.ignite.apache.org/viewLog.html?buildId=1316268=buildResultsDiv=IgniteTests24Java8_ThinClientNodeJs]
 respectively. Thats not predicted behaviour and require investigation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-8586) Minor fix for Apache Ignite's release procedure

2018-05-23 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-8586:


 Summary: Minor fix for Apache Ignite's release procedure
 Key: IGNITE-8586
 URL: https://issues.apache.org/jira/browse/IGNITE-8586
 Project: Ignite
  Issue Type: Bug
Reporter: Peter Ivanov
Assignee: Peter Ivanov


Fix package.sh to not require sudo permissions for packages build.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-8807) Apache Ignite Linux packages 2.6 update

2018-06-15 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-8807:


 Summary: Apache Ignite Linux packages 2.6 update
 Key: IGNITE-8807
 URL: https://issues.apache.org/jira/browse/IGNITE-8807
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov
Assignee: Peter Ivanov
 Fix For: 2.6


Update RPM and DEB packages' specifications for 2.6 release.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-8671) Provide instructions on running Apache Ignite as systemd service on Windows 10 WSL Ubuntu

2018-05-31 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-8671:


 Summary: Provide instructions on running Apache Ignite as systemd 
service on Windows 10 WSL Ubuntu
 Key: IGNITE-8671
 URL: https://issues.apache.org/jira/browse/IGNITE-8671
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov
Assignee: Peter Ivanov


Prepare instructions (and possibly update official documentation) on running 
Apache Ignite as systemd service on Windows 10 WSL Ubuntu using official DEB 
package.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-7543) Rename KEYS.txt

2018-01-26 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-7543:


 Summary: Rename KEYS.txt
 Key: IGNITE-7543
 URL: https://issues.apache.org/jira/browse/IGNITE-7543
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov
Assignee: Anton Vinogradov


Since IGNITE-7107, http://apache.org/dist/ignite/KEYS.txt will be used also for 
GPG repository check, it is desirable to rename {{KEYS.txt}} to {{KEYS}} for 
more convenient usage (like Cassandra has: http://apache.org/dist/cassandra/)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-7550) Fix windows *.bat scripts Java 9 compatibility

2018-01-26 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-7550:


 Summary: Fix windows *.bat scripts Java 9 compatibility
 Key: IGNITE-7550
 URL: https://issues.apache.org/jira/browse/IGNITE-7550
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov
Assignee: Peter Ivanov


Additional check revealed errors and remarks in \{{ignitevisorcmd.bat}}, 
\{{control.bat}} and \{{ignite.bat}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-7538) Introduce new test project for Ignite 2.0+ with Java 8 / Java 9 compatibility

2018-01-25 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-7538:


 Summary: Introduce new test project for Ignite 2.0+ with Java 8 / 
Java 9 compatibility
 Key: IGNITE-7538
 URL: https://issues.apache.org/jira/browse/IGNITE-7538
 Project: Ignite
  Issue Type: Sub-task
Reporter: Peter Ivanov
Assignee: Peter Ivanov


After IGNITE-7203 and IGNITE-6730 there are two separate test project at CI 
which meet the problem of test configuration synchronization. It is necessary 
to devise a solution for overcoming this issue.

Possible approaches:
# Single project for tests with run with different parameters.
Problems:
#* Test History will show history for all builds with any parameters 
combination.
#* Mute test will mute test for all parameters configuration.
# Several project (differentiated by parameter) with build configuration 
synchronisation automation.
Problems:
#* Maintainability — how to seamlessly support build configuration 
synchronisation.

Research for both approaches must be held.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-7393) Apache Ignite delivery in RPM / DEV packages

2018-01-12 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-7393:


 Summary: Apache Ignite delivery in RPM / DEV packages
 Key: IGNITE-7393
 URL: https://issues.apache.org/jira/browse/IGNITE-7393
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov
Assignee: Peter Ivanov
Priority: Critical
 Fix For: 2.5


Aggregation task for first stage of preparing Apache Ignite delivery through 
RPM / DEB packages.
Steps:
# Prepare source-based package build procedures for RPM and DEB.
# Introduce these build procedures to Release Apache Ignite task in PublicTC 
(including generation of RPM / DEB repositories structure for deployment to 
apache.org/dist).
# Introduce PPA DEB repository for Apache Ignite.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (IGNITE-7621) Review current builds on TeamCity

2018-02-05 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-7621:


 Summary: Review current builds on TeamCity
 Key: IGNITE-7621
 URL: https://issues.apache.org/jira/browse/IGNITE-7621
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov
Assignee: Peter Ivanov


There is a little under 600 builds currently configured on teamcity. It is 
required to review each of them and:
* revise and clean obsolete build plans
* revise and clean duplicated VCS roots
* revise and reconfigure corresponding triggers
* revise and strict build configuration access permissions
* document everything



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-7646) OSGI tests fail to unlock build directory causing following builds to fail to start

2018-02-08 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-7646:


 Summary: OSGI tests fail to unlock build directory causing 
following builds to fail to start
 Key: IGNITE-7646
 URL: https://issues.apache.org/jira/browse/IGNITE-7646
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov


After running test suite [Ignite Tests 2.4+ \[Java 8\] Ignite 
OSGi|https://ci.ignite.apache.org/viewType.html?buildTypeId=IgniteTests24Java8_IgniteOSGi]
 under Windows based agent, following builds fail to start with error
{code}
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\data\cache\bundle1\version0.0\bundle.jar
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\data\cache\bundle2\version0.0\bundle.jar
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\data\cache\bundle3\version0.0\bundle.jar
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\data\cache\bundle4\version0.0\bundle.jar
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\data\cache\bundle5\version0.0\bundle.jar
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\data\cache\bundle6\version0.0\bundle.jar
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\data\cache\bundle7\version0.0\bundle.jar
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\data\cache\bundle8\version0.0\bundle.jar
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\data\cache\cache.lock
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\data\log\karaf.log
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\lib\boot\org.apache.karaf.diagnostic.boot-4.0.2.jar
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\lib\boot\org.apache.karaf.jaas.boot-4.0.2.jar
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\lib\boot\org.apache.karaf.main-4.0.2.jar
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\lib\boot\org.osgi.core-6.0.0.jar
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\lib\endorsed\javax.annotation-api-1.2.jar
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\lib\endorsed\org.apache.karaf.exception-4.0.2.jar
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\lib\endorsed\org.apache.servicemix.bundles.xalan-2.7.2_2.jar
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\lib\endorsed\org.apache.servicemix.bundles.xalan-serializer-2.7.2_1.jar
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\lib\endorsed\org.apache.servicemix.specs.activation-api-1.1-2.5.0.jar
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\lib\endorsed\org.apache.servicemix.specs.jaxb-api-2.2-2.5.0.jar
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\lib\endorsed\org.apache.servicemix.specs.jaxp-api-1.4-2.5.0.jar
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\lib\endorsed\org.apache.servicemix.specs.jaxws-api-2.2-2.5.0.jar
[16:30:24]Failed to delete file: 
C:\BuildAgent\work\bd85361428dcdb1\modules\osgi\target\paxexam\unpack\f12af441-dfed-411b-9784-87dafedfac4f\lib\endorsed\org.apache.servicemix.specs.saaj-api-1.3-2.5.0.jar
[16:30:24]Failed to delete file: 

[jira] [Created] (IGNITE-7647) Apache Ignite RPM packages

2018-02-08 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-7647:


 Summary: Apache Ignite RPM packages
 Key: IGNITE-7647
 URL: https://issues.apache.org/jira/browse/IGNITE-7647
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov
Assignee: Peter Ivanov


Repack RPM specification to:
* be able to build package from source code
* divide single package into multiple packages (core + optional).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-7671) Fix .gitignore files are tracked error

2018-02-12 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-7671:


 Summary: Fix .gitignore files are tracked error
 Key: IGNITE-7671
 URL: https://issues.apache.org/jira/browse/IGNITE-7671
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov
Assignee: Peter Ivanov


Current {{.gitignore}} has definitions of files to ignore, which are already 
under the version control system (some *.sh scripts for example). It needs to 
be fixed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-7672) Fix Javadoc in Java 8

2018-02-12 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-7672:


 Summary: Fix Javadoc in Java 8
 Key: IGNITE-7672
 URL: https://issues.apache.org/jira/browse/IGNITE-7672
 Project: Ignite
  Issue Type: Task
Affects Versions: 2.4
Reporter: Peter Ivanov
Assignee: Peter Ivanov
 Fix For: 2.5


Currently, Javadoc builds on TC with {{-Xdoclint:none}} option enabled, that 
turns off Java 8's new Javadoc check algorithm. Natively we have lots of 
warnings and errors in master branch.
# Create per-module tasks (with inclusion to this one) for receiving scope of 
debt.
# Create corresponding build on TC for testing.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-7697) Update maven-javadoc-plugin version

2018-02-13 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-7697:


 Summary: Update maven-javadoc-plugin version
 Key: IGNITE-7697
 URL: https://issues.apache.org/jira/browse/IGNITE-7697
 Project: Ignite
  Issue Type: Improvement
Affects Versions: 2.4
Reporter: Peter Ivanov
Assignee: Peter Ivanov
 Fix For: 2.5


Update version of {{maven-javadoc-plugin}} in order to try to overcome 
following error:
{code}
javadoc: warning - Error fetching URL: 
http://hadoop.apache.org/docs/current/api/
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-7326) Fix ignitevisorcmd | sqlline scripts to be able to run from /usr/bin installed as symbolic links

2017-12-28 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-7326:


 Summary: Fix ignitevisorcmd | sqlline scripts to be able to run 
from /usr/bin installed as symbolic links
 Key: IGNITE-7326
 URL: https://issues.apache.org/jira/browse/IGNITE-7326
 Project: Ignite
  Issue Type: Bug
Reporter: Peter Ivanov
Assignee: Peter Ivanov
 Fix For: 2.5


Currenlty, {{ignitevisorcmd.sh}} and {{sqlline.sh}} being installed into 
{{/usr/bin}} will fail to run because of:
* their unawarelessness of theirs real location;
* necessity to write to {{$\{IGNITE_HOME}/work}} which can have different 
permissions and owner (in packages, for example).

It is required to rewrite these scripts to be able to run from anywhere by 
theirs symbolic linka and with some temporary dir ({{/tmp}} for example) as 
workdir.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (IGNITE-9030) Apache Ignite 2.7 Linux packages version update

2018-07-18 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-9030:


 Summary: Apache Ignite 2.7 Linux packages version update
 Key: IGNITE-9030
 URL: https://issues.apache.org/jira/browse/IGNITE-9030
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov
Assignee: Peter Ivanov


Update DEB and RPM packages' versions in Apache Ignite for the next version 
(2.7)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-9010) Move web-console build to dedicated root directory

2018-07-16 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-9010:


 Summary: Move web-console build to dedicated root directory
 Key: IGNITE-9010
 URL: https://issues.apache.org/jira/browse/IGNITE-9010
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov
Assignee: Ilya Murchenko


# Move web-console docker image build (web-console, frontend and backend) to 
{{/docker}} directory.
# Prepare README.md file in root of {{/docker}} directory with instructions on 
how to build corresponding image. Remove obsolete per-image README's from 
Dockerfile directories.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-7937) Move Apache Ignite 2.4+ Java 8 tests to Single Build architecture

2018-03-13 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-7937:


 Summary: Move Apache Ignite 2.4+ Java 8 tests to Single Build 
architecture
 Key: IGNITE-7937
 URL: https://issues.apache.org/jira/browse/IGNITE-7937
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov
Assignee: Peter Ivanov


# Use working example from [\[Not for production use\] Ignite Tests 2.0+ (Java 
8/9)|https://ci.ignite.apache.org/project.html?projectId=IgniteTests20Java89] 
project.
# Start with green tests suites.
# Revise _templates_ and _VSC roots_.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-7945) Apache Ignite nightly releases

2018-03-14 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-7945:


 Summary: Apache Ignite nightly releases
 Key: IGNITE-7945
 URL: https://issues.apache.org/jira/browse/IGNITE-7945
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov
Assignee: Peter Ivanov


# As discussed 
[here|http://apache-ignite-developers.2346864.n4.nabble.com/Apache-Ignite-nightly-release-builds-td27966.html],
 it is necessary to prepare build on [AI TeamCity|ttps://ci.ignite.apache.org] 
which will run every night and will build release binaries for *{{master}}* 
branch.
# Prepare corresponding [Apache Ignite 
Documentation|https://ignite.apache.org/download.cgi] section for link to 
latest nightly release binaries.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-8222) Add docker image build for Nightly Release

2018-04-11 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-8222:


 Summary: Add docker image build for Nightly Release
 Key: IGNITE-8222
 URL: https://issues.apache.org/jira/browse/IGNITE-8222
 Project: Ignite
  Issue Type: New Feature
Reporter: Peter Ivanov
Assignee: Peter Ivanov


# Create Meta-runner for Docker images building in TeamCity.
# Add new build on TeamCity which will build docker image from master.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-8172) Update Apache Ignite's release scripts to match new RPM build and deploy architecture

2018-04-09 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-8172:


 Summary: Update Apache Ignite's release scripts to match new RPM 
build and deploy architecture
 Key: IGNITE-8172
 URL: https://issues.apache.org/jira/browse/IGNITE-8172
 Project: Ignite
  Issue Type: Improvement
  Components: build
Affects Versions: 2.4
Reporter: Peter Ivanov
Assignee: Peter Ivanov
 Fix For: 2.5


# Implement new multi-package build scheme for RPM packages.
# Update release process: deploy RPM packages to {{ignite-rpm}} Bintray 
repository (with removal from Apache's Development Distribution SVN) instead of 
moving to ASF's release.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-8316) Update RPM and DEB documentation

2018-04-19 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-8316:


 Summary: Update RPM and DEB documentation
 Key: IGNITE-8316
 URL: https://issues.apache.org/jira/browse/IGNITE-8316
 Project: Ignite
  Issue Type: Task
  Components: documentation
Reporter: Peter Ivanov
 Fix For: 2.5


# Add DEB repository configuration and packages installation.
# Update RPM repository configuration and packages installation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-8281) Add Docker image build for Apache Ignite Release

2018-04-16 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-8281:


 Summary: Add Docker image build for Apache Ignite Release
 Key: IGNITE-8281
 URL: https://issues.apache.org/jira/browse/IGNITE-8281
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov
Assignee: Peter Ivanov


Similar to Apache Ignite Nightly Release, add Docker images (Apache Ignite and 
WebConsole) build to Apache Ignite Release build. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-8379) Add maven-surefire-plugin support for PDS Compatibility tests

2018-04-24 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-8379:


 Summary: Add maven-surefire-plugin support for PDS Compatibility 
tests
 Key: IGNITE-8379
 URL: https://issues.apache.org/jira/browse/IGNITE-8379
 Project: Ignite
  Issue Type: Improvement
Affects Versions: 2.5
Reporter: Peter Ivanov
 Fix For: 2.6


In continuation of the works on PDS Compatibility test suite, it is required to 
add support for {{maven-surefire-plugin}} in Compatibility Framework.
See IGNITE-8275 for details.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-8275) PDS (Compatibility): FoldersReuseCompatibilityTest

2018-04-16 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-8275:


 Summary: PDS (Compatibility): FoldersReuseCompatibilityTest
 Key: IGNITE-8275
 URL: https://issues.apache.org/jira/browse/IGNITE-8275
 Project: Ignite
  Issue Type: Bug
Reporter: Peter Ivanov
Assignee: Dmitriy Govorukhin


Some weird behaviour of *IgniteCompatibilityBasicTestSuite* test suite:
* {{mvn test}} run reports 8 successful tests (see 
https://ci.ignite.apache.org/viewLog.html?buildId=1211334=buildResultsDiv=IgniteTests24Java8_PdsCompatibility)
* {{mvn surefire:test}} run reports 2 failures (see 
https://ci.ignite.apache.org/viewLog.html?buildId=1211336=buildResultsDiv=IgniteTests24Java8_PdsCompatibility)
{code}
[2018-04-16 09:41:29,823][ERROR][main][root] Test failed.
junit.framework.AssertionFailedError: Directory [binary_meta, 
d0d49035_c611_4836_8956_8fdf220d7f46] is expected to exist 
[/data/teamcity/work/c182b70f2dfa6507/work/binary_meta/d0d49035_c611_4836_8956_8fdf220d7f46]
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.TestCase.assertTrue(TestCase.java:192)
at 
org.apache.ignite.compatibility.persistence.FoldersReuseCompatibilityTest.assertDirectoryExist(FoldersReuseCompatibilityTest.java:258)
at 
org.apache.ignite.compatibility.persistence.FoldersReuseCompatibilityTest.assertPdsDirsDefaultExist(FoldersReuseCompatibilityTest.java:231)
at 
org.apache.ignite.compatibility.persistence.FoldersReuseCompatibilityTest.runFoldersReuse(FoldersReuseCompatibilityTest.java:128)
at 
org.apache.ignite.compatibility.persistence.FoldersReuseCompatibilityTest.testFoldersReuseCompatibility_2_2(FoldersReuseCompatibilityTest.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at junit.framework.TestCase.runTest(TestCase.java:176)
at 
org.apache.ignite.testframework.junits.GridAbstractTest.runTestInternal(GridAbstractTest.java:2080)
at 
org.apache.ignite.testframework.junits.GridAbstractTest.access$000(GridAbstractTest.java:140)
at 
org.apache.ignite.testframework.junits.GridAbstractTest$5.run(GridAbstractTest.java:1995)
at java.lang.Thread.run(Thread.java:745)
[org.apache.ignite.compatibility.persistence.FoldersReuseCompatibilityTest.testFoldersReuseCompatibility_2_2]
 junit.framework.AssertionFailedError: Directory [binary_meta, 
d0d49035_c611_4836_8956_8fdf220d7f46] is expected to exist 
[/data/teamcity/work/c182b70f2dfa6507/work/binary_meta/d0d49035_c611_4836_8956_8fdf220d7f46]
[org.apache.ignite.compatibility.persistence.FoldersReuseCompatibilityTest.testFoldersReuseCompatibility_2_2]
 junit.framework.AssertionFailedError: Directory [binary_meta, 
d0d49035_c611_4836_8956_8fdf220d7f46] is expected to exist 
[/data/teamcity/work/c182b70f2dfa6507/work/binary_meta/d0d49035_c611_4836_8956_8fdf220d7f46]
at 
org.apache.ignite.compatibility.persistence.FoldersReuseCompatibilityTest.assertDirectoryExist(FoldersReuseCompatibilityTest.java:258)
at 
org.apache.ignite.compatibility.persistence.FoldersReuseCompatibilityTest.assertPdsDirsDefaultExist(FoldersReuseCompatibilityTest.java:231)
at 
org.apache.ignite.compatibility.persistence.FoldersReuseCompatibilityTest.runFoldersReuse(FoldersReuseCompatibilityTest.java:128)
at 
org.apache.ignite.compatibility.persistence.FoldersReuseCompatibilityTest.testFoldersReuseCompatibility_2_2(FoldersReuseCompatibilityTest.java:97)
{code} 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-8129) JDBC: JdbcThinConnectionSSLTest.testDefaultContext

2018-04-04 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-8129:


 Summary: JDBC: JdbcThinConnectionSSLTest.testDefaultContext
 Key: IGNITE-8129
 URL: https://issues.apache.org/jira/browse/IGNITE-8129
 Project: Ignite
  Issue Type: Bug
Reporter: Peter Ivanov
Assignee: Taras Ledkov


Test fails under strange conditions: it runs successful if is executed by {{mvn 
test}} command and fails if is executed by {{mvn surefire:test}}. Seems some 
maven reactor dependencies and/or race condition problems.
{code}
[2018-04-04 05:52:26,389][ERROR][main][root] Test failed.
java.sql.SQLException: Failed to SSL connect to server 
[url=jdbc:ignite:thin://127.0.0.1:10800]
at 
org.apache.ignite.internal.jdbc.thin.JdbcThinSSLUtil.createSSLSocket(JdbcThinSSLUtil.java:93)
at 
org.apache.ignite.internal.jdbc.thin.JdbcThinTcpIo.connect(JdbcThinTcpIo.java:214)
at 
org.apache.ignite.internal.jdbc.thin.JdbcThinTcpIo.start(JdbcThinTcpIo.java:156)
at 
org.apache.ignite.internal.jdbc.thin.JdbcThinTcpIo.start(JdbcThinTcpIo.java:131)
at 
org.apache.ignite.internal.jdbc.thin.JdbcThinConnection.ensureConnected(JdbcThinConnection.java:156)
at 
org.apache.ignite.internal.jdbc.thin.JdbcThinConnection.(JdbcThinConnection.java:145)
at 
org.apache.ignite.IgniteJdbcThinDriver.connect(IgniteJdbcThinDriver.java:157)
at java.sql.DriverManager.getConnection(DriverManager.java:664)
at java.sql.DriverManager.getConnection(DriverManager.java:270)
at 
org.apache.ignite.jdbc.thin.JdbcThinConnectionSSLTest.testDefaultContext(JdbcThinConnectionSSLTest.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at junit.framework.TestCase.runTest(TestCase.java:176)
at 
org.apache.ignite.testframework.junits.GridAbstractTest.runTestInternal(GridAbstractTest.java:2001)
at 
org.apache.ignite.testframework.junits.GridAbstractTest.access$000(GridAbstractTest.java:133)
at 
org.apache.ignite.testframework.junits.GridAbstractTest$5.run(GridAbstractTest.java:1916)
at java.lang.Thread.run(Thread.java:745)
Caused by: javax.net.ssl.SSLHandshakeException: Remote host closed connection 
during handshake
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:992)
at 
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
at 
org.apache.ignite.internal.jdbc.thin.JdbcThinSSLUtil.createSSLSocket(JdbcThinSSLUtil.java:88)
... 18 more
Caused by: java.io.EOFException: SSL peer shut down incorrectly
at sun.security.ssl.InputRecord.read(InputRecord.java:505)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
... 22 more
[08:54:52][org.apache.ignite.jdbc.thin.JdbcThinConnectionSSLTest.testDefaultContext]
 java.sql.SQLException: Failed to SSL connect to server 
[url=jdbc:ignite:thin://127.0.0.1:10800]
[08:54:52]
[org.apache.ignite.jdbc.thin.JdbcThinConnectionSSLTest.testDefaultContext] 
java.sql.SQLException: Failed to SSL connect to server 
[url=jdbc:ignite:thin://127.0.0.1:10800]
at 
org.apache.ignite.jdbc.thin.JdbcThinConnectionSSLTest.testDefaultContext(JdbcThinConnectionSSLTest.java:187)
Caused by: javax.net.ssl.SSLHandshakeException: Remote host closed connection 
during handshake
at 
org.apache.ignite.jdbc.thin.JdbcThinConnectionSSLTest.testDefaultContext(JdbcThinConnectionSSLTest.java:187)
Caused by: java.io.EOFException: SSL peer shut down incorrectly
at 
org.apache.ignite.jdbc.thin.JdbcThinConnectionSSLTest.testDefaultContext(JdbcThinConnectionSSLTest.java:187)
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-7985) Integration JetBrains IntelliJ IDEA code inspections as TC build

2018-03-19 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-7985:


 Summary: Integration JetBrains IntelliJ IDEA code inspections as 
TC build
 Key: IGNITE-7985
 URL: https://issues.apache.org/jira/browse/IGNITE-7985
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov
Assignee: Peter Ivanov


https://confluence.jetbrains.com/display/TCD10/Inspections



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-8003) Dead documentation interface element

2018-03-21 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-8003:


 Summary: Dead documentation interface element
 Key: IGNITE-8003
 URL: https://issues.apache.org/jira/browse/IGNITE-8003
 Project: Ignite
  Issue Type: Bug
  Components: documentation
Affects Versions: 2.4
Reporter: Peter Ivanov
Assignee: Prachi Garg
 Attachments: Screen_Shot_2018_03_15_at_11_43_07.png

Most of the tables in lists of artifacts (for example on Downloads page) have 
strange interface element settling down to the right, which does nothing (see 
[^Screen_Shot_2018_03_15_at_11_43_07.png]).

I guess it should be either removed or fixed, whatever designation it has.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-7821) Update Apache Ignite and Web Console Dockerfile for 2.4 version and local build

2018-02-27 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-7821:


 Summary: Update Apache Ignite and Web Console Dockerfile for 2.4 
version and local build
 Key: IGNITE-7821
 URL: https://issues.apache.org/jira/browse/IGNITE-7821
 Project: Ignite
  Issue Type: Improvement
Reporter: Peter Ivanov
Assignee: Peter Ivanov
 Fix For: 2.4


# Update Dockerfiles in order to match upcoming 2.4 release.
# Change Apache Ignite's Dockerfile to get binaries from local build.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-9865) Javadoc failure on TDE

2018-10-12 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-9865:


 Summary: Javadoc failure on TDE
 Key: IGNITE-9865
 URL: https://issues.apache.org/jira/browse/IGNITE-9865
 Project: Ignite
  Issue Type: Bug
Reporter: Peter Ivanov
Assignee: Nikolay Izhikov


After IGNITE-8485 there is Javadoc failure running {{mvn initialise -Pjavadoc}}:
{code}
[10:44:52]  [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-antrun-plugin:1.7:run 
(javadoc-postprocessing-new) on project apache-ignite: An Ant BuildException 
has occured: Execution failed due to: 'Other Packages' section should not be 
present, all packages should have corresponding documentation groups: 
/data/teamcity/work/9198da4c51c3e112/target/javadoc/core/overview-summary.html;Please
 add packages description to parent/pom.xml into (maven-javadoc-plugin) 
/  / 
[10:44:52]  [ERROR] 
[10:44:52]  [ERROR] around Ant part .. @ 11:51 in 
/data/teamcity/work/9198da4c51c3e112/target/antrun/build-main.xml
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-9866) Unify and optimise *.sh and *.bat code base

2018-10-12 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-9866:


 Summary: Unify and optimise *.sh and *.bat code base
 Key: IGNITE-9866
 URL: https://issues.apache.org/jira/browse/IGNITE-9866
 Project: Ignite
  Issue Type: Improvement
Affects Versions: 2.7
Reporter: Peter Ivanov
Assignee: Peter Ivanov
 Fix For: 2.8


There are lots of duplicated code at /bin/*.[sh|bat] scripts (especially -- 
Java run string construction). It is required to move duplicated code to common 
function script.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-9912) Improve Javadoc suite

2018-10-17 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-9912:


 Summary: Improve Javadoc suite
 Key: IGNITE-9912
 URL: https://issues.apache.org/jira/browse/IGNITE-9912
 Project: Ignite
  Issue Type: Improvement
Reporter: Peter Ivanov
Assignee: Peter Ivanov


# Add {{javadoc}} profile to maven execution
# Devise a solution to workaround warning about Hibernate duplicate 
package-info (due to Hibernate 4 and 5 modules together in single reactor)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-9974) Drop Hadoop assemblies

2018-10-23 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-9974:


 Summary: Drop Hadoop assemblies
 Key: IGNITE-9974
 URL: https://issues.apache.org/jira/browse/IGNITE-9974
 Project: Ignite
  Issue Type: Improvement
Affects Versions: 2.7
Reporter: Peter Ivanov
Assignee: Peter Ivanov
 Fix For: 2.8


After dropping Hadoop binaries from release delivery (see IGNITE-9953) it is 
required to drop assemblies and corresponding files / profiles if exist.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-10122) Move Web-Console Frontend/Backend Docker images build to dedicated directory

2018-11-02 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-10122:
-

 Summary: Move Web-Console Frontend/Backend Docker images build to 
dedicated directory
 Key: IGNITE-10122
 URL: https://issues.apache.org/jira/browse/IGNITE-10122
 Project: Ignite
  Issue Type: Improvement
Reporter: Peter Ivanov
Assignee: Ilya Murchenko
 Fix For: 2.8


It is required to move [frontend / 
backend|https://github.com/apache/ignite/tree/master/modules/web-console/docker/compose]
 Docker build of Web-Console to dedicated directory: {{/docker/compose/}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-9772) Remove term "fabric" from Apache Ignite project completely

2018-10-02 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-9772:


 Summary: Remove term "fabric" from Apache Ignite project completely
 Key: IGNITE-9772
 URL: https://issues.apache.org/jira/browse/IGNITE-9772
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov
Assignee: Peter Ivanov


Some files (code, readmes, etc.) still have reference to "fabric" term. It is 
required to eliminate it completely.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-9656) Automate RPM and DEB packages version increase on release

2018-09-20 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-9656:


 Summary: Automate RPM and DEB packages version increase on release
 Key: IGNITE-9656
 URL: https://issues.apache.org/jira/browse/IGNITE-9656
 Project: Ignite
  Issue Type: Task
 Environment: RPM and DEB packages version increase after release 
should be automated and done in the same commit as pom.xml version are 
increased.
Reporter: Peter Ivanov






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-10673) Prepare instructions for ASC and SHA512 verification

2018-12-13 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-10673:
-

 Summary: Prepare instructions for ASC and SHA512 verification
 Key: IGNITE-10673
 URL: https://issues.apache.org/jira/browse/IGNITE-10673
 Project: Ignite
  Issue Type: Improvement
Reporter: Peter Ivanov
Assignee: Peter Ivanov


Prepare instructions for ASC and SHA512 verification



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-10675) Refactor Release Candidate check build

2018-12-13 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-10675:
-

 Summary: Refactor Release Candidate check build
 Key: IGNITE-10675
 URL: https://issues.apache.org/jira/browse/IGNITE-10675
 Project: Ignite
  Issue Type: Sub-task
Reporter: Peter Ivanov
Assignee: Peter Ivanov


# Revise build, ASC, SHA512, etc. steps.
# Add check for tasks in Jira: all tasks for current RC should be resolved.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-10683) Prepare process of packaging and delivering thin clients

2018-12-14 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-10683:
-

 Summary: Prepare process of packaging and delivering thin clients
 Key: IGNITE-10683
 URL: https://issues.apache.org/jira/browse/IGNITE-10683
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov
Assignee: Peter Ivanov
 Fix For: 2.8


# **NodeJs client**
#* +Instruction+: 
https://github.com/nobitlost/ignite/blob/ignite--docs/modules/platforms/nodejs/README.md#publish-ignite-nodejs-client-on-npmjscom-instruction
#* +Uploaded+: https://www.npmjs.com/package/apache-ignite-client
# **PHP client**
#* +Instruction+: 
https://github.com/nobitlost/ignite/blob/ignite-7783-docs/modules/platforms/php/README.md#release-the-client-in-the-php-package-repository-instruction
{panel}
Cannot be uploaded on Packagist as the client should be in a dedicated 
repository for that - 
https://issues.apache.org/jira/browse/IGNITE-7783?focusedCommentId=16595476=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16595476
Installation from the sources works.
{panel}
# **Python client**
I have already registered the package `pyignite` on PyPI[1]. The person who is 
going to take the responsibility of maintaining it should create an account on 
PyPI and mail me in private, so that I can grant them the necessary rights. 
They also must install twine[3].
The process of packaging is well described in the packaging tutorial[2]. In the 
nutshell, the maintainer must do the following:
## Clone/pull the sources from the git repository,
## Enter the directory in which the `setup.py` is resides (“the setup 
directory”), in our case it is `modules/platforms/python`.
## Create the packages with the command `python3 setup.py sdist bdist_wheel`. 
The packages will be created in `modules/platforms/python/dist` folder.
## Upload packages with twine: `twine upload dist/*`.

It is very useful to have a dedicated Python virtual environment prepared to 
perform steps 3-4. Just do an editable install of `pyignite` into that 
environment from the setup directory: `pip3 install -e .` You can also install 
twine (`pip install twine`) in it.

Consider also making a `.pypirc` file to save time on logging in to PyPI. 
Newest version of `twine` is said to support keyrings on Linux and Mac, but I 
have not tried this yet.
[1] https://pypi.org/project/pyignite/
[2] https://packaging.python.org/tutorials/packaging-projects/
[3] https://twine.readthedocs.io/en/latest/
Some other notes on PyPI and versioning.
- The package version is located in the `setup.py`, it is a `version` argument 
of the `setuptools.setup()` function. Editing the `setup.py` is the only way to 
set the package version.
- You absolutely can not replace a package in PyPI (hijacking prevention). If 
you have published the package by mistake, all you can do is delete the 
unwanted package, increment the version counter in `setup.py`, and try again.
- If you upload the package through the web interface of PyPI (without twine), 
the package description will be garbled. Web interface does not support 
markdown.
Anyway, I would like to join in the congratulations on successful release. 
Kudos to the team.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-10696) Java 9/10/11 Support [2.8]

2018-12-14 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-10696:
-

 Summary: Java 9/10/11 Support [2.8]
 Key: IGNITE-10696
 URL: https://issues.apache.org/jira/browse/IGNITE-10696
 Project: Ignite
  Issue Type: Improvement
Reporter: Peter Ivanov
Assignee: Peter Ivanov
 Fix For: 2.8


Enhance [Ignite Tests 2.4+ (Java 
8)|https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8=projectOverview]
 project with ability to run build and tests under JDK9. Fix all incoming 
problems so that full Run All test runs on same branches provide similar 
results (excluding flaky tests).

Some known problems:
* some current versions of used maven plugins and 3rd party dependencies are 
still not ready for Java 9
* some JVM options of current test build configurations require revision
* scala -- both 2.10 and 2.11 currently used in building and testing do not 
support Java 9



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-10596) Introduce Docker images release build

2018-12-07 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-10596:
-

 Summary: Introduce Docker images release build
 Key: IGNITE-10596
 URL: https://issues.apache.org/jira/browse/IGNITE-10596
 Project: Ignite
  Issue Type: Improvement
Reporter: Peter Ivanov
Assignee: Peter Ivanov
 Fix For: 2.8


Add new build in [Apache Ignite 
Release|https://ci.ignite.apache.org/project.html?projectId=ApacheIgniteReleaseJava8=projectOverview]
 project for building and uploading Docker images based on Release build 
artifacts.




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-10595) Introduce RPM / DEB Release build

2018-12-07 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-10595:
-

 Summary: Introduce RPM / DEB Release build
 Key: IGNITE-10595
 URL: https://issues.apache.org/jira/browse/IGNITE-10595
 Project: Ignite
  Issue Type: Improvement
Reporter: Peter Ivanov
Assignee: Peter Ivanov
 Fix For: 2.8


Add new build in [Apache Ignite 
Release|https://ci.ignite.apache.org/project.html?projectId=ApacheIgniteReleaseJava8=projectOverview]
 project for building and uploading RPM / DEB packages based on Release build 
artifacts.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-10600) Revise Apache Ignite release build

2018-12-07 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-10600:
-

 Summary: Revise Apache Ignite release build
 Key: IGNITE-10600
 URL: https://issues.apache.org/jira/browse/IGNITE-10600
 Project: Ignite
  Issue Type: Improvement
Reporter: Peter Ivanov
Assignee: Peter Ivanov
 Fix For: 2.8


Current set of Apache Ignite release builds on TC have to be revised and 
refactored to become more stable and understandable.
Also, release documentation has to be modified to fit the changes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-9628) Java 9: ML module compilation failure

2018-09-18 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-9628:


 Summary: Java 9: ML module compilation failure
 Key: IGNITE-9628
 URL: https://issues.apache.org/jira/browse/IGNITE-9628
 Project: Ignite
  Issue Type: Task
Affects Versions: 2.6
Reporter: Peter Ivanov
 Fix For: 2.7


{code}
[17:56:31]  [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) 
on project ignite-ml: Compilation failure: Compilation failure: 
[17:56:31]  [ERROR] 
/data/teamcity/work/9198da4c51c3e112/modules/ml/src/main/java/org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogram.java:[28,28]
 package sun.reflect.generics.reflectiveObjects is not visible
[17:56:31]  [ERROR]   (package sun.reflect.generics.reflectiveObjects is 
declared in module java.base, which does not export it to the unnamed module)
[17:56:31]  [ERROR] 
/data/teamcity/work/9198da4c51c3e112/modules/ml/src/main/java/org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogram.java:[34,28]
 package sun.reflect.generics.reflectiveObjects is not visible
[17:56:31]  [ERROR]   (package sun.reflect.generics.reflectiveObjects is 
declared in module java.base, which does not export it to the unnamed module)
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-9614) Java 9: Hadoop compilation error

2018-09-17 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-9614:


 Summary: Java 9: Hadoop compilation error
 Key: IGNITE-9614
 URL: https://issues.apache.org/jira/browse/IGNITE-9614
 Project: Ignite
  Issue Type: Task
Affects Versions: 2.6
Reporter: Peter Ivanov
 Fix For: 2.7


When building Apache Ignite on TeamCity, the following error occurs
{code}
Could not resolve dependencies for project 
org.apache.ignite:ignite-hadoop:jar:2.7.0-SNAPSHOT: Could not find artifact 
jdk.tools:jdk.tools:jar:1.6 at specified path 
/usr/lib/jvm/java-9-oracle/../lib/tools.jar
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-11595) Fix broken Javadoc stylesheet

2019-03-21 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-11595:
-

 Summary: Fix broken Javadoc stylesheet
 Key: IGNITE-11595
 URL: https://issues.apache.org/jira/browse/IGNITE-11595
 Project: Ignite
  Issue Type: Task
Affects Versions: 2.7
Reporter: Peter Ivanov
Assignee: Peter Ivanov
 Fix For: 2.7.5






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-11737) Apache Ignite 2.7.5 Linux packages version update

2019-04-12 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-11737:
-

 Summary: Apache Ignite 2.7.5 Linux packages version update
 Key: IGNITE-11737
 URL: https://issues.apache.org/jira/browse/IGNITE-11737
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov
Assignee: Peter Ivanov


Update DEB and RPM packages' versions in Apache Ignite for the next version 
(2.7.5)




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-11751) Javadoc broken

2019-04-16 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-11751:
-

 Summary: Javadoc broken
 Key: IGNITE-11751
 URL: https://issues.apache.org/jira/browse/IGNITE-11751
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov
 Fix For: 2.8


{code}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:aggregate (core-javadoc) on 
project apache-ignite: An error has occurred in Javadoc report generation:
[ERROR] Exit code: 1 - 
ignite/modules/cassandra/store/src/main/java/org/apache/ignite/cache/store/cassandra/serializer/package-info.java:21:
 warning: a package-info.java file has already been seen for package 
org.apache.ignite.cache.store.cassandra.serializer
[ERROR] package org.apache.ignite.cache.store.cassandra.serializer;
[ERROR]^
[ERROR] javadoc: warning - Multiple sources of package comments found for 
package "org.apache.ignite.cache.store.cassandra.serializer"
[ERROR] javadoc: error - Error - Exception java.lang.ClassNotFoundException 
thrown while trying to register Taglet 
org.apache.ignite.tools.javadoc.IgniteLinkTaglet...
[ERROR] ignite/modules/core/src/main/java/org/apache/ignite/Ignition.java:88: 
warning - @ignitelink is an unknown tag.
[ERROR] ignite/modules/core/src/main/java/org/apache/ignite/Ignition.java:88: 
warning - @ignitelink is an unknown tag.
[ERROR] ignite/modules/core/src/main/java/org/apache/ignite/Ignition.java:88: 
warning - @ignitelink is an unknown tag.
[ERROR] ignite/modules/core/src/main/java/org/apache/ignite/Ignition.java:88: 
warning - @ignitelink is an unknown tag.
[ERROR] 
ignite/modules/core/src/main/java/org/apache/ignite/configuration/IgniteConfiguration.java:828:
 warning - @ignitelink is an unknown tag.
[ERROR] 
ignite/modules/core/src/main/java/org/apache/ignite/configuration/IgniteConfiguration.java:828:
 warning - @ignitelink is an unknown tag.
[ERROR] 
ignite/modules/core/src/main/java/org/apache/ignite/cache/store/CacheStore.java:71:
 warning - @ignitelink is an unknown tag.
[ERROR] 
ignite/modules/core/src/main/java/org/apache/ignite/cache/store/CacheStore.java:71:
 warning - @ignitelink is an unknown tag.
[ERROR] 
ignite/modules/core/src/main/java/org/apache/ignite/cache/store/CacheStoreSessionListener.java:114:
 warning - @ignitelink is an unknown tag.
[ERROR] 
ignite/modules/core/src/main/java/org/apache/ignite/cache/store/CacheStoreSessionListener.java:114:
 warning - @ignitelink is an unknown tag.
[ERROR] 
ignite/modules/core/src/main/java/org/apache/ignite/cache/store/CacheStoreSessionListener.java:114:
 warning - @ignitelink is an unknown tag.
[ERROR] 
ignite/modules/core/src/main/java/org/apache/ignite/cache/store/CacheStoreSessionListener.java:114:
 warning - @ignitelink is an unknown tag.
[ERROR] 
ignite/modules/core/src/main/java/org/apache/ignite/transactions/Transaction.java:120:
 warning - @ignitelink is an unknown tag.
[ERROR] 
ignite/modules/core/src/main/java/org/apache/ignite/transactions/Transaction.java:120:
 warning - @ignitelink is an unknown tag.
[ERROR] 
ignite/modules/core/src/main/java/org/apache/ignite/spi/checkpoint/CheckpointSpi.java:60:
 warning - @ignitelink is an unknown tag.
[ERROR] 
ignite/modules/core/src/main/java/org/apache/ignite/spi/checkpoint/CheckpointSpi.java:60:
 warning - @ignitelink is an unknown tag.
[ERROR] 
ignite/modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.java:233:
 warning - @ignitelink is an unknown tag.
[ERROR] 
ignite/modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.java:233:
 warning - @ignitelink is an unknown tag.
[ERROR] 
ignite/modules/core/src/main/java/org/apache/ignite/spi/deployment/DeploymentSpi.java:61:
 warning - @ignitelink is an unknown tag.
[ERROR] 
ignite/modules/core/src/main/java/org/apache/ignite/spi/deployment/DeploymentSpi.java:61:
 warning - @ignitelink is an unknown tag.
[ERROR] 
ignite/modules/core/src/main/java/org/apache/ignite/compute/gridify/GridifySetToSet.java:154:
 warning - @ignitelink is an unknown tag.
[ERROR] 
ignite/modules/core/src/main/java/org/apache/ignite/compute/gridify/GridifySetToSet.java:154:
 warning - @ignitelink is an unknown tag.
[ERROR] 
ignite/modules/core/src/main/java/org/apache/ignite/compute/gridify/GridifySetToValue.java:152:
 warning - @ignitelink is an unknown tag.
[ERROR] 
ignite/modules/core/src/main/java/org/apache/ignite/compute/gridify/GridifySetToValue.java:152:
 warning - @ignitelink is an unknown tag.
[ERROR] 
ignite/modules/spring/src/main/java/org/apache/ignite/cache/spring/SpringCacheManager.java:145:
 warning - @ignitelink is an unknown tag.
[ERROR] 
ignite/modules/spring/src/main/java/org/apache/ignite/cache/spring/SpringCacheManager.java:145:
 warning - @ignitelink is an unknown tag.
[ERROR] 

[jira] [Created] (IGNITE-12160) Fix RPM packages build

2019-09-11 Thread Peter Ivanov (Jira)
Peter Ivanov created IGNITE-12160:
-

 Summary: Fix RPM packages build
 Key: IGNITE-12160
 URL: https://issues.apache.org/jira/browse/IGNITE-12160
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov
Assignee: Peter Ivanov


{{Tue 10 Sep 2019 Peter Ivanov  - 2.7.6-1}} date is in 
invalid format and should be fixed.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Created] (IGNITE-12173) Fix http links

2019-09-16 Thread Peter Ivanov (Jira)
Peter Ivanov created IGNITE-12173:
-

 Summary: Fix http links
 Key: IGNITE-12173
 URL: https://issues.apache.org/jira/browse/IGNITE-12173
 Project: Ignite
  Issue Type: Task
Affects Versions: 2.7.5
Reporter: Peter Ivanov
Assignee: Peter Ivanov
 Fix For: 2.8


h3. [Apache Ignite|https://github.com/apache]
# 
{{[http://h2database.com/m2-repo|https://github.com/apache/ignite/blob/6e9ec03659e5f35c0f18605079fbced1e42ad130/parent/pom.xml#L233]}}
# 
{{[http://hadoop.apache.org/docs/current/api/|https://github.com/apache/ignite/blob/6e9ec03659e5f35c0f18605079fbced1e42ad130/parent/pom.xml#L339]}}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Created] (IGNITE-13319) Docker: trim whitespaces in the OPTION_LIBS parameter

2020-08-03 Thread Peter Ivanov (Jira)
Peter Ivanov created IGNITE-13319:
-

 Summary: Docker: trim whitespaces in the OPTION_LIBS parameter
 Key: IGNITE-13319
 URL: https://issues.apache.org/jira/browse/IGNITE-13319
 Project: Ignite
  Issue Type: Bug
Reporter: Peter Ivanov


When you list several libraries in the OPTION_LIB parameter, you have to follow 
this format “ignite-aws,ignite-camel” with no whitespaces between the names.

If anybody puts a space before the ignite-camel like this “ignite-aws, 
ignite-camel” then the second library won’t be added to the classpath.

We need to trim all the whitespaces in the OPTION_LIB before passing the libs 
to the launch script.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (IGNITE-14061) extdata modules are incorrectly published

2021-01-26 Thread Peter Ivanov (Jira)
Peter Ivanov created IGNITE-14061:
-

 Summary: extdata modules are incorrectly published
 Key: IGNITE-14061
 URL: https://issues.apache.org/jira/browse/IGNITE-14061
 Project: Ignite
  Issue Type: Bug
Reporter: Peter Ivanov
Assignee: Peter Ivanov


ignite-extdata* modules are used in tests but it turns out that they're also 
being deployed to Maven.

Need to skipped deployment for these modules.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (IGNITE-14011) Add RAT check, PMD, Idea Inspections, and code style suites for Ignite 3 project

2021-01-18 Thread Peter Ivanov (Jira)
Peter Ivanov created IGNITE-14011:
-

 Summary: Add RAT check, PMD, Idea Inspections, and code 
style suites for Ignite 3 project
 Key: IGNITE-14011
 URL: https://issues.apache.org/jira/browse/IGNITE-14011
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov
Assignee: Peter Ivanov


We need to copy the following suites to Ignite 3 (public TC). Please create a 
corresponding ticket in Ignite JIRA if pom.xml modifications are 
required.https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_LicensesHeaders?mode=builds#all-projectshttps://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_InspectionsCore?mode=builds#all-projects
 (assuming TC will be able to run inspections check on the new 
repository)https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_CheckCodeStyle?mode=builds#all-projectshttps://ggtc.gridgain.com/buildConfiguration/Tests_GridGainCeEeUe_Latest_SanityCheck_Pmd?mode=builds



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (IGNITE-14016) Prepare an RPM package for Ignite 3.0

2021-01-19 Thread Peter Ivanov (Jira)
Peter Ivanov created IGNITE-14016:
-

 Summary: Prepare an RPM package for Ignite 3.0
 Key: IGNITE-14016
 URL: https://issues.apache.org/jira/browse/IGNITE-14016
 Project: Ignite
  Issue Type: Task
Reporter: Peter Ivanov
Assignee: Peter Ivanov






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (IGNITE-14124) Fix project's Maven settings

2021-02-03 Thread Peter Ivanov (Jira)
Peter Ivanov created IGNITE-14124:
-

 Summary: Fix project's Maven settings
 Key: IGNITE-14124
 URL: https://issues.apache.org/jira/browse/IGNITE-14124
 Project: Ignite
  Issue Type: Bug
Affects Versions: 3.0.0-alpha2
Reporter: Peter Ivanov
Assignee: Peter Ivanov
 Fix For: 3.0.0-alpha2


https://ci.ignite.apache.org/buildConfiguration/ignite3_Tests_RunSanityCheck/5855660?buildTab=dependencies=list



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (IGNITE-14132) Add configuration to separate Integration and Unit tests

2021-02-05 Thread Peter Ivanov (Jira)
Peter Ivanov created IGNITE-14132:
-

 Summary: Add configuration to separate Integration and Unit tests
 Key: IGNITE-14132
 URL: https://issues.apache.org/jira/browse/IGNITE-14132
 Project: Ignite
  Issue Type: Bug
Reporter: Peter Ivanov
Assignee: Peter Ivanov


After IGNITE-14123, Unit and Integration tests are separated.

However, Maven goal {{integration-test}} includes unit tests too.

There is an option to add external property to skip unit tests only which 
should be added to {{parent/pom.xml}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)