[
https://issues.apache.org/jira/browse/HBASE-11424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046338#comment-14046338
]
Hudson commented on HBASE-11424:
--------------------------------
SUCCESS: Integrated in HBase-TRUNK #5242 (See
[https://builds.apache.org/job/HBase-TRUNK/5242/])
HBASE-11424 Avoid usage of CellUtil#getTagArray(Cell cell) within server.
(Anoop) (anoopsamjohn: rev 7c1135b3e3f6796eb7884868fc1cd46c331c2bff)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessControlLists.java
* hbase-common/src/main/java/org/apache/hadoop/hbase/Tag.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java
* hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java
> Avoid usage of CellUtil#getTagArray(Cell cell) within server
> ------------------------------------------------------------
>
> Key: HBASE-11424
> URL: https://issues.apache.org/jira/browse/HBASE-11424
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.98.0
> Reporter: Anoop Sam John
> Assignee: Anoop Sam John
> Fix For: 0.99.0, 0.98.4
>
> Attachments: HBASE-11424.patch
>
>
> This is doing byte[] copying. AccessController uses this API and this is
> unwanted bytes copying overhead
--
This message was sent by Atlassian JIRA
(v6.2#6252)