gluster / glusterfs-java-filesystem

GlusterFS for Java
BSD 3-Clause "New" or "Revised" License
57 stars 45 forks source link

glusterfs-java-filesystem-example exception throws #1

Open lixp opened 10 years ago

lixp commented 10 years ago

while run Example.java,exception message is: Exception in thread "main" java.io.IOException: Unable to close filesystem: dr at com.peircean.glusterfs.GlusterFileSystem.close(GlusterFileSystem.java:44) at com.peircean.glusterfs.example.Example.main(Example.java:167) dr is the gluster server's volume name.the close method is necessary?thx