You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Dmitriy Pavlov (JIRA)" <ji...@apache.org> on 2017/11/29 12:55:00 UTC

[jira] [Created] (IGNITE-7069) Ignite PDS compatibilty framework: implement configurable classpath, JVM options, node startup timeout

Dmitriy Pavlov created IGNITE-7069:
--------------------------------------

             Summary: Ignite PDS compatibilty framework: implement configurable classpath, JVM options, node startup timeout
                 Key: IGNITE-7069
                 URL: https://issues.apache.org/jira/browse/IGNITE-7069
             Project: Ignite
          Issue Type: Bug
          Components: persistence
            Reporter: Dmitriy Pavlov
            Assignee: Dmitriy Pavlov
            Priority: Critical
             Fix For: 2.4


Ignite PDS compatibilty framework filters out classpath from current test classpath.
It involves only ignite-core and there is no warning about it in pom.xml
During extending scope of testing it is requied to extend CP with ignite-indexing, spring etc.

It is required to add ability to configure filtered out classpath element by test.
Additional fixes:
- dump classpath in case multi-jvm mode startup failed
- dump classpath in case multi-jvm mode startup hangs
- make node join timeout configurable (post startup may require considerable amount of time
- wait detached node not in assert (assert with side effect)

Fixes are prepared in
https://github.com/apache/ignite/pull/3106




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