Created branch "spark" for supporting alert engine on spark streaming

2016-08-04 Thread Hao Chen
During offline meetup, some engineering team located at Shanghai is very interested in contributing eagle alert engine by supporting spark streaming instead of being bound with storm, and eagle community is also believe the ability for eagle to support diversified streaming infrastructure like sp

Re: Created branch "spark" for supporting alert engine on spark streaming

2016-08-04 Thread Hao Chen
s this feature aligned with new alert engine in 0.5? > > Thanks > Edward > > On 8/4/16, 23:14, "Daniel Zhou" wrote: > > >This is so exiting! Great to have spark support! > > > >Regards, > >Da > > > > > > > >> On Aug

Re: Created branch "spark" for supporting alert engine on spark streaming

2016-08-04 Thread Hao Chen
The "spark" branch will keep syncing latest code from "develop" branch and continuously commit new features about Alert Engine on Spark Streaming upon it. - Hao On Fri, Aug 5, 2016 at 2:34 PM, Hao Chen wrote: > Yes, the purpose is to extend the new correlation alert engi

[Discuss] How do you think rename "develop" branch to "trunk" branch so that able to close pull request automatically?

2016-08-05 Thread Hao Chen
Currently we are faced a problem that we can't close the pull request from contributors automatically. When a pull request is merged in develop branch, github could not close the pull request automatically and committers don't have permission to close the pull request manually on github page, so t

Re: Created branch "spark" for supporting alert engine on spark streaming

2016-08-05 Thread Hao Chen
Jijun Tang will add some design doc for this feature: https://cwiki.apache.org/confluence/display/EAG/Alert+Engine+on+Spark+Streaming - Hao On Fri, Aug 5, 2016 at 2:38 PM, Hao Chen wrote: > The "spark" branch will keep syncing latest code from "develop" branch and &g

Re: Created branch "spark" for supporting alert engine on spark streaming

2016-08-07 Thread Hao Chen
@Hao, how to make this jira[ > https://issues.apache.org/jira/browse/EAGLE-348] as a *umbrella * task? so > that we can add more sub tasks. > > Thanks > Chang > > On Fri, Aug 5, 2016 at 5:15 PM, Hao Chen wrote: > > > Jijun Tang will add some design doc for this

Re: [Discuss] Check Style Specification

2016-08-08 Thread Hao Chen
https://google.github.io/styleguide/javaguide.html - Hao On Mon, Aug 8, 2016 at 2:21 PM, Zhang, Edward (GDI Hadoop) < yonzh...@ebay.com> wrote: > It is nice. So do we have offline document for us to review Google java > style? > It is supposed that a lot of warnings will be generated with those

Re: [Discuss] How do you think rename "develop" branch to "trunk"branch so that able to close pull request automatically?

2016-08-08 Thread Hao Chen
gt; > > > > > > > > I also feel that moving development to “trunk” will be a good > thing. > > > > Right now, synchronizing the final release branch to the “trunk” > seems > > to > > > > be a redundant activity. In the release notes, we ca

Re: Request EAGLE JIRA assignee permission

2016-08-09 Thread Hao Chen
Garrett, it's done, pls. have a try. - Hao On Tue, Aug 9, 2016 at 4:07 PM, Garrett Li wrote: > Hi all, > > > This is Garrett Li, I am going to work on UMP alerting part, I would like > to request EAGLE JIRA assignee permission, my account in issues.apache.org > is garrettlish (garrettl...@163.c

Re: Please take notice to check-in only meaningful javadoc.

2016-08-24 Thread Hao Chen
Good reminding. @Contributors, not only about java docs, pls. make sure all the code style matches the checkstyle, currently I just keep the checkstyle as WARNING as we still have lots of style warning to clean, in future we should throw ERROR if any check-style doesn't match. Pls. start to spend s

Branch "develop" is failing due to org.apache.eagle.service.alert.resource.impl.MongoImplTest

2016-08-24 Thread Hao Chen
Branch "develop" is failing due to "org.apache.eagle.service.alert.resource.impl.MongoImplTest" which is really unstable, could anybody help fix it? https://builds.apache.org/job/incubator-eagle-develop/61/console - Hao

Re: [Question] Is SiteResource Thread Safe?

2016-08-24 Thread Hao Chen
Basically for any metadata persistence function, 1) you should firstly define a interface say SomeService interface SomeService { void doSomeThing(); } 2) Then you need to implement the interface for different kind of storeage type say memory (test purpose only), jdbc and mongodb, and bind t

Re: Branch "develop" is failing due to org.apache.eagle.service.alert.resource.impl.MongoImplTest

2016-08-25 Thread Hao Chen
rg/jira/browse/EAGLE-500 created. > > > > On Thu, Aug 25, 2016 at 10:24 AM, Hao Chen wrote: > > > >> Branch "develop" is failing due to > >> "org.apache.eagle.service.alert.resource.impl.MongoImplTest" which is > >> really unstable,

Re: [ANNOUNCE] New Apache Eagle Committer: Jinhu Wu

2016-09-06 Thread Hao Chen
Congrats and welcome Jinhu! - Hao On Wed, Sep 7, 2016 at 1:45 PM, Liangfei.Su wrote: > Congrats Jinhu! > > On Wed, Sep 7, 2016 at 1:33 PM, Jayesh Senjaliya > wrote: > > > Congratulations Jinhu ! > > > > On Tue, Sep 6, 2016 at 10:14 PM, Jinhu Wu > wrote: > > > > > Thanks, I'm very glad to beco

Building Failure Cause

2016-09-29 Thread Hao Chen
Currently most PR checking failed with following exception, it's because node version in jenkins node is too low than required. /home/jenkins/jenkins-slave/workspace/incubator-eagle-pr-reviewer/eagle-server/src/main/webapp/app/node_modules/jsdom/lib/jsdom.js:3 () => `jsdom 7.x onward only works on

[Discuss] Keep reserved "default" siteId for cases require non-sites or cross-sites

2016-10-08 Thread Hao Chen
*Problem* *"site" in eagle means an isolated monitored namespace for certain tenant, like a monitored cluster or service.* In most cases, we could simply make sure a policy/application is owned by certain site, for example, alert policies are often bound with certain site which will be much easie

Re: [DISCUSS] restart Eagle graduate discussion

2016-10-17 Thread Hao Chen
gt; > > > > > ptgo...@gmail.com> wrote: > > > > > > >> > > > > > > > >> > > > > > > > >> > The maturity model assessment looks good to me, > > though I > > > >

Re: eagle branch-0.4 issue

2016-11-02 Thread Hao Chen
Thanks for reporting the exception, looking into it. - Hao On Mon, Oct 31, 2016 at 9:03 AM, Yaung Ou wrote: > dear eagle developers: > when the eagle-website and storm task run for a few hours and no one to > access,they all down. i found some error in the worker-6703.log,i list then > at the e

Re: snapshot version changes frequently

2016-11-02 Thread Hao Chen
Hi Jeff, May I know what's the error/exception? - Hao On Thu, Nov 3, 2016 at 9:42 AM, Pei, Jeff wrote: > Hi Eagle team, > > We depends on your 0.5.0-incubating-SNAPSHOT version for a project. > However due to its snapshot version, it constantly changing versions and > broke our dependency sys

Re: snapshot version changes frequently

2016-11-03 Thread Hao Chen
is designed to be able to run > alert engine as standalone app. > > For all who’s working on/care the eagle source code structure, please let me > know your comment. > > Thanks > Ralph > > From: Hao Chen > Date: Thursday, November 3, 2016 at 12:55 PM > To: &qu

Re: snapshot version changes frequently

2016-11-03 Thread Hao Chen
lanning. > > > > Ralph > > > > >> On Thu, Nov 3, 2016 at 7:29 PM, Hao Chen wrote: >> Maybe we could do it later after graduation as we would create new >> repository then and it maybe also not very good to split eagle-alert as >> separa

Re: Eagle graduation steps

2016-11-13 Thread Hao Chen
pointed to the office of Vice President, Apache Eagle, to > > >> serve in accordance with and subject to the direction of the > > >> Board of Directors and the Bylaws of the Foundation until > > >> death, resignation, retirement, removal or disqualifi

Re: 答复: [ANNOUNCE] new committer: Jijun Tang

2016-11-15 Thread Hao Chen
Welcome, Jijun! - Hao On Tue, Nov 15, 2016 at 4:14 PM, Tang Jijun(上海_技术部_数据平台_唐觊隽) < tangji...@yhd.com> wrote: > Hi Eagle Community , > > Thank you all :). > My name is JiJun Tang. I'm from China and I live in Shanghai with my wife > and 6 month old daughter. At the moment, I'm a software engine

Re: [VOTE] Graduate Apache Eagle to top level project

2016-12-03 Thread Hao Chen
t; RESOLVED, that the office of "Vice President, Apache Eagle" be >>> and hereby is created, the person holding such office to >>> serve at the direction of the Board of Directors as the chair >>> of the Apache Eagle Project, and to have primary

Re: Report an bug or unreasonable design

2016-12-06 Thread Hao Chen
Thanks for reporting the problem. You are right, it's a very reasonable concern. Eagle is designed to decouple the alert engine and data source with some messaging bus like Apache Kafka, and in fact, you could use any of log shipping approaches like log4j-kafka-appender (mentioned here ), logstash

Re: Graduation resolution

2016-12-15 Thread Hao Chen
Appreciate for help, Julian. - Hao On Fri, Dec 16, 2016 at 3:30 AM, Edward Zhang wrote: > Thanks Julian. I also wanted to ask how to do the next step :-) > Let me know if anything I need do for next steps. > > Thanks > Edward > > On Thu, Dec 15, 2016 at 11:07 AM, Julian Hyde wrote: > > > Now t

[jira] [Created] (EAGLE-3) [Integration] Eagle Preview Docker Image

2015-11-04 Thread Hao Chen (JIRA)
Hao Chen created EAGLE-3: Summary: [Integration] Eagle Preview Docker Image Key: EAGLE-3 URL: https://issues.apache.org/jira/browse/EAGLE-3 Project: Eagle Issue Type: Improvement

[jira] [Commented] (EAGLE-2) watch message process backlog in Eagle UI

2015-11-04 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14991032#comment-14991032 ] Hao Chen commented on EAGLE-2: -- We could put this part together with eagle metric data pro

[jira] [Created] (EAGLE-5) Minimal general-purpose monitoring engine

2015-11-06 Thread Hao Chen (JIRA)
Hao Chen created EAGLE-5: Summary: Minimal general-purpose monitoring engine Key: EAGLE-5 URL: https://issues.apache.org/jira/browse/EAGLE-5 Project: Eagle Issue Type: New Feature

[jira] [Updated] (EAGLE-5) Minimal general-purpose monitoring engine

2015-11-10 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-5?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-5: - Description: We should decouple the core framework and features from security monitoring case, so that we could

[jira] [Created] (EAGLE-19) User Profile ML Model Visualization for KDE and EigenDecomposition

2015-11-10 Thread Hao Chen (JIRA)
Hao Chen created EAGLE-19: - Summary: User Profile ML Model Visualization for KDE and EigenDecomposition Key: EAGLE-19 URL: https://issues.apache.org/jira/browse/EAGLE-19 Project: Eagle Issue Type

[jira] [Created] (EAGLE-20) Support Filebeat as Log Shipper for better performance

2015-11-10 Thread Hao Chen (JIRA)
Hao Chen created EAGLE-20: - Summary: Support Filebeat as Log Shipper for better performance Key: EAGLE-20 URL: https://issues.apache.org/jira/browse/EAGLE-20 Project: Eagle Issue Type: New Feature

[jira] [Commented] (EAGLE-10) Bad way to check kafka installation in eagle-check-env.sh

2015-11-11 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-10?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15000207#comment-15000207 ] Hao Chen commented on EAGLE-10: --- [~qingwzhao] what's the major problem and your fi

[jira] [Updated] (EAGLE-20) Support Filebeat as Log Shipper for better performance

2015-11-11 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-20: -- Description: Currently we provide two approaches for user to ship hadoop audit log from local to kafka, while

[jira] [Assigned] (EAGLE-10) Bad way to check kafka installation in eagle-check-env.sh

2015-11-11 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen reassigned EAGLE-10: - Assignee: Zhao, Qingwen > Bad way to check kafka installation in eagle-check-env

[jira] [Assigned] (EAGLE-16) HBase security log integration for HBase security monitoring

2015-11-11 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen reassigned EAGLE-16: - Assignee: Zhao, Qingwen > HBase security log integration for HBase security monitor

[jira] [Assigned] (EAGLE-20) Support Filebeat as Log Shipper for better performance

2015-11-11 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen reassigned EAGLE-20: - Assignee: Hao Chen > Support Filebeat as Log Shipper for better performa

[jira] [Assigned] (EAGLE-4) configure parallelism with bolt/spout friendly name

2015-11-11 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen reassigned EAGLE-4: Assignee: Zhao, Qingwen > configure parallelism with bolt/spout friendly n

[jira] [Assigned] (EAGLE-11) Eagle and Splunk Integration for security activity analysis

2015-11-11 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen reassigned EAGLE-11: - Assignee: Libin, Sun > Eagle and Splunk Integration for security activity analy

[jira] [Commented] (EAGLE-2) watch message process backlog in Eagle UI

2015-11-12 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15003503#comment-15003503 ] Hao Chen commented on EAGLE-2: -- [~libsun] please start a thread in mailing list for the de

[jira] [Assigned] (EAGLE-5) Minimal general-purpose monitoring engine

2015-11-15 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-5?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen reassigned EAGLE-5: Assignee: Hao Chen > Minimal general-purpose monitoring eng

[jira] [Created] (EAGLE-31) General monitoring UI support

2015-11-15 Thread Hao Chen (JIRA)
Hao Chen created EAGLE-31: - Summary: General monitoring UI support Key: EAGLE-31 URL: https://issues.apache.org/jira/browse/EAGLE-31 Project: Eagle Issue Type: Sub-task Environment

[jira] [Updated] (EAGLE-5) Minimal general-purpose monitoring engine

2015-11-15 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-5?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-5: - Description: As the first step, we should allow traditional monitoring 'users' to 1. Create kafka t

[jira] [Created] (EAGLE-32) Mininal General KafkaStreamMonitor

2015-11-15 Thread Hao Chen (JIRA)
Hao Chen created EAGLE-32: - Summary: Mininal General KafkaStreamMonitor Key: EAGLE-32 URL: https://issues.apache.org/jira/browse/EAGLE-32 Project: Eagle Issue Type: Sub-task Environment

[jira] [Commented] (EAGLE-6) group-by user between bolts and spouts for hdfs/hive audit log monitoring

2015-11-15 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15006240#comment-15006240 ] Hao Chen commented on EAGLE-6: -- Left some comments on the PR, please help fix for mer

[jira] [Commented] (EAGLE-6) group-by user between bolts and spouts for hdfs/hive audit log monitoring

2015-11-15 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15006242#comment-15006242 ] Hao Chen commented on EAGLE-6: -- [~libsun] Please use JIRA link function to link ticket

[jira] [Created] (EAGLE-33) Allow user to customize alert mailing template

2015-11-15 Thread Hao Chen (JIRA)
Hao Chen created EAGLE-33: - Summary: Allow user to customize alert mailing template Key: EAGLE-33 URL: https://issues.apache.org/jira/browse/EAGLE-33 Project: Eagle Issue Type: Sub-task

[jira] [Created] (EAGLE-34) Dynamical stream schema loading

2015-11-15 Thread Hao Chen (JIRA)
Hao Chen created EAGLE-34: - Summary: Dynamical stream schema loading Key: EAGLE-34 URL: https://issues.apache.org/jira/browse/EAGLE-34 Project: Eagle Issue Type: Sub-task Reporter: Hao

[jira] [Created] (EAGLE-35) [BUG] Policy sometimes can not be dynamically loaded correctly

2015-11-16 Thread Hao Chen (JIRA)
Hao Chen created EAGLE-35: - Summary: [BUG] Policy sometimes can not be dynamically loaded correctly Key: EAGLE-35 URL: https://issues.apache.org/jira/browse/EAGLE-35 Project: Eagle Issue Type: Sub

[jira] [Updated] (EAGLE-34) Dynamical stream metadata loading

2015-11-16 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-34: -- Summary: Dynamical stream metadata loading (was: Dynamical stream schema loading) > Dynamical stream metad

[jira] [Updated] (EAGLE-34) Dynamical stream metadata loading

2015-11-16 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-34: -- Description: Allow user to change stream metadata and dynamically loaded into topology for use > Dynami

[jira] [Updated] (EAGLE-34) Dynamical stream metadata loading

2015-11-16 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-34: -- Description: 1. Allow user to change stream metadata and dynamically loaded into topology for use 2. Support

[jira] [Updated] (EAGLE-34) Dynamic stream metadata loading

2015-11-16 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-34: -- Summary: Dynamic stream metadata loading (was: Dynamical stream metadata loading) > Dynamic stream metad

[jira] [Created] (EAGLE-41) Eagle Siddhi CEP Engine Bolt crash once any bad message comes in

2015-11-17 Thread Hao Chen (JIRA)
Hao Chen created EAGLE-41: - Summary: Eagle Siddhi CEP Engine Bolt crash once any bad message comes in Key: EAGLE-41 URL: https://issues.apache.org/jira/browse/EAGLE-41 Project: Eagle Issue Type

[jira] [Updated] (EAGLE-41) Eagle Siddhi CEP Engine Bolt crash once caught with any bad message

2015-11-17 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-41: -- Summary: Eagle Siddhi CEP Engine Bolt crash once caught with any bad message (was: Eagle Siddhi CEP Engine Bolt

[jira] [Commented] (EAGLE-41) Eagle Siddhi CEP Engine Bolt crash once caught with any bad message

2015-11-17 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15008611#comment-15008611 ] Hao Chen commented on EAGLE-41: --- [~libsun] thanks for the update. > Eagle Siddhi CEP

[jira] [Commented] (EAGLE-2) watch message process backlog in Eagle UI

2015-11-18 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15010520#comment-15010520 ] Hao Chen commented on EAGLE-2: -- Why should we get the offset by shell script? It soun

[jira] [Issue Comment Deleted] (EAGLE-2) watch message process backlog in Eagle UI

2015-11-18 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-2: - Comment: was deleted (was: Why should we get the offset by shell script? It sounds a little tricky. ) > wa

[jira] [Commented] (EAGLE-2) watch message process backlog in Eagle UI

2015-11-18 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15010521#comment-15010521 ] Hao Chen commented on EAGLE-2: -- Why should we get the offset by shell script? It soun

[jira] [Commented] (EAGLE-2) watch message process backlog in Eagle UI

2015-11-18 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15010529#comment-15010529 ] Hao Chen commented on EAGLE-2: -- [~libsun] it seems that the document contains sev

[jira] [Commented] (EAGLE-2) watch message process backlog in Eagle UI

2015-11-18 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15010596#comment-15010596 ] Hao Chen commented on EAGLE-2: -- I think Edward just recommend [~libsun] to refer to

[jira] [Commented] (EAGLE-2) watch message process backlog in Eagle UI

2015-11-18 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15010628#comment-15010628 ] Hao Chen commented on EAGLE-2: -- https://github.com/quantifind/KafkaOffsetMonitor/blob/ma

[jira] [Commented] (EAGLE-2) watch message process backlog in Eagle UI

2015-11-18 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15010642#comment-15010642 ] Hao Chen commented on EAGLE-2: -- I recommend to refer to some widely used kafka offset mon

[jira] [Resolved] (EAGLE-40) Policy detail page support alert list display

2015-11-18 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-40?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen resolved EAGLE-40. --- Resolution: Fixed Assignee: Jilin, Jiang (was: Hao Chen) > Policy detail page support alert list disp

[jira] [Assigned] (EAGLE-46) track the work before moving code to apache site

2015-11-18 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen reassigned EAGLE-46: - Assignee: Hao Chen > track the work before moving code to apache s

[jira] [Commented] (EAGLE-46) track the work before moving code to apache site

2015-11-18 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15012871#comment-15012871 ] Hao Chen commented on EAGLE-46: --- Fixed for "2. change version to 0.3.0" &g

[jira] [Comment Edited] (EAGLE-46) track the work before moving code to apache site

2015-11-19 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15012871#comment-15012871 ] Hao Chen edited comment on EAGLE-46 at 11/19/15 8:47 AM: - Fixed

[jira] [Commented] (EAGLE-46) track the work before moving code to apache site

2015-11-19 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15013168#comment-15013168 ] Hao Chen commented on EAGLE-46: --- Fixed for [3. change all package name to prefixe

[jira] [Commented] (EAGLE-46) track the work before moving code to apache site

2015-11-19 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15013257#comment-15013257 ] Hao Chen commented on EAGLE-46: --- Fixed for: 3. change all package name to prefixe

[jira] [Commented] (EAGLE-46) track the work before moving code to apache site

2015-11-19 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15013278#comment-15013278 ] Hao Chen commented on EAGLE-46: --- Enabled apache-rat-plugin, and fixed for all the repo

[jira] [Commented] (EAGLE-46) track the work before moving code to apache site

2015-11-19 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15013319#comment-15013319 ] Hao Chen commented on EAGLE-46: --- Pushed code into https://github.com/apache/incubator-e

[jira] [Commented] (EAGLE-46) track the work before moving code to apache site

2015-11-19 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15013597#comment-15013597 ] Hao Chen commented on EAGLE-46: --- The github and site for apache eagle (incubating) are

[jira] [Commented] (EAGLE-46) track the work before moving code to apache site

2015-11-19 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15013604#comment-15013604 ] Hao Chen commented on EAGLE-46: --- [~smith3816] please take over the front-end source

[jira] [Commented] (EAGLE-16) HBase security log integration for HBase security monitoring

2015-11-19 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15013618#comment-15013618 ] Hao Chen commented on EAGLE-16: --- [~qingwzhao] please close the ticket if resolved. >

[jira] [Commented] (EAGLE-46) track the work before moving code to apache site

2015-11-19 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15015008#comment-15015008 ] Hao Chen commented on EAGLE-46: --- [~julianhyde] and [~yonzhang2012] is there anything els

[jira] [Commented] (EAGLE-46) track the work before moving code to apache site

2015-11-20 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15018244#comment-15018244 ] Hao Chen commented on EAGLE-46: --- Fixed README https://github.com/apache/incubator-eagle/

[jira] [Commented] (EAGLE-46) track the work before moving code to apache site

2015-11-20 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15018252#comment-15018252 ] Hao Chen commented on EAGLE-46: --- Commit: https://github.com/apache/incubator-eagle/co

[jira] [Commented] (EAGLE-46) track the work before moving code to apache site

2015-11-20 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15018270#comment-15018270 ] Hao Chen commented on EAGLE-46: --- [~julianhyde] I have fixed all issues you raised a

[jira] [Commented] (EAGLE-46) track the work before moving code to apache site

2015-11-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15020902#comment-15020902 ] Hao Chen commented on EAGLE-46: --- Added subcomponents license declaration in LICENSE

[jira] [Created] (EAGLE-49) Handle the bad-format message in smarter way instead of throwing exception always

2015-11-22 Thread Hao Chen (JIRA)
Hao Chen created EAGLE-49: - Summary: Handle the bad-format message in smarter way instead of throwing exception always Key: EAGLE-49 URL: https://issues.apache.org/jira/browse/EAGLE-49 Project: Eagle

[jira] [Updated] (EAGLE-49) Handle the bad-format message in smarter way instead of throwing exception always

2015-11-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-49: -- Priority: Minor (was: Major) > Handle the bad-format message in smarter way instead of throwing except

[jira] [Updated] (EAGLE-49) Handle the bad-format message in smarter way instead of throwing exception always

2015-11-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-49: -- Description: Currently the solution is throwing exception once the coming messages' structure don't

[jira] [Updated] (EAGLE-49) Handle the bad-format message in smarter way instead of throwing exception always

2015-11-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-49: -- Priority: Major (was: Minor) > Handle the bad-format message in smarter way instead of throwing except

[jira] [Updated] (EAGLE-41) Eagle Siddhi CEP Engine Bolt crash once caught with any bad message

2015-11-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-41: -- Description: Currently Eagle Siddhi CEP engine bolt will always crash once caught with any bad message: 2015

[jira] [Updated] (EAGLE-41) Eagle Siddhi CEP Engine Bolt crash once caught with any bad message

2015-11-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-41: -- Description: Currently Eagle Siddhi CEP engine bolt will always crash once caught with any bad message

[jira] [Updated] (EAGLE-41) Eagle policy engine supports customizable ExceptionHandler instead of using FetalExceptionHandler

2015-11-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-41: -- Summary: Eagle policy engine supports customizable ExceptionHandler instead of using FetalExceptionHandler (was

[jira] [Commented] (EAGLE-2) watch message process backlog in Eagle UI

2015-11-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15021042#comment-15021042 ] Hao Chen commented on EAGLE-2: -- Metric Collector Design for Kafka Offset Collection (on be

[jira] [Commented] (EAGLE-24) Load skew issue when partition by user

2015-11-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15021045#comment-15021045 ] Hao Chen commented on EAGLE-24: --- HDFS Log Metric Offline Collector Design (on behal

[jira] [Created] (EAGLE-50) Eagle internal metric framework

2015-11-22 Thread Hao Chen (JIRA)
Hao Chen created EAGLE-50: - Summary: Eagle internal metric framework Key: EAGLE-50 URL: https://issues.apache.org/jira/browse/EAGLE-50 Project: Eagle Issue Type: Improvement Reporter

[jira] [Updated] (EAGLE-50) Eagle internal metric framework

2015-11-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-50: -- Description: Metric Framework General Design MetricOperator {code:title=MetricOperator|theme=FadeToGrey

[jira] [Updated] (EAGLE-49) Handle the bad-format message in smarter way instead of throwing exception always

2015-11-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-49: -- Description: Currently the solution is throwing exception once the coming messages' structure don't

[jira] [Updated] (EAGLE-49) Handle the bad-format message in smarter way instead of throwing exception always

2015-11-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-49: -- Description: Currently the solution is throwing exception once the coming messages' structure don't

[jira] [Updated] (EAGLE-49) Handle the bad-format message in smarter way instead of throwing exception always

2015-11-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-49: -- Description: Currently the solution is throwing exception once the coming messages' structure don't

[jira] [Commented] (EAGLE-48) Alert message time is wrong in some cases

2015-11-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15021055#comment-15021055 ] Hao Chen commented on EAGLE-48: --- Please at least assign a people before closing a ti

[jira] [Commented] (EAGLE-48) Alert message time is wrong in some cases

2015-11-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15021056#comment-15021056 ] Hao Chen commented on EAGLE-48: --- Please at least assign a people before closing a ti

[jira] [Closed] (EAGLE-49) Handle the bad-format message in smarter way instead of throwing exception always

2015-11-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen closed EAGLE-49. - > Handle the bad-format message in smarter way instead of throwing exception >

[jira] [Resolved] (EAGLE-49) Handle the bad-format message in smarter way instead of throwing exception always

2015-11-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen resolved EAGLE-49. --- Resolution: Fixed > Handle the bad-format message in smarter way instead of throwing exception >

[jira] [Reopened] (EAGLE-49) Handle the bad-format message in smarter way instead of throwing exception always

2015-11-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen reopened EAGLE-49: --- > Handle the bad-format message in smarter way instead of throwing exception >

[jira] [Resolved] (EAGLE-49) Handle the bad-format message in smarter way instead of throwing exception always

2015-11-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen resolved EAGLE-49. --- Resolution: Fixed > Handle the bad-format message in smarter way instead of throwing exception >

[jira] [Closed] (EAGLE-49) Handle the bad-format message in smarter way instead of throwing exception always

2015-11-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen closed EAGLE-49. - > Handle the bad-format message in smarter way instead of throwing exception >

<    1   2   3   4   5   6   7   8   9   10   >