4 Replies Latest reply on Aug 3, 2010 7:04 AM by galder.zamarreno

    Space reservation in Grid Filesystem

    eboily

      Hi,

       

      I have a situation where it will take some time to write big files to GridFileSystem and I don't want to begin writing the files and then get a IOException because other threads/servers used all available space. I want to make sure to have enough space and keep having enough space before writing a file to GridFileSystem. Does Infinispan's GridFileSystem support space reservation? I didn't see anything in the documentation referring to this.
      I know I could quite easily implement such mechanism but I want to check first if this is a given.
      Thanks!
      - Edouard Boily