[jira] [Assigned] (CRUNCH-316) Data Corruption when DatumWriter.write() throws MapBufferTooSmallException when called by SafeAvroSerialization

2014-01-02 Thread Micah Whitacre (JIRA)
[ https://issues.apache.org/jira/browse/CRUNCH-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Micah Whitacre reassigned CRUNCH-316: - Assignee: Micah Whitacre (was: Josh Wills) Data Corruption when DatumWriter.write()

[jira] [Updated] (CRUNCH-316) Data Corruption when DatumWriter.write() throws MapBufferTooSmallException when called by SafeAvroSerialization

2014-01-02 Thread Micah Whitacre (JIRA)
[ https://issues.apache.org/jira/browse/CRUNCH-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Micah Whitacre updated CRUNCH-316: -- Fix Version/s: 0.8.3 0.10.0 Data Corruption when DatumWriter.write()

[jira] [Resolved] (CRUNCH-316) Data Corruption when DatumWriter.write() throws MapBufferTooSmallException when called by SafeAvroSerialization

2014-01-02 Thread Micah Whitacre (JIRA)
[ https://issues.apache.org/jira/browse/CRUNCH-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Micah Whitacre resolved CRUNCH-316. --- Resolution: Fixed Patch has been pushed to master and cherry-picked to the apache-crunch-0.8

[jira] [Commented] (CRUNCH-317) Update tags for 0.9.0 release

2014-01-02 Thread Josh Wills (JIRA)
[ https://issues.apache.org/jira/browse/CRUNCH-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860888#comment-13860888 ] Josh Wills commented on CRUNCH-317: --- Ah, I see what I did. I can do the release build

[jira] [Updated] (CRUNCH-316) Data Corruption when DatumWriter.write() throws MapBufferTooSmallException when called by SafeAvroSerialization

2014-01-02 Thread Ben Roling (JIRA)
[ https://issues.apache.org/jira/browse/CRUNCH-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Roling updated CRUNCH-316: -- Attachment: CRUNCH-316-IT.patch I am attaching a patch with an integration test that fails with

[jira] [Updated] (CRUNCH-318) CheckpointIT#testCheckpoints fails (sometimes)

2014-01-02 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/CRUNCH-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated CRUNCH-318: - Attachment: 0001-CRUNCH-318-Add-sleep-to-fix-CheckpointIT.patch This patch seems to fix the problem.

[jira] [Resolved] (CRUNCH-318) CheckpointIT#testCheckpoints fails (sometimes)

2014-01-02 Thread Josh Wills (JIRA)
[ https://issues.apache.org/jira/browse/CRUNCH-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Wills resolved CRUNCH-318. --- Resolution: Fixed Fix Version/s: 0.10.0 Pushed to master. Thanks Ryan!

[jira] [Commented] (CRUNCH-318) CheckpointIT#testCheckpoints fails (sometimes)

2014-01-02 Thread Chao Shi (JIRA)
[ https://issues.apache.org/jira/browse/CRUNCH-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13861105#comment-13861105 ] Chao Shi commented on CRUNCH-318: - I used to hit this problem sometimes. I see this patch

[jira] [Commented] (CRUNCH-318) CheckpointIT#testCheckpoints fails (sometimes)

2014-01-02 Thread Josh Wills (JIRA)
[ https://issues.apache.org/jira/browse/CRUNCH-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13861109#comment-13861109 ] Josh Wills commented on CRUNCH-318: --- Because the test depends on a FileSystem action

[jira] [Commented] (CRUNCH-316) Data Corruption when DatumWriter.write() throws MapBufferTooSmallException when called by SafeAvroSerialization

2014-01-02 Thread Micah Whitacre (JIRA)
[ https://issues.apache.org/jira/browse/CRUNCH-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13861141#comment-13861141 ] Micah Whitacre commented on CRUNCH-316: --- Thanks for the test [~ben.roling]. I added