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

Attila Bukor updated KUDU-1685:
-------------------------------
    Description: 
The fix for KUDU-1538 causes too many block IDs to be stored in the same 
directory:

{code}
$ tree -d
.
└── d1
    └── 1e
        └── fe
{code}

Storing it in LSB order should probably be better.

  was:
The fix for KUDU-1538 causes too many block IDs to be stored in the same 
directory:

$ tree -d
.
└── d1
    └── 1e
        └── fe

Storing it in LSB order should probably be better.


> File Block Manager's block ID's are stored inefficiently
> --------------------------------------------------------
>
>                 Key: KUDU-1685
>                 URL: https://issues.apache.org/jira/browse/KUDU-1685
>             Project: Kudu
>          Issue Type: Bug
>          Components: tserver
>    Affects Versions: 1.0.0
>            Reporter: Attila Bukor
>
> The fix for KUDU-1538 causes too many block IDs to be stored in the same 
> directory:
> {code}
> $ tree -d
> .
> └── d1
>     └── 1e
>         └── fe
> {code}
> Storing it in LSB order should probably be better.



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

Reply via email to