You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by samaitra <gi...@git.apache.org> on 2015/12/13 16:26:18 UTC

[GitHub] ignite pull request: Ignite 2135 ClassNotFoundException for CacheC...

GitHub user samaitra opened a pull request:

    https://github.com/apache/ignite/pull/327

    Ignite 2135 ClassNotFoundException for CacheContinuousQueryExample

    I am able to reproduce this issue and I think it is due to lack of enough memory in the system. If number of nodes started = number of GB of RAM this issue is reproducible.
    Tested on a system with 4GB ram.
    output from node 1
    [20:20:31] Topology snapshot [ver=20, servers=4, clients=0, CPUs=4, heap=3.9GB]
    output from node 2
    [20:20:31] Topology snapshot [ver=20, servers=4, clients=0, CPUs=4, heap=3.9GB]
    output from node 3
    [20:20:31] Topology snapshot [ver=20, servers=4, clients=0, CPUs=4, heap=3.9GB]
    To fix the issue added a try /catch for CacheException.
    output from node 4
    >>> Cache continuous query example started.
    Failed to run continuous query example.
    [20:37:32] Ignite node stopped OK [uptime=00:00:03:584]

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/samaitra/ignite IGNITE-2135

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/327.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #327
    
----
commit 10ff1914d487ef65760c3baafde087178d558f5c
Author: samaitra <sa...@gmail.com>
Date:   2015-12-13T08:45:06Z

    [Test] IgniteSemaphore's failover related tests are failing to compile

commit c8d7bca593db6844b95a2e30cd369ad2e5fd2668
Author: samaitra <sa...@gmail.com>
Date:   2015-12-13T15:18:53Z

    IGNITE-2135 ClassNotFoundException for CacheContinuousQueryExample

commit 47abb765902fec481d12d616e72b89aa0638945e
Author: samaitra <sa...@gmail.com>
Date:   2015-12-13T15:24:05Z

    IGNITE-2135 ClassNotFoundException for CacheContinuousQueryExample

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---