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 09:00:21 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vasiliy Sisko updated IGNITE-3400:
----------------------------------
    Description: 
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.

  was:
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.


> 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
>             Fix For: 1.7
>
>
> 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)