[ 
https://issues.apache.org/jira/browse/HBASE-21874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16782044#comment-16782044
 ] 

Sean Busbey commented on HBASE-21874:
-------------------------------------

in PmemIOEngine.java, this copyright statement on line 2 should be removed:

{code}
1       /**
2        * Copyright The Apache Software Foundation
3        *
4        * Licensed to the Apache Software Foundation (ASF) under one or more
5        * contributor license agreements. See the NOTICE file distributed with 
this
6        * work for additional information regarding copyright ownership. The 
ASF
7        * licenses this file to you under the Apache License, Version 2.0 (the
8        * "License"); you may not use this file except in compliance with the 
License.
9        * You may obtain a copy of the License at
10       *
{code}

> Bucket cache on Persistent memory
> ---------------------------------
>
>                 Key: HBASE-21874
>                 URL: https://issues.apache.org/jira/browse/HBASE-21874
>             Project: HBase
>          Issue Type: New Feature
>          Components: BucketCache
>    Affects Versions: 3.0.0
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>            Priority: Major
>             Fix For: 3.0.0
>
>         Attachments: HBASE-21874.patch, HBASE-21874.patch, 
> HBASE-21874_V2.patch, Pmem_BC.png
>
>
> Non volatile persistent memory devices are byte addressable like DRAM (for 
> eg. Intel DCPMM). Bucket cache implementation can take advantage of this new 
> memory type and can make use of the existing offheap data structures to serve 
> data directly from this memory area without having to bring the data to 
> onheap.
> The patch is a new IOEngine implementation that works with the persistent 
> memory.
> Note : Here we don't make use of the persistence nature of the device and 
> just make use of the big memory it provides.
> Performance numbers to follow. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to