[ 
https://issues.apache.org/jira/browse/FLUME-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450677#comment-13450677
 ] 

Christopher Nagy edited comment on FLUME-1446 at 9/8/12 1:50 AM:
-----------------------------------------------------------------

Should consider changing line 332 of FlumeConfiguration 
(AgentConfiguration#isValid method) to be '||' instead of '&&' (and updating 
the errorList appropriately) 
                
      was (Author: chris.nagy):
    Should consider changing line 334 of FlumeConfiguration to be '||' instead 
of '&&' (and updating the errorList appropriately) 
                  
> Source should not submit event to Sink which it doesnot connect to any Sink
> ---------------------------------------------------------------------------
>
>                 Key: FLUME-1446
>                 URL: https://issues.apache.org/jira/browse/FLUME-1446
>             Project: Flume
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: v1.2.0
>            Reporter: Denny Ye
>            Assignee: Denny Ye
>             Fix For: v1.3.0
>
>
> If there has Channel (mc) and it does not connect to any Sink, Source 
> shouldn't submit event to it.
> Configuration example:
> {quote}
> ...
> #Channels that Source connect to
> agent.sources.scribesource.channels = mc
> #No specified Sink connect to this Channel
> ...
> {quote}
> Otherwise, event in this Channel is increasing and no consumer, it's 
> misunderstanding.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to