Skip to content

Commit

Permalink
Updating version from 1.4.12 to 1.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Sercan Tekin committed Feb 2, 2021
1 parent d5b139c commit 58a0be8
Show file tree
Hide file tree
Showing 42 changed files with 80 additions and 56 deletions.
24 changes: 24 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
HBase Change Log

Release Notes - HBase - Version 1.4.13

** Bug
* [HBASE-22096] - /storeFile.jsp shows CorruptHFileException when the storeFile is a reference file
* [HBASE-22441] - BucketCache NullPointerException in cacheBlock
* [HBASE-23205] - Correctly update the position of WALs currently being replicated.
* [HBASE-23337] - Several modules missing in nexus for Apache HBase 2.2.2
* [HBASE-23359] - RS going down with NPE when splitting a region with compaction disabled in branch-1
* [HBASE-23360] - [CLI] Fix help command "set_quota" to explain removing quota
* [HBASE-23375] - Backport HBASE-22441 to branch-1
* [HBASE-23585] - MetricsRegionServerWrapperImpl.getL1CacheHitCount always returns 200
* [HBASE-23698] - Switch central repo to https on branch-1
* [HBASE-23825] - Increment proto conversion is broken

** Improvement
* [HBASE-23802] - Remove unnecessary Configuration instantiation in LossyAccounting

** Test
* [HBASE-23793] - Increase maven heap allocation to 4G in Yetus personality

** Task
* [HBASE-23743] - Release 1.4.13
* [HBASE-23862] - Fix flaky TestSnapshotFromMaster in 1.x versions

Release Notes - HBase - Version 1.4.12

** Bug
Expand Down
8 changes: 4 additions & 4 deletions ext-conf/warden.hbaserest.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
services=hbaserest:all:cldb
service.displayname=HBaseRestServer
service.command.start=/opt/mapr/hbase/hbase-1.4.12/bin/hbase-daemon.sh start rest -p 8080 --infoport 8086
service.command.stop=/opt/mapr/hbase/hbase-1.4.12/bin/hbase-daemon.sh stop rest
service.command.start=/opt/mapr/hbase/hbase-1.4.13/bin/hbase-daemon.sh start rest -p 8080 --infoport 8086
service.command.stop=/opt/mapr/hbase/hbase-1.4.13/bin/hbase-daemon.sh stop rest
service.command.type=BACKGROUND
service.command.monitorcommand=/opt/mapr/hbase/hbase-1.4.12/bin/hbase-daemon.sh status rest
service.command.monitorcommand=/opt/mapr/hbase/hbase-1.4.13/bin/hbase-daemon.sh status rest
service.port=8080
service.ui.port=8086
service.logs.location=/opt/mapr/hbase/hbase-1.4.12/logs
service.logs.location=/opt/mapr/hbase/hbase-1.4.13/logs
service.process.type=JAVA
service.alarm.tersename=hbaserest
service.alarm.label=HBaseRestServerDown
8 changes: 4 additions & 4 deletions ext-conf/warden.hbasethrift.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
services=hbasethrift:1:cldb
service.displayname=HBaseThriftServer
service.command.start=/opt/mapr/hbase/hbase-1.4.12/bin/hbase-daemon.sh start thrift
service.command.stop=/opt/mapr/hbase/hbase-1.4.12/bin/hbase-daemon.sh stop thrift
service.command.start=/opt/mapr/hbase/hbase-1.4.13/bin/hbase-daemon.sh start thrift
service.command.stop=/opt/mapr/hbase/hbase-1.4.13/bin/hbase-daemon.sh stop thrift
service.command.type=BACKGROUND
service.command.monitorcommand=/opt/mapr/hbase/hbase-1.4.12/bin/hbase-daemon.sh status thrift
service.command.monitorcommand=/opt/mapr/hbase/hbase-1.4.13/bin/hbase-daemon.sh status thrift
service.port=9090
service.ui.port=9095
service.logs.location=/opt/mapr/hbase/hbase-1.4.12/logs
service.logs.location=/opt/mapr/hbase/hbase-1.4.13/logs
service.process.type=JAVA
service.alarm.tersename=hbasethrift
service.alarm.label=HbaseThriftServerDown
8 changes: 4 additions & 4 deletions ext-conf/warden.hbmaster.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
services=hbmaster:all:cldb
service.displayname=HBaseMaster
service.command.start=/opt/mapr/hbase/hbase-1.4.12/bin/hbase-daemon.sh start master
service.command.stop=/opt/mapr/hbase/hbase-1.4.12/bin/hbase-daemon.sh stop master
service.command.start=/opt/mapr/hbase/hbase-1.4.13/bin/hbase-daemon.sh start master
service.command.stop=/opt/mapr/hbase/hbase-1.4.13/bin/hbase-daemon.sh stop master
service.command.type=BACKGROUND
service.command.monitorcommand=/opt/mapr/hbase/hbase-1.4.12/bin/hbase-daemon.sh status master
service.command.monitorcommand=/opt/mapr/hbase/hbase-1.4.13/bin/hbase-daemon.sh status master
service.port=16000
service.ui.port=16010
service.logs.location=/opt/mapr/hbase/hbase-1.4.12/logs
service.logs.location=/opt/mapr/hbase/hbase-1.4.13/logs
service.process.type=JAVA
service.alarm.tersename=hbmaster
service.alarm.label=HBaseMasterDown
Expand Down
8 changes: 4 additions & 4 deletions ext-conf/warden.hbregionserver.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
services=hbregionserver:all:hbmaster
service.displayname=HBaseRegionServer
service.command.start=/opt/mapr/hbase/hbase-1.4.12/bin/hbase-daemon.sh start regionserver
service.command.stop=/opt/mapr/hbase/hbase-1.4.12/bin/hbase-daemon.sh stop regionserver
service.command.start=/opt/mapr/hbase/hbase-1.4.13/bin/hbase-daemon.sh start regionserver
service.command.stop=/opt/mapr/hbase/hbase-1.4.13/bin/hbase-daemon.sh stop regionserver
service.command.type=BACKGROUND
service.command.monitorcommand=/opt/mapr/hbase/hbase-1.4.12/bin/hbase-daemon.sh status regionserver
service.command.monitorcommand=/opt/mapr/hbase/hbase-1.4.13/bin/hbase-daemon.sh status regionserver
service.port=16020
service.ui.port=16030
service.logs.location=/opt/mapr/hbase/hbase-1.4.12/logs
service.logs.location=/opt/mapr/hbase/hbase-1.4.13/logs
service.process.type=JAVA
service.alarm.tersename=hbregionserver
service.alarm.label=HBaseRegionServerDown
Expand Down
2 changes: 1 addition & 1 deletion hbase-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hbase-archetypes/hbase-archetype-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>hbase-archetypes</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hbase-archetypes/hbase-client-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<artifactId>hbase-archetypes</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-client-project</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase-archetypes/hbase-shaded-client-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<artifactId>hbase-archetypes</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-shaded-client-project</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase-archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hbase-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-assembly</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions hbase-checkstyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-checkstyle</artifactId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<name>HBase - Checkstyle</name>
<description>Module to hold Checkstyle properties for HBase.</description>

<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hbase-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hbase-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions hbase-error-prone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-error-prone</artifactId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<name>HBase - Error Prone Rules</name>
<description>Module to hold error prone custom rules for HBase.</description>

Expand Down
2 changes: 1 addition & 1 deletion hbase-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase-external-blockcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-external-blockcache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase-hadoop-compat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hbase-hadoop2-compat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hbase-hbtop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-hbtop</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hbase-metrics-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hbase-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hbase-prefix-tree/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hbase-procedure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hbase-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hbase-resource-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hbase-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase-rsgroup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hbase-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase-shaded/hbase-shaded-check-invariants/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hbase-shaded-check-invariants</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase-shaded/hbase-shaded-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>hbase-shaded</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-shaded-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase-shaded/hbase-shaded-guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>hbase-shaded</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hbase-shaded/hbase-shaded-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>hbase-shaded</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-shaded-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase-shaded/hbase-shaded-testing-util-tester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hbase-shaded/hbase-shaded-testing-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>hbase-shaded</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hbase-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>1.4.12.0-mapr-SNAPSHOT</version>
<version>1.4.13.0-mapr-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-shaded</artifactId>
Expand Down
Loading

0 comments on commit 58a0be8

Please sign in to comment.