]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Hadoop: Since Client is behaving, put back in the close.
authorGreg Farnum <gregf@hq.newdream.net>
Thu, 30 Jul 2009 19:33:25 +0000 (12:33 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Thu, 30 Jul 2009 21:40:10 +0000 (14:40 -0700)
src/client/hadoop/ceph/CephFileSystem.java

index f962bc54006edcd6bd5e983e1b07bdf972cba50e..6bbdaa0b61ea668c714e2a0b1e03d758aad81575 100644 (file)
@@ -108,8 +108,8 @@ public class CephFileSystem extends FileSystem {
     debug("close:enter");
     super.close();//this method does stuff, make sure it's run!
     System.gc(); //to run the finalizers on CephInput/OutputStreams
-    //    ceph_kill_client();
-    //for some reason this just hangs, so not doing it for now
+    //this is kinda a hack and we may need to adjust it
+    ceph_kill_client();
     debug("close:exit");
   }