Re: Ignite with Drools

2015-11-28 Thread Dmitriy Setrakyan
On Sat, Nov 28, 2015 at 2:59 PM, Gianfranco Murador wrote: > Hello Dmitriy , in this period I’m quite busy, but I'd like to continue > to develop the integration module. > If you need space for other projects I can still host the project under my > root github. > Sorry for my absence, but I hope

[jira] [Created] (IGNITE-2025) Clear function doesn't clear local off-heap cache

2015-11-28 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-2025: -- Summary: Clear function doesn't clear local off-heap cache Key: IGNITE-2025 URL: https://issues.apache.org/jira/browse/IGNITE-2025 Project: Ignite

[jira] [Created] (IGNITE-2024) CacheAutoStoreExample: Failed to execute compound future reducer

2015-11-28 Thread Ilya Suntsov (JIRA)
CacheAutoStoreExample Result: Got exceptions: CacheAutoStoreExample: {noformat} [23:54:21]__ [23:54:21] / _/ ___/ |/ / _/_ __/ __/ [23:54:21] _/ // (7 7// / / / / _/ [23:54:21] /___/\___/_/|_/___/ /_/ /___/ [23:54:21] [23:54:21] ver. 1.5.1#20151128-sha1:4c014a47 [23

[GitHub] ignite pull request: Fixing hang in metadata update.

2015-11-28 Thread agoncharuk
Github user agoncharuk closed the pull request at: https://github.com/apache/ignite/pull/280 --- 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

[GitHub] ignite pull request: Ignite 1.5 fix comm spi stop

2015-11-28 Thread yzhdanov
Github user yzhdanov closed the pull request at: https://github.com/apache/ignite/pull/278 --- 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 en

[jira] [Created] (IGNITE-2023) IgniteCacheClientNodeChangingTopology test fails with binary marshaller

2015-11-28 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-2023: Summary: IgniteCacheClientNodeChangingTopology test fails with binary marshaller Key: IGNITE-2023 URL: https://issues.apache.org/jira/browse/IGNITE-2023 Proje

Re: Communication exception handling

2015-11-28 Thread Semyon Boikov
Fix looks good, but it still can be dangerous to merge last minute before release. On Sat, Nov 28, 2015 at 4:44 PM, Yakov Zhdanov wrote: > Cache processor has not received stop signal since stopping thread is > trapped in job processor waiting for all jobs to finish. > > --Yakov > > 2015-11-28 1

Re: URGENT: Can we merge OSGi for 1.5?

2015-11-28 Thread Yakov Zhdanov
Raul, great news! But I would better do 1.6 in a week or two since there are still a lot of stuff to check - maven uploads, binary packaging, javadocs builds, etc. --Yakov 2015-11-27 20:15 GMT+03:00 Raul Kripalani : > Hello, > > We had created the expectation of OSGi being available for 1.5. > >

Re: Communication exception handling

2015-11-28 Thread Yakov Zhdanov
Cache processor has not received stop signal since stopping thread is trapped in job processor waiting for all jobs to finish. --Yakov 2015-11-28 15:57 GMT+03:00 Semyon Boikov : > Yakov, > > When node is stopped all cache futures are completed with error, where did > you see hang? > > > On Sat,

[GitHub] ignite pull request: Fixing hang in metadata update.

2015-11-28 Thread agoncharuk
GitHub user agoncharuk opened a pull request: https://github.com/apache/ignite/pull/280 Fixing hang in metadata update. You can merge this pull request into a Git repository by running: $ git pull https://github.com/agoncharuk/ignite ignite-1282 Alternatively you can review a

Re: Communication exception handling

2015-11-28 Thread Semyon Boikov
Yakov, When node is stopped all cache futures are completed with error, where did you see hang? On Sat, Nov 28, 2015 at 3:37 PM, Yakov Zhdanov wrote: > Guys, > > I see the following code > > (org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtTxPrepareFuture.java:1129): > >

[GitHub] ignite pull request: refactoring cache map

2015-11-28 Thread yzhdanov
GitHub user yzhdanov opened a pull request: https://github.com/apache/ignite/pull/279 refactoring cache map You can merge this pull request into a Git repository by running: $ git pull https://github.com/yzhdanov/ignite ignite-1.5-cache-map-refactoring Alternatively you can

Communication exception handling

2015-11-28 Thread Yakov Zhdanov
Guys, I see the following code (org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtTxPrepareFuture.java:1129): try { cctx.io().send(n, req, tx.ioPolicy()); } catch (ClusterTopologyCheckedException

[GitHub] ignite pull request: Ignite 1.5 fix comm spi stop

2015-11-28 Thread yzhdanov
GitHub user yzhdanov opened a pull request: https://github.com/apache/ignite/pull/278 Ignite 1.5 fix comm spi stop You can merge this pull request into a Git repository by running: $ git pull https://github.com/yzhdanov/ignite ignite-1.5-fix-comm-spi-stop Alternatively you ca

Re: Ignite with Drools

2015-11-28 Thread Gianfranco Murador
Hello Dmitriy , in this period I'm quite busy, but I'd like to continue to develop the integration module. If you need space for other projects I can still host the project under my root github. Sorry for my absence, but I hope to have the time available after the first half of December. Regards,

Re: Ignite-1.5 Release

2015-11-28 Thread Yakov Zhdanov
Guys, Small update. We are very close to submit Ignite-1.5-RC1. We currently fixing TeamCity in ignite-1.5 branch. --Yakov 2015-11-25 3:39 GMT+03:00 Dmitriy Setrakyan : > On Wed, Nov 25, 2015 at 3:09 AM, Raul Kripalani wrote: > > > It's integrated, i.e. it deploys on an OSGi container. And the