Test Info
| Library Name | hbase |
| Version #1 | rel/2.6.5 |
| Version #2 | 2.6.6RC0 |
| Subject | Binary Compatibility |
Test Results
| Total Java Modules | 21 |
| Total Methods / Classes | 6934 / 624 |
| Compatibility |
99.8% |
Problem Summary
| Severity | Count |
| Added Methods | - | 16 |
| Removed Methods | High | 0 |
Problems with Data Types | High | 0 |
| Medium | 1 |
| Low | 0 |
Problems with Methods | High | 0 |
| Medium | 0 |
| Low | 0 |
Added Methods 16
hbase-shaded-client-byo-hadoop-2.6.6.jar,
ColumnPrefixFilter.class
package org.apache.hadoop.hbase.filter
ColumnPrefixFilter.getSkipHint ( Cell skippedCell ) : Cell
org/apache/hadoop/hbase/filter/ColumnPrefixFilter.getSkipHint:(Lorg/apache/hadoop/hbase/Cell;)Lorg/apache/hadoop/hbase/Cell;
hbase-shaded-client-byo-hadoop-2.6.6.jar,
ColumnRangeFilter.class
package org.apache.hadoop.hbase.filter
ColumnRangeFilter.getSkipHint ( Cell skippedCell ) : Cell
org/apache/hadoop/hbase/filter/ColumnRangeFilter.getSkipHint:(Lorg/apache/hadoop/hbase/Cell;)Lorg/apache/hadoop/hbase/Cell;
hbase-shaded-client-byo-hadoop-2.6.6.jar,
Filter.class
package org.apache.hadoop.hbase.filter
Filter.getHintForRejectedRow ( Cell firstRowCell ) : Cell
org/apache/hadoop/hbase/filter/Filter.getHintForRejectedRow:(Lorg/apache/hadoop/hbase/Cell;)Lorg/apache/hadoop/hbase/Cell;
Filter.getSkipHint ( Cell skippedCell ) : Cell
org/apache/hadoop/hbase/filter/Filter.getSkipHint:(Lorg/apache/hadoop/hbase/Cell;)Lorg/apache/hadoop/hbase/Cell;
hbase-shaded-client-byo-hadoop-2.6.6.jar,
FilterList.class
package org.apache.hadoop.hbase.filter
FilterList.getHintForRejectedRow ( Cell firstRowCell ) : Cell
org/apache/hadoop/hbase/filter/FilterList.getHintForRejectedRow:(Lorg/apache/hadoop/hbase/Cell;)Lorg/apache/hadoop/hbase/Cell;
FilterList.getSkipHint ( Cell skippedCell ) : Cell
org/apache/hadoop/hbase/filter/FilterList.getSkipHint:(Lorg/apache/hadoop/hbase/Cell;)Lorg/apache/hadoop/hbase/Cell;
hbase-shaded-client-byo-hadoop-2.6.6.jar,
MultipleColumnPrefixFilter.class
package org.apache.hadoop.hbase.filter
MultipleColumnPrefixFilter.getSkipHint ( Cell skippedCell ) : Cell
org/apache/hadoop/hbase/filter/MultipleColumnPrefixFilter.getSkipHint:(Lorg/apache/hadoop/hbase/Cell;)Lorg/apache/hadoop/hbase/Cell;
hbase-shaded-client-byo-hadoop-2.6.6.jar,
RegionLoad.class
package org.apache.hadoop.hbase
RegionLoad.getCurrentRegionColdDataRatio ( ) : float
org/apache/hadoop/hbase/RegionLoad.getCurrentRegionColdDataRatio:()F
hbase-shaded-client-byo-hadoop-2.6.6.jar,
RegionLocator.class
package org.apache.hadoop.hbase.client
RegionLocator.getRegionLocationsPage ( byte[ ] startKey, int limit ) : List<HRegionLocation>
org/apache/hadoop/hbase/client/RegionLocator.getRegionLocationsPage:([BI)Ljava/util/List;
hbase-shaded-client-byo-hadoop-2.6.6.jar,
RegionMetrics.class
package org.apache.hadoop.hbase
RegionMetrics.getCurrentRegionColdDataRatio ( ) [abstract] : float
org/apache/hadoop/hbase/RegionMetrics.getCurrentRegionColdDataRatio:()F
hbase-shaded-client-byo-hadoop-2.6.6.jar,
ServerMetrics.class
package org.apache.hadoop.hbase
ServerMetrics.getCacheFreeSize ( ) : long
org/apache/hadoop/hbase/ServerMetrics.getCacheFreeSize:()J
ServerMetrics.getRegionColdDataSize ( ) : Map<String,Integer>
org/apache/hadoop/hbase/ServerMetrics.getRegionColdDataSize:()Ljava/util/Map;
hbase-shaded-client-byo-hadoop-2.6.6.jar,
SkipFilter.class
package org.apache.hadoop.hbase.filter
SkipFilter.getHintForRejectedRow ( Cell firstRowCell ) : Cell
org/apache/hadoop/hbase/filter/SkipFilter.getHintForRejectedRow:(Lorg/apache/hadoop/hbase/Cell;)Lorg/apache/hadoop/hbase/Cell;
SkipFilter.getSkipHint ( Cell skippedCell ) : Cell
org/apache/hadoop/hbase/filter/SkipFilter.getSkipHint:(Lorg/apache/hadoop/hbase/Cell;)Lorg/apache/hadoop/hbase/Cell;
hbase-shaded-client-byo-hadoop-2.6.6.jar,
WhileMatchFilter.class
package org.apache.hadoop.hbase.filter
WhileMatchFilter.getHintForRejectedRow ( Cell firstRowCell ) : Cell
org/apache/hadoop/hbase/filter/WhileMatchFilter.getHintForRejectedRow:(Lorg/apache/hadoop/hbase/Cell;)Lorg/apache/hadoop/hbase/Cell;
WhileMatchFilter.getSkipHint ( Cell skippedCell ) : Cell
org/apache/hadoop/hbase/filter/WhileMatchFilter.getSkipHint:(Lorg/apache/hadoop/hbase/Cell;)Lorg/apache/hadoop/hbase/Cell;
to the top
Problems with Data Types, Medium Severity 1
hbase-shaded-client-byo-hadoop-2.6.5.jar
package org.apache.hadoop.hbase
[+] interface RegionMetrics 1
| Change | Effect |
|---|
| 1 |
Abstract method float getCurrentRegionColdDataRatio ( ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method RegionMetricsBuilder.toRegionLoad ( RegionMetrics ) and may not be implemented by old clients. |
[+] affected methods: 30 (0.4%)
RegionMetrics.getBlocksLocalWeight ( )This abstract method is from 'RegionMetrics' interface.
RegionMetrics.getBlocksLocalWithSsdWeight ( )This abstract method is from 'RegionMetrics' interface.
RegionMetrics.getBlocksTotalWeight ( )This abstract method is from 'RegionMetrics' interface.
RegionMetrics.getBloomFilterSize ( )This abstract method is from 'RegionMetrics' interface.
RegionMetrics.getCompactedCellCount ( )This abstract method is from 'RegionMetrics' interface.
RegionMetrics.getCompactingCellCount ( )This abstract method is from 'RegionMetrics' interface.
RegionMetrics.getCompactionState ( )This abstract method is from 'RegionMetrics' interface.
RegionMetrics.getCompletedSequenceId ( )This abstract method is from 'RegionMetrics' interface.
RegionMetrics.getCurrentRegionCachedRatio ( )This abstract method is from 'RegionMetrics' interface.
RegionMetrics.getDataLocality ( )This abstract method is from 'RegionMetrics' interface.
...
to the top
Java Archives 21
hbase-backup-2.6.5.jar
hbase-client-project-2.6.5.jar
hbase-compression-aircompressor-2.6.5.jar
hbase-compression-brotli-2.6.5.jar
hbase-compression-lz4-2.6.5.jar
hbase-compression-snappy-2.6.5.jar
hbase-compression-zstd-2.6.5.jar
hbase-endpoint-2.6.5.jar
hbase-examples-2.6.5.jar
hbase-external-blockcache-2.6.5.jar
hbase-hbtop-2.6.5.jar
hbase-it-2.6.5.jar
hbase-protocol-2.6.5.jar
hbase-rest-2.6.5.jar
hbase-rsgroup-2.6.5.jar
hbase-shaded-client-2.6.5.jar
hbase-shaded-client-byo-hadoop-2.6.5.jar
hbase-shaded-client-project-2.6.5.jar
hbase-shaded-mapreduce-2.6.5.jar
hbase-testing-util-2.6.5.jar
hbase-thrift-2.6.5.jar
to the top
Test Info
| Library Name | hbase |
| Version #1 | rel/2.6.5 |
| Version #2 | 2.6.6RC0 |
| Subject | Source Compatibility |
Test Results
| Total Java Modules | 21 |
| Total Methods / Classes | 6934 / 624 |
| Compatibility |
99.6% |
Problem Summary
| Severity | Count |
| Added Methods | - | 16 |
| Removed Methods | High | 0 |
Problems with Data Types | High | 1 |
| Medium | 0 |
| Low | 0 |
Problems with Methods | High | 0 |
| Medium | 0 |
| Low | 0 |
Added Methods 16
hbase-shaded-client-byo-hadoop-2.6.6.jar,
ColumnPrefixFilter.class
package org.apache.hadoop.hbase.filter
ColumnPrefixFilter.getSkipHint ( Cell skippedCell ) : Cell
org/apache/hadoop/hbase/filter/ColumnPrefixFilter.getSkipHint:(Lorg/apache/hadoop/hbase/Cell;)Lorg/apache/hadoop/hbase/Cell;
hbase-shaded-client-byo-hadoop-2.6.6.jar,
ColumnRangeFilter.class
package org.apache.hadoop.hbase.filter
ColumnRangeFilter.getSkipHint ( Cell skippedCell ) : Cell
org/apache/hadoop/hbase/filter/ColumnRangeFilter.getSkipHint:(Lorg/apache/hadoop/hbase/Cell;)Lorg/apache/hadoop/hbase/Cell;
hbase-shaded-client-byo-hadoop-2.6.6.jar,
Filter.class
package org.apache.hadoop.hbase.filter
Filter.getHintForRejectedRow ( Cell firstRowCell ) : Cell
org/apache/hadoop/hbase/filter/Filter.getHintForRejectedRow:(Lorg/apache/hadoop/hbase/Cell;)Lorg/apache/hadoop/hbase/Cell;
Filter.getSkipHint ( Cell skippedCell ) : Cell
org/apache/hadoop/hbase/filter/Filter.getSkipHint:(Lorg/apache/hadoop/hbase/Cell;)Lorg/apache/hadoop/hbase/Cell;
hbase-shaded-client-byo-hadoop-2.6.6.jar,
FilterList.class
package org.apache.hadoop.hbase.filter
FilterList.getHintForRejectedRow ( Cell firstRowCell ) : Cell
org/apache/hadoop/hbase/filter/FilterList.getHintForRejectedRow:(Lorg/apache/hadoop/hbase/Cell;)Lorg/apache/hadoop/hbase/Cell;
FilterList.getSkipHint ( Cell skippedCell ) : Cell
org/apache/hadoop/hbase/filter/FilterList.getSkipHint:(Lorg/apache/hadoop/hbase/Cell;)Lorg/apache/hadoop/hbase/Cell;
hbase-shaded-client-byo-hadoop-2.6.6.jar,
MultipleColumnPrefixFilter.class
package org.apache.hadoop.hbase.filter
MultipleColumnPrefixFilter.getSkipHint ( Cell skippedCell ) : Cell
org/apache/hadoop/hbase/filter/MultipleColumnPrefixFilter.getSkipHint:(Lorg/apache/hadoop/hbase/Cell;)Lorg/apache/hadoop/hbase/Cell;
hbase-shaded-client-byo-hadoop-2.6.6.jar,
RegionLoad.class
package org.apache.hadoop.hbase
RegionLoad.getCurrentRegionColdDataRatio ( ) : float
org/apache/hadoop/hbase/RegionLoad.getCurrentRegionColdDataRatio:()F
hbase-shaded-client-byo-hadoop-2.6.6.jar,
RegionLocator.class
package org.apache.hadoop.hbase.client
RegionLocator.getRegionLocationsPage ( byte[ ] startKey, int limit ) : List<HRegionLocation>
org/apache/hadoop/hbase/client/RegionLocator.getRegionLocationsPage:([BI)Ljava/util/List;
hbase-shaded-client-byo-hadoop-2.6.6.jar,
RegionMetrics.class
package org.apache.hadoop.hbase
RegionMetrics.getCurrentRegionColdDataRatio ( ) [abstract] : float
org/apache/hadoop/hbase/RegionMetrics.getCurrentRegionColdDataRatio:()F
hbase-shaded-client-byo-hadoop-2.6.6.jar,
ServerMetrics.class
package org.apache.hadoop.hbase
ServerMetrics.getCacheFreeSize ( ) : long
org/apache/hadoop/hbase/ServerMetrics.getCacheFreeSize:()J
ServerMetrics.getRegionColdDataSize ( ) : Map<String,Integer>
org/apache/hadoop/hbase/ServerMetrics.getRegionColdDataSize:()Ljava/util/Map;
hbase-shaded-client-byo-hadoop-2.6.6.jar,
SkipFilter.class
package org.apache.hadoop.hbase.filter
SkipFilter.getHintForRejectedRow ( Cell firstRowCell ) : Cell
org/apache/hadoop/hbase/filter/SkipFilter.getHintForRejectedRow:(Lorg/apache/hadoop/hbase/Cell;)Lorg/apache/hadoop/hbase/Cell;
SkipFilter.getSkipHint ( Cell skippedCell ) : Cell
org/apache/hadoop/hbase/filter/SkipFilter.getSkipHint:(Lorg/apache/hadoop/hbase/Cell;)Lorg/apache/hadoop/hbase/Cell;
hbase-shaded-client-byo-hadoop-2.6.6.jar,
WhileMatchFilter.class
package org.apache.hadoop.hbase.filter
WhileMatchFilter.getHintForRejectedRow ( Cell firstRowCell ) : Cell
org/apache/hadoop/hbase/filter/WhileMatchFilter.getHintForRejectedRow:(Lorg/apache/hadoop/hbase/Cell;)Lorg/apache/hadoop/hbase/Cell;
WhileMatchFilter.getSkipHint ( Cell skippedCell ) : Cell
org/apache/hadoop/hbase/filter/WhileMatchFilter.getSkipHint:(Lorg/apache/hadoop/hbase/Cell;)Lorg/apache/hadoop/hbase/Cell;
to the top
Problems with Data Types, High Severity 1
hbase-shaded-client-byo-hadoop-2.6.5.jar
package org.apache.hadoop.hbase
[+] interface RegionMetrics 1
| Change | Effect |
|---|
| 1 |
Abstract method float getCurrentRegionColdDataRatio ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCurrentRegionColdDataRatio ( ) in RegionMetrics. |
[+] affected methods: 30 (0.4%)
RegionMetrics.getBlocksLocalWeight ( )This abstract method is from 'RegionMetrics' interface.
RegionMetrics.getBlocksLocalWithSsdWeight ( )This abstract method is from 'RegionMetrics' interface.
RegionMetrics.getBlocksTotalWeight ( )This abstract method is from 'RegionMetrics' interface.
RegionMetrics.getBloomFilterSize ( )This abstract method is from 'RegionMetrics' interface.
RegionMetrics.getCompactedCellCount ( )This abstract method is from 'RegionMetrics' interface.
RegionMetrics.getCompactingCellCount ( )This abstract method is from 'RegionMetrics' interface.
RegionMetrics.getCompactionState ( )This abstract method is from 'RegionMetrics' interface.
RegionMetrics.getCompletedSequenceId ( )This abstract method is from 'RegionMetrics' interface.
RegionMetrics.getCurrentRegionCachedRatio ( )This abstract method is from 'RegionMetrics' interface.
RegionMetrics.getDataLocality ( )This abstract method is from 'RegionMetrics' interface.
...
to the top
Java Archives 21
hbase-backup-2.6.5.jar
hbase-client-project-2.6.5.jar
hbase-compression-aircompressor-2.6.5.jar
hbase-compression-brotli-2.6.5.jar
hbase-compression-lz4-2.6.5.jar
hbase-compression-snappy-2.6.5.jar
hbase-compression-zstd-2.6.5.jar
hbase-endpoint-2.6.5.jar
hbase-examples-2.6.5.jar
hbase-external-blockcache-2.6.5.jar
hbase-hbtop-2.6.5.jar
hbase-it-2.6.5.jar
hbase-protocol-2.6.5.jar
hbase-rest-2.6.5.jar
hbase-rsgroup-2.6.5.jar
hbase-shaded-client-2.6.5.jar
hbase-shaded-client-byo-hadoop-2.6.5.jar
hbase-shaded-client-project-2.6.5.jar
hbase-shaded-mapreduce-2.6.5.jar
hbase-testing-util-2.6.5.jar
hbase-thrift-2.6.5.jar
to the top