Looking at FSTableDescriptors#createMetaTableDescriptor() , both column
families have the following:
.setCacheDataInL1(true),
Is there something else you were looking for ?
Cheers
On Thu, Jul 14, 2016 at 6:59 AM, Lars George <[email protected]> wrote:
> Hey,
>
> HBASE-11364 did add `.setCacheDataInL1(true)`, but the later change to
> use `HTableDescriptor.metaTableDescriptor()` changes the layout of the
> `hbase:meta` to omit the L1 cache setting. Is this on purpose or an
> oversight?
>
> In other words, are the meta blocks currently never cached in L1?
>
> Lars
>