# IGNITE-143: Trying to fix IGFS hangs.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/7fe6c27b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/7fe6c27b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/7fe6c27b Branch: refs/heads/ignite-47 Commit: 7fe6c27b41f2f5e95524769526b3c0221a06eb39 Parents: 301865f Author: vozerov-gridgain <voze...@gridgain.com> Authored: Fri Mar 6 13:06:17 2015 +0300 Committer: vozerov-gridgain <voze...@gridgain.com> Committed: Fri Mar 6 13:06:17 2015 +0300 ---------------------------------------------------------------------- .../ignite/internal/processors/hadoop/igfs/HadoopIgfsOutProc.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/7fe6c27b/modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/igfs/HadoopIgfsOutProc.java ---------------------------------------------------------------------- diff --git a/modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/igfs/HadoopIgfsOutProc.java b/modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/igfs/HadoopIgfsOutProc.java index 0b1f22d..2357d1a 100644 --- a/modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/igfs/HadoopIgfsOutProc.java +++ b/modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/igfs/HadoopIgfsOutProc.java @@ -465,7 +465,7 @@ public class HadoopIgfsOutProc implements HadoopIgfsEx, HadoopIgfsIpcIoListener return (T)res.response(); } - catch (IgniteCheckedException e) { + catch (IgfsException | IgniteCheckedException e) { throw new GridClosureException(e); } }