[
https://issues.apache.org/jira/browse/HBASE-13917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matteo Bertozzi updated HBASE-13917:
------------------------------------
Attachment: HBASE-13917-v0.patch
> Remove string comparison to identify request priority
> -----------------------------------------------------
>
> Key: HBASE-13917
> URL: https://issues.apache.org/jira/browse/HBASE-13917
> Project: HBase
> Issue Type: Improvement
> Components: regionserver
> Reporter: Matteo Bertozzi
> Assignee: Matteo Bertozzi
> Priority: Minor
> Fix For: 2.0.0, 1.2.0
>
> Attachments: HBASE-13917-v0.patch
>
>
> We have a couple of if (methodName.equalsIgnoreCase("scan")) { ScanRequest
> req = (ScanRequest)parm; } we can replace that string comparison with an
> instanceof
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)