You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "hemanth dendukuri (JIRA)" <ji...@apache.org> on 2016/03/02 01:15:18 UTC

[jira] [Reopened] (EAGLE-95) DAM HDFS topology fails to start, if there is invalid policy.

     [ https://issues.apache.org/jira/browse/EAGLE-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

hemanth dendukuri reopened EAGLE-95:
------------------------------------

I am able to reproduce this issue. 

Not able to start DAM HDFS topology with invalid policy

Create an invalid policy : from hdfsAuditLogEventStream[(cmd == 'open') and (src == '/tmp/private') and (timestamp == null)] select * insert into outputStream;
 

> DAM HDFS topology fails to start, if there is invalid policy.
> -------------------------------------------------------------
>
>                 Key: EAGLE-95
>                 URL: https://issues.apache.org/jira/browse/EAGLE-95
>             Project: Eagle
>          Issue Type: Bug
>            Reporter: hemanth dendukuri
>            Assignee: Senthilkumar
>            Priority: Critical
>             Fix For: v0.3.0
>
>
> Step 1: Create a invalid policy (from hdfsAuditLogEventStream[(cmd == 'open') and (str:contains(src,'/tmp/p')==true)] select * insert into outputStream;) 
> Step 2 : Deploy Dam HDFS topology. 
> Actual : The HDFS topology could not start because of the invalid policy. 2015-12-16 23:51:17 b.s.d.executor [INFO] Shutting down executor AlertEntityDeduplicationExecutor_9:[2 2] 2015-12-16 23:51:17 b.s.util [INFO] Async loop interrupted! 
> Expected: Topology should start ignoring the invalid policy.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)