[
https://issues.apache.org/jira/browse/HBASE-6505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428494#comment-13428494
]
Gary Helmling commented on HBASE-6505:
--------------------------------------
minor nit: in RegionCoprocessorHost.createEnvironment()
{noformat}
+ if (tmp != null)
+ classData = tmp;
{noformat}
should have braces.
Otherwise +1 from me.
I was pondering the constraint of having the shared data map be keyed by String
and whether it would be better to Object keys, but that could lead to attempts
to key data by byte[] with unexpected results, so constraining to Strings might
be good.
> Investigate shared RegionObserver state
> ---------------------------------------
>
> Key: HBASE-6505
> URL: https://issues.apache.org/jira/browse/HBASE-6505
> Project: HBase
> Issue Type: Sub-task
> Reporter: Lars Hofhansl
> Assignee: Lars Hofhansl
> Fix For: 0.96.0, 0.94.2
>
> Attachments: 6505-v2.txt, 6505.txt
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira