You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Ashish Paliwal (JIRA)" <ji...@apache.org> on 2014/11/05 09:25:34 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 ]

Ashish Paliwal resolved FLUME-310.
----------------------------------
       Resolution: Won't Fix
    Fix Version/s: v0.9.5

Won't fix. 0.X branch not maintained anymore

> 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
>             Fix For: v0.9.5
>
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)