Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.3.2
-
None
-
None
-
None
Description
The coprocessor was not being initialized in the region/store as the regionServices was set as null. The test was using an explicit setter in the region for populating the coprocessor after region initialization. This code path was exercised only by tests. This commit removes the back door entry for the test to set the coprocessor host explicitly and now the same is being set through the regular store initialization code path. This also allows the use of the storecontext otherwise the test would fail with the storecontext having a null coprocessor
Attachments
Issue Links
- is related to
-
HBASE-25249 Adding StoreContext
- Resolved
-
HBASE-24749 Direct insert HFiles and Persist in-memory HFile tracking
- Closed