You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by Hao Chen <ha...@apache.org> on 2016/02/01 10:02:02 UTC

Fwd: [siddhi] Fix for https://wso2.org/jira/browse/CEP-1411 (#122)

Fixed the bad event exception issue for :

* https://issues.apache.org/jira/browse/EAGLE-41
* https://wso2.org/jira/browse/CEP-1411

with https://github.com/wso2/siddhi/pull/120 contributed to siddhi
community.

Regards,
Hao

---------- Forwarded message ----------
From: sacjaya <no...@github.com>
Date: Mon, Feb 1, 2016 at 4:50 PM
Subject: [siddhi] Fix for https://wso2.org/jira/browse/CEP-1411 (#122)
To: wso2/siddhi <si...@noreply.github.com>
Cc: Hao Chen <cn...@gmail.com>


Thanks @haoch <https://github.com/haoch> (Hao Chen) for the contribution.
------------------------------
You can view, comment on, or merge this pull request online at:

  https://github.com/wso2/siddhi/pull/122
Commit Summary

   - Support to set exception handler for ExecutionPlanRuntime
   - Make sure memmory buffer cache to be cleaned when caught with exception
   - Adding minor changes to ExceptionHandler test case
   - formatting SingleStreamEntryValve class

File Changes

   - *M*
   modules/siddhi-core/src/main/java/org/wso2/siddhi/core/ExecutionPlanRuntime.java
   <https://github.com/wso2/siddhi/pull/122/files#diff-0> (5)
   - *M*
   modules/siddhi-core/src/main/java/org/wso2/siddhi/core/config/ExecutionPlanContext.java
   <https://github.com/wso2/siddhi/pull/122/files#diff-1> (11)
   - *M*
   modules/siddhi-core/src/main/java/org/wso2/siddhi/core/query/output/callback/QueryCallback.java
   <https://github.com/wso2/siddhi/pull/122/files#diff-2> (1)
   - *M*
   modules/siddhi-core/src/main/java/org/wso2/siddhi/core/stream/StreamJunction.java
   <https://github.com/wso2/siddhi/pull/122/files#diff-3> (2)
   - *M*
   modules/siddhi-core/src/main/java/org/wso2/siddhi/core/stream/input/SingleStreamEntryValve.java
   <https://github.com/wso2/siddhi/pull/122/files#diff-4> (32)
   - *M*
   modules/siddhi-core/src/main/java/org/wso2/siddhi/core/stream/output/StreamCallback.java
   <https://github.com/wso2/siddhi/pull/122/files#diff-5> (1)
   - *A*
   modules/siddhi-core/src/test/java/org/wso2/siddhi/core/stream/ExceptionHandlerTestCase.java
   <https://github.com/wso2/siddhi/pull/122/files#diff-6> (186)

Patch Links:

   - https://github.com/wso2/siddhi/pull/122.patch
   - https://github.com/wso2/siddhi/pull/122.diff

—
Reply to this email directly or view it on GitHub
<https://github.com/wso2/siddhi/pull/122>.