Skip to content

Commit 2d92736

Browse files
committed
Update CHANGES.txt and switch version to 1.7.1
1 parent 3b3ec32 commit 2d92736

File tree

36 files changed

+65
-37
lines changed

36 files changed

+65
-37
lines changed

CHANGES.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
HBase Change Log
22

3+
Release Notes - HBase - Version 1.7.1 07/15/2021
4+
5+
** Sub-task
6+
* [HBASE-26070] Rewrite 1.7.0 faulty table descriptors at bootstrap
7+
8+
** Bug
9+
* [HBASE-26075] Replication is stuck due to zero length wal file in oldWALs dir
10+
* [HBASE-22923] Consider minVersionToMoveSysTables while moving region and creating regionPlan (ADDENDUM)
11+
* [HBASE-22923] min version of RegionServer to move system table regions
12+
* [HBASE-26021] Undo the incompatible serialization change in HBASE-7767
13+
* [HBASE-25130] Fix master in-memory server holding map after hbck fixes
14+
* [HBASE-26013] Get operations readRows metrics becomes zero after HBASE-25677
15+
* [HBASE-26004] port HBASE-26001 (cell level tags invisible in atomic operations when access control is on) to branch-1
16+
* [HBASE-25984] Avoid premature reuse of sync futures in FSHLog
17+
* [HBASE-25924] Re-compute size of WAL file while removing from WALEntryStream
18+
19+
* Improvement
20+
* [HBASE-26025] Add a flag to mark if the IOError can be solved by retry in thrift IOError
21+
22+
** Test
23+
* [HBASE-26074] Fix testLogLevelByHttps/testLogLevelByHttpsWithSpnego
24+
* [HBASE-25910] Fix port assignment test
25+
26+
* Task
27+
* [HBASE-26033] complement the admin operations in thrift2 after HBASE-21674
28+
* [HBASE-21674] Port HBASE-21652 (Refactor ThriftServer making thrift2 server inherited from thrift1 server) to branch-1
29+
30+
331
Release Notes - HBase - Version 1.7.0 07/04/2021
432

533
** Sub-task

hbase-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.1-SNAPSHOT</version>
26+
<version>1.7.1</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

hbase-archetypes/hbase-archetype-builder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>hbase-archetypes</artifactId>
2727
<groupId>org.apache.hbase</groupId>
28-
<version>1.7.1-SNAPSHOT</version>
28+
<version>1.7.1</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131

hbase-archetypes/hbase-client-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<artifactId>hbase-archetypes</artifactId>
2828
<groupId>org.apache.hbase</groupId>
29-
<version>1.7.1-SNAPSHOT</version>
29+
<version>1.7.1</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232
<artifactId>hbase-client-project</artifactId>

hbase-archetypes/hbase-shaded-client-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<artifactId>hbase-archetypes</artifactId>
2828
<groupId>org.apache.hbase</groupId>
29-
<version>1.7.1-SNAPSHOT</version>
29+
<version>1.7.1</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232
<artifactId>hbase-shaded-client-project</artifactId>

hbase-archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>hbase</artifactId>
2626
<groupId>org.apache.hbase</groupId>
27-
<version>1.7.1-SNAPSHOT</version>
27+
<version>1.7.1</version>
2828
<relativePath>..</relativePath>
2929
</parent>
3030

hbase-assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.1-SNAPSHOT</version>
26+
<version>1.7.1</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-assembly</artifactId>

hbase-checkstyle/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>org.apache.hbase</groupId>
2626
<artifactId>hbase-checkstyle</artifactId>
27-
<version>1.7.1-SNAPSHOT</version>
27+
<version>1.7.1</version>
2828
<name>Apache HBase - Checkstyle</name>
2929
<description>Module to hold Checkstyle properties for HBase.</description>
3030

3131
<parent>
3232
<artifactId>hbase</artifactId>
3333
<groupId>org.apache.hbase</groupId>
34-
<version>1.7.1-SNAPSHOT</version>
34+
<version>1.7.1</version>
3535
<relativePath>..</relativePath>
3636
</parent>
3737

hbase-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>hbase</artifactId>
2626
<groupId>org.apache.hbase</groupId>
27-
<version>1.7.1-SNAPSHOT</version>
27+
<version>1.7.1</version>
2828
<relativePath>..</relativePath>
2929
</parent>
3030

hbase-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.1-SNAPSHOT</version>
26+
<version>1.7.1</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

hbase-error-prone/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.1-SNAPSHOT</version>
26+
<version>1.7.1</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-error-prone</artifactId>
30-
<version>1.7.1-SNAPSHOT</version>
30+
<version>1.7.1</version>
3131
<name>Apache HBase - Error Prone Rules</name>
3232
<description>Module to hold error prone custom rules for HBase.</description>
3333

hbase-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.1-SNAPSHOT</version>
26+
<version>1.7.1</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-examples</artifactId>

hbase-external-blockcache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>hbase</artifactId>
2727
<groupId>org.apache.hbase</groupId>
28-
<version>1.7.1-SNAPSHOT</version>
28+
<version>1.7.1</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<artifactId>hbase-external-blockcache</artifactId>

hbase-hadoop-compat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.1-SNAPSHOT</version>
26+
<version>1.7.1</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

hbase-hadoop2-compat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>hbase</artifactId>
2323
<groupId>org.apache.hbase</groupId>
24-
<version>1.7.1-SNAPSHOT</version>
24+
<version>1.7.1</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727

hbase-hbtop/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>hbase</artifactId>
2727
<groupId>org.apache.hbase</groupId>
28-
<version>1.7.1-SNAPSHOT</version>
28+
<version>1.7.1</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<artifactId>hbase-hbtop</artifactId>

hbase-it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.1-SNAPSHOT</version>
26+
<version>1.7.1</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

hbase-metrics-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.1-SNAPSHOT</version>
26+
<version>1.7.1</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

hbase-metrics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.1-SNAPSHOT</version>
26+
<version>1.7.1</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

hbase-prefix-tree/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.1-SNAPSHOT</version>
26+
<version>1.7.1</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

hbase-procedure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.1-SNAPSHOT</version>
26+
<version>1.7.1</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

hbase-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.1-SNAPSHOT</version>
26+
<version>1.7.1</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

hbase-resource-bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.1-SNAPSHOT</version>
26+
<version>1.7.1</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

hbase-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.1-SNAPSHOT</version>
26+
<version>1.7.1</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-rest</artifactId>

hbase-rsgroup/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.1-SNAPSHOT</version>
26+
<version>1.7.1</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

hbase-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.1-SNAPSHOT</version>
26+
<version>1.7.1</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-server</artifactId>

hbase-shaded/hbase-shaded-check-invariants/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>hbase</artifactId>
1818
<groupId>org.apache.hbase</groupId>
19-
<version>1.7.1-SNAPSHOT</version>
19+
<version>1.7.1</version>
2020
<relativePath>../..</relativePath>
2121
</parent>
2222
<artifactId>hbase-shaded-check-invariants</artifactId>

hbase-shaded/hbase-shaded-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>hbase-shaded</artifactId>
2626
<groupId>org.apache.hbase</groupId>
27-
<version>1.7.1-SNAPSHOT</version>
27+
<version>1.7.1</version>
2828
<relativePath>..</relativePath>
2929
</parent>
3030
<artifactId>hbase-shaded-client</artifactId>

hbase-shaded/hbase-shaded-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>hbase-shaded</artifactId>
2626
<groupId>org.apache.hbase</groupId>
27-
<version>1.7.1-SNAPSHOT</version>
27+
<version>1.7.1</version>
2828
<relativePath>..</relativePath>
2929
</parent>
3030
<artifactId>hbase-shaded-server</artifactId>

hbase-shaded/hbase-shaded-testing-util-tester/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>hbase</artifactId>
2727
<groupId>org.apache.hbase</groupId>
28-
<version>1.7.1-SNAPSHOT</version>
28+
<version>1.7.1</version>
2929
<relativePath>../..</relativePath>
3030
</parent>
3131

hbase-shaded/hbase-shaded-testing-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>hbase-shaded</artifactId>
2727
<groupId>org.apache.hbase</groupId>
28-
<version>1.7.1-SNAPSHOT</version>
28+
<version>1.7.1</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131

hbase-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.1-SNAPSHOT</version>
26+
<version>1.7.1</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-shaded</artifactId>

hbase-shell/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.1-SNAPSHOT</version>
26+
<version>1.7.1</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-shell</artifactId>

hbase-testing-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.1-SNAPSHOT</version>
26+
<version>1.7.1</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-testing-util</artifactId>

hbase-thrift/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>hbase</artifactId>
2727
<groupId>org.apache.hbase</groupId>
28-
<version>1.7.1-SNAPSHOT</version>
28+
<version>1.7.1</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<artifactId>hbase-thrift</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<groupId>org.apache.hbase</groupId>
4040
<artifactId>hbase</artifactId>
4141
<packaging>pom</packaging>
42-
<version>1.7.1-SNAPSHOT</version>
42+
<version>1.7.1</version>
4343
<name>Apache HBase</name>
4444
<description>
4545
Apache HBase™ is the Hadoop database. Use it when you need

0 commit comments

Comments
 (0)