[jira] [Updated] (FLUME-2619) Spooldir source does not log channel exceptions

2016-07-20 Thread JIRA

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

Bessenyei Balázs Donát updated FLUME-2619:
--
Labels:   (was: reviewboard-missing)

> Spooldir source does not log channel exceptions
> ---
>
> Key: FLUME-2619
> URL: https://issues.apache.org/jira/browse/FLUME-2619
> Project: Flume
>  Issue Type: Bug
>  Components: Sinks+Sources
>Reporter: Santiago M. Mola
>Assignee: Bessenyei Balázs Donát
> Fix For: v1.7.0
>
> Attachments: FLUME-2619-1.patch, FLUME-2619.patch
>
>
> Spooldir assumes that any ChannelException means that the channel is full and 
> it does not log the exception message.



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


[jira] [Updated] (FLUME-2619) Spooldir source does not log channel exceptions

2016-07-20 Thread JIRA

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

Bessenyei Balázs Donát updated FLUME-2619:
--
Labels: reviewboard-missing  (was: patch-rebase-needed reviewboard-missing)

> Spooldir source does not log channel exceptions
> ---
>
> Key: FLUME-2619
> URL: https://issues.apache.org/jira/browse/FLUME-2619
> Project: Flume
>  Issue Type: Bug
>  Components: Sinks+Sources
>Reporter: Santiago M. Mola
>Assignee: Bessenyei Balázs Donát
>  Labels: reviewboard-missing
> Fix For: v1.7.0
>
> Attachments: FLUME-2619-1.patch, FLUME-2619.patch
>
>
> Spooldir assumes that any ChannelException means that the channel is full and 
> it does not log the exception message.



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


[jira] [Updated] (FLUME-2619) Spooldir source does not log channel exceptions

2016-07-20 Thread JIRA

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

Bessenyei Balázs Donát updated FLUME-2619:
--
Labels: patch-rebase-needed reviewboard-missing  (was: )

> Spooldir source does not log channel exceptions
> ---
>
> Key: FLUME-2619
> URL: https://issues.apache.org/jira/browse/FLUME-2619
> Project: Flume
>  Issue Type: Bug
>  Components: Sinks+Sources
>Reporter: Santiago M. Mola
>Assignee: Johny Rufus
>  Labels: patch-rebase-needed, reviewboard-missing
> Fix For: v1.7.0
>
> Attachments: FLUME-2619-1.patch, FLUME-2619.patch
>
>
> Spooldir assumes that any ChannelException means that the channel is full and 
> it does not log the exception message.



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


[jira] [Updated] (FLUME-2619) Spooldir source does not log channel exceptions

2016-06-21 Thread Lior Zeno (JIRA)

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

Lior Zeno updated FLUME-2619:
-
Fix Version/s: (was: v1.6.0)
   v1.7.0

> Spooldir source does not log channel exceptions
> ---
>
> Key: FLUME-2619
> URL: https://issues.apache.org/jira/browse/FLUME-2619
> Project: Flume
>  Issue Type: Bug
>  Components: Sinks+Sources
>Reporter: Santiago M. Mola
>Assignee: Johny Rufus
> Fix For: v1.7.0
>
> Attachments: FLUME-2619-1.patch, FLUME-2619.patch
>
>
> Spooldir assumes that any ChannelException means that the channel is full and 
> it does not log the exception message.



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


[jira] [Updated] (FLUME-2619) Spooldir source does not log channel exceptions

2015-04-13 Thread Johny Rufus (JIRA)

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

Johny Rufus updated FLUME-2619:
---
Attachment: FLUME-2619-1.patch

There is one more place in ChannelProcessor, where this should be handled, 
including that change too 

> Spooldir source does not log channel exceptions
> ---
>
> Key: FLUME-2619
> URL: https://issues.apache.org/jira/browse/FLUME-2619
> Project: Flume
>  Issue Type: Bug
>  Components: Sinks+Sources
>Reporter: Santiago M. Mola
>Assignee: Johny Rufus
> Attachments: FLUME-2619-1.patch, FLUME-2619.patch
>
>
> Spooldir assumes that any ChannelException means that the channel is full and 
> it does not log the exception message.



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


[jira] [Updated] (FLUME-2619) Spooldir source does not log channel exceptions

2015-04-13 Thread Johny Rufus (JIRA)

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

Johny Rufus updated FLUME-2619:
---
Attachment: FLUME-2619.patch

Nice catch, SpoolDir should specifically catch ChannelFullException instead of 
catching ChannelException and deciding that the channel is Full.
Had to make one more change in ChannelProcessor, to not over wrap a 
ChannelException with itself 

> Spooldir source does not log channel exceptions
> ---
>
> Key: FLUME-2619
> URL: https://issues.apache.org/jira/browse/FLUME-2619
> Project: Flume
>  Issue Type: Bug
>  Components: Sinks+Sources
>Reporter: Santiago M. Mola
>Assignee: Johny Rufus
> Attachments: FLUME-2619.patch
>
>
> Spooldir assumes that any ChannelException means that the channel is full and 
> it does not log the exception message.



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