You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/06/13 17:04:00 UTC

[jira] [Resolved] (HBASE-6403) RegionCoprocessorHost provides empty config when loading a coprocessor

     [ https://issues.apache.org/jira/browse/HBASE-6403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Kyle Purtell resolved HBASE-6403.
----------------------------------------
    Resolution: Invalid

> RegionCoprocessorHost provides empty config when loading a coprocessor
> ----------------------------------------------------------------------
>
>                 Key: HBASE-6403
>                 URL: https://issues.apache.org/jira/browse/HBASE-6403
>             Project: HBase
>          Issue Type: Bug
>          Components: regionserver
>            Reporter: Eric C. Newton
>            Priority: Minor
>              Labels: delete
>
> I started playing with Giraffa.  I am running it against Hadoop 2.0.0-alpha, and current HBase trunk.  On line 159 of RegionCoprocessorHost, the server's configuration is copied... or at least an attempt is made to copy it.  However, the server's configuration object, a CompoundConfiguration, does not store the data in the same way as the base Configuration object, and so nothing is copied. This leaves the coprocessor without access to configuration values, like the fs.defaultFS, which Giraffa is looking for.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)