[jira] [Commented] (FLUME-1709) HDFS CompressedDataStream doesn't support serializer parameter

2012-12-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13507921#comment-13507921 ] Hudson commented on FLUME-1709: --- Integrated in flume-trunk #335 (See

[jira] [Commented] (FLUME-1630) Flume configuration code could be improved

2012-12-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13507922#comment-13507922 ] Hudson commented on FLUME-1630: --- Integrated in flume-trunk #335 (See

[jira] [Commented] (FLUME-1763) FileChannel Checkpoints should not be done without free space

2012-12-01 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13507992#comment-13507992 ] Brock Noland commented on FLUME-1763: - We should also: 1) Make that number

[jira] [Created] (FLUME-1763) FileChannel Checkpoints should not be done without free space

2012-12-01 Thread Brock Noland (JIRA)
Brock Noland created FLUME-1763: --- Summary: FileChannel Checkpoints should not be done without free space Key: FLUME-1763 URL: https://issues.apache.org/jira/browse/FLUME-1763 Project: Flume

[jira] [Commented] (FLUME-1763) FileChannel Checkpoints should not be done without free space

2012-12-01 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13507994#comment-13507994 ] Brock Noland commented on FLUME-1763: - Note that although the checkpoint file itself

[jira] [Commented] (FLUME-1709) HDFS CompressedDataStream doesn't support serializer parameter

2012-12-01 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13508024#comment-13508024 ] Mike Percy commented on FLUME-1709: --- Cameron: thanks for the fix! Brock: thanks for the

[jira] [Updated] (FLUME-1748) HDFS Sink can end up in a bad state if the Callables are interrupted.

2012-12-01 Thread Hari Shreedharan (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hari Shreedharan updated FLUME-1748: Attachment: FLUME-1748.patch Simple patch, not run unit tests. Will update later if

[jira] [Commented] (FLUME-1748) HDFS Sink can end up in a bad state if the Callables are interrupted.

2012-12-01 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13508083#comment-13508083 ] Brock Noland commented on FLUME-1748: - The error messages are missing spaces.

[jira] [Updated] (FLUME-1748) HDFS Sink should check if the thread is interrupted before performing any HDFS operations

2012-12-01 Thread Hari Shreedharan (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hari Shreedharan updated FLUME-1748: Summary: HDFS Sink should check if the thread is interrupted before performing any HDFS

[jira] [Commented] (FLUME-1748) HDFS Sink should check if the thread is interrupted before performing any HDFS operations

2012-12-01 Thread Hari Shreedharan (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13508123#comment-13508123 ] Hari Shreedharan commented on FLUME-1748: - Adding some context: Because all of

[jira] [Updated] (FLUME-1748) HDFS Sink should check if the thread is interrupted before performing any HDFS operations

2012-12-01 Thread Hari Shreedharan (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hari Shreedharan updated FLUME-1748: Attachment: FLUME-1748-1.patch Added spaces in the error message. HDFS