Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
public List<KeyValue> getKeyValues() {
Was changed to
public ArrayList<KeyValue> getKeyValues() {
This break existing coprocessors (such as those used in Phoenix).
It's fine to change in 0.96+, but in 0.94 it should remain backwards compatible.
giacomotaylor, FYI.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-9865 Reused WALEdits in replication may cause RegionServers to go OOM
- Closed