[
https://issues.apache.org/jira/browse/EAGLE-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15332401#comment-15332401
]
ASF GitHub Bot commented on EAGLE-294:
--------------------------------------
GitHub user pkuwm opened a pull request:
https://github.com/apache/incubator-eagle/pull/239
Add patches to fix bugs.
1. EAGLE-294 fix default value fillup issue If a policy metadata field is
not set, add null attributes to input stream for SiddhiCEP
2. Change Eagle version from 0.3.0 to 0.3.1 in all the pom.xml.
3. EAGLE-289 fix alert email format
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pkuwm/incubator-eagle branch-0.3.1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-eagle/pull/239.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 #239
----
commit 454e5678836b46a71735658cc9c92f80a5e57cea
Author: yonzhang <[email protected]>
Date: 2016-05-24T01:17:38Z
EAGLE-294 fix default value fillup issue If a policy metadata field is not
set, add null attributes to input stream for SiddhiCEP
Author: Huizhi Lu, [email protected]
Reviewer: Hao Chen, Yong Zhang
Closes #196
Signed-off-by: pkuwm <[email protected]>
commit 735b31614b256e71cdd6cc3bb0eb6067212a1f50
Author: pkuwm <[email protected]>
Date: 2016-06-14T23:11:16Z
Change Eagle version from 0.3.0 to 0.3.1 in all the pom.xml.
commit bae65d69eeaa00625b41650c001c259c60f124e0
Author: pkuwm <[email protected]>
Date: 2016-06-14T23:40:50Z
EAGLE-289 fix alert email format
commit 57e60e9051cd43735be37067f8f276a5e5feb67c
Author: pkuwm <[email protected]>
Date: 2016-06-15T17:17:21Z
Merge branch 'branch-0.3.1' of https://github.com/apache/incubator-eagle
into branch-0.3.1
Add back missing jars in tomcat.
----
> If a policy metadata field is not set, null attributes can not be able to add
> into input stream for SiddhiCEP
> --------------------------------------------------------------------------------------------------------------
>
> Key: EAGLE-294
> URL: https://issues.apache.org/jira/browse/EAGLE-294
> Project: Eagle
> Issue Type: Bug
> Affects Versions: v0.3.0
> Reporter: Huizhi Lu
> Assignee: Huizhi Lu
> Priority: Critical
> Fix For: v0.3.0, v0.4.0
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> If a policy metadata field is not set, null attributes can not be able to add
> into input stream for SiddhiCEP. Alerts may not be able to detect.
> So we need to put null attributes into input stream.
> In the sourcecode, we should get metadata map for the stream.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)