[ 
https://issues.apache.org/jira/browse/HBASE-9993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13826049#comment-13826049
 ] 

Hudson commented on HBASE-9993:
-------------------------------

SUCCESS: Integrated in HBase-0.94 #1207 (See 
[https://builds.apache.org/job/HBase-0.94/1207/])
HBASE-9993 0.94: HBASE-9865 breaks coprocessor compatibility with WALEdit. 
(larsh: rev 1543220)
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALEdit.java
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSource.java


> 0.94: HBASE-9865 breaks coprocessor compatibility with WALEdit.
> ---------------------------------------------------------------
>
>                 Key: HBASE-9993
>                 URL: https://issues.apache.org/jira/browse/HBASE-9993
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>            Priority: Blocker
>             Fix For: 0.94.14
>
>         Attachments: 9993.txt
>
>
> {code}
>   public List<KeyValue> getKeyValues() {
> {code}
> Was changed to 
> {code}
>   public ArrayList<KeyValue> getKeyValues() {
> {code}
> 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.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to