You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Alexander Lorenz-Alten (Resolved) (JIRA)" <ji...@apache.org> on 2012/03/07 12:08:57 UTC

[jira] [Resolved] (FLUME-310) Configuration translation issue

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

Alexander Lorenz-Alten resolved FLUME-310.
------------------------------------------

    Resolution: Won't Fix
    
> Configuration translation issue
> -------------------------------
>
>                 Key: FLUME-310
>                 URL: https://issues.apache.org/jira/browse/FLUME-310
>             Project: Flume
>          Issue Type: Bug
>    Affects Versions: v0.9.1
>            Reporter: Mathias Herberts
>
> getconfigs reports incorrect configurations when spawned config is modified while a node with this config is running.
> The following sequence of shell commands are able to reproduce the problem at least in my environment:
> [flume 127.0.0.1:35873:45678] getconfigs
> NODE                         	FLOW        	SOURCE                       	SINK                                                                                                                                                                          
> artimon-global-poller        	artimon-flow	artimon( "~.*", "*", "~.*" ) 	autoE2EChain                                                                                        
> artimon-global-hdfs-collector	artimon-flow	logicalSource                	bwseqfile( "hdfs://hadooptux-00.labs.arkea.com/hdfs/artimon/%Y/%m/%d/%H/artimon-global.sq", 120000 )
> [flume 127.0.0.1:35873:45678] exec refresh artimon-global-poller
> [id: 14] Execing command : refresh
> Command succeeded
> [flume 127.0.0.1:35873:45678] getconfigs                        
> NODE                         	FLOW        	SOURCE                       	SINK                                                                                                
> artimon-global-poller        	artimon-flow	artimon( "~.*", "*", "~.*" ) 	{ ackedWriteAhead => { stubbornAppend => { insistentOpen => fail( "no collectors" ) } } }           
> artimon-global-hdfs-collector	artimon-flow	logicalSource                	bwseqfile( "hdfs://hadooptux-00.labs.arkea.com/hdfs/artimon/%Y/%m/%d/%H/artimon-global.sq", 120000 )
> The last config shown for 'artimon-global-poller' is incorrect.
> It would also be useful to have a shell command to see the current translation for a given configuration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira