You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vasiliy Sisko (JIRA)" <ji...@apache.org> on 2016/06/30 08:55:10 UTC

[jira] [Created] (IGNITE-3400) IGFS: Does not correctly deallocate free space in courner case.

Vasiliy Sisko created IGNITE-3400:
-------------------------------------

             Summary: IGFS: Does not correctly deallocate free space in courner case.
                 Key: IGNITE-3400
                 URL: https://issues.apache.org/jira/browse/IGNITE-3400
             Project: Ignite
          Issue Type: Bug
          Components: IGFS
    Affects Versions: 1.7
            Reporter: Vasiliy Sisko


Steps to reproduce:
1) Run node with configured IGFS limited by max space (f.e. 104857600).
2) Copy to IGFS file with size less than IGFS space size. (f.e. 10-15 Mb)
3) Copy to IGFS file with size more than free space size.
  - Second file have 0 size in IGFS. Used IGFS size approximately equal to the IGFS space size.
4) Copy to IGFS file with size less than expected IGFS free space size. (f.e. 10-15 Mb)
  - New file have 0 size.
5) Remove all files of format IGFS
  - IGFS free space approximately equal to the size of first file.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)