Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-9993

0.94: HBASE-9865 breaks coprocessor compatibility with WALEdit.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 0.94.14
    • 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

        1. 9993.txt
          1 kB
          Lars Hofhansl

        Issue Links

          Activity

            People

              larsh Lars Hofhansl
              larsh Lars Hofhansl
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: