|
1 | 1 | HBase Change Log
|
2 | 2 |
|
| 3 | +Release Notes - HBase - Version 1.1.7 10/14/2016 |
3 | 4 |
|
4 |
| -Release Notes - HBase - Version 1.1.7 09/26/2016 |
5 | 5 | ** Sub-task
|
| 6 | + * [HBASE-15308] - Flakey TestSplitWalDataLoss on branch-1.1 |
| 7 | + * [HBASE-15984] - Given failure to parse a given WAL that was closed cleanly, replay the WAL. |
6 | 8 | * [HBASE-16522] - Procedure v2 - Cache system user and avoid IOException
|
7 |
| - * [HBASE-16518] - Remove old .arcconfig file |
8 |
| - * [HBASE-16340] - ensure no Xerces jars included |
9 |
| - * [HBASE-16260] - Audit dependencies for Category-X |
10 | 9 |
|
11 | 10 | ** Bug
|
12 |
| - * [HBASE-16662] - Fix open POODLE vulnerabilities |
13 |
| - * [HBASE-16604] - Scanner retries on IOException can cause the scans to miss |
14 |
| - data |
15 |
| - * [HBASE-16589] - Adjust log level for FATAL messages from |
16 |
| - HBaseReplicationEndpoint that are not fatal |
17 |
| - * [HBASE-16552] - MiniHBaseCluster#getServerWith() does not ignore stopped |
18 |
| - RSs |
19 |
| - * [HBASE-16538] - Version mismatch in HBaseConfiguration.checkDefaultsVersion |
| 11 | + * [HBASE-14223] - Meta WALs are not cleared if meta region was closed and RS aborts |
| 12 | + * [HBASE-14391] - Empty regionserver WAL will never be deleted although the coresponding regionserver has been stale |
| 13 | + * [HBASE-14610] - IntegrationTestRpcClient from HBASE-14535 is failing with Async RPC client |
| 14 | + * [HBASE-16117] - Fix Connection leak in mapred.TableOutputFormat |
| 15 | + * [HBASE-16165] - Decrease RpcServer.callQueueSize before writeResponse causes OOM |
| 16 | + * [HBASE-16294] - hbck reporting "No HDFS region dir found" for replicas |
| 17 | + * [HBASE-16373] - precommit needs a dockerfile with hbase prereqs |
| 18 | + * [HBASE-16375] - Mapreduce mini cluster using HBaseTestingUtility not setting correct resourcemanager and jobhistory webapp address of MapReduceTestingShim |
| 19 | + * [HBASE-16460] - Can't rebuild the BucketAllocator's data structures when BucketCache uses FileIOEngine |
| 20 | + * [HBASE-16527] - IOExceptions from DFS client still can cause CatalogJanitor to delete referenced files |
20 | 21 | * [HBASE-16535] - Use regex to exclude generated classes for findbugs
|
21 |
| - * [HBASE-16527] - IOExceptions from DFS client still can cause CatalogJanitor |
22 |
| - to delete referenced files |
23 |
| - * [HBASE-16460] - Can't rebuild the BucketAllocator's data structures when |
24 |
| - BucketCache uses FileIOEngine |
25 |
| - * [HBASE-16375] - Mapreduce mini cluster using HBaseTestingUtility not |
26 |
| - setting correct resourcemanager and jobhistory webapp |
27 |
| - address of MapReduceTestingShim |
28 |
| - * [HBASE-16294] - hbck reporting "No HDFS region dir found" for replicas |
29 |
| - * [HBASE-16165] - Decrease RpcServer.callQueueSize before writeResponse |
30 |
| - causes OOM |
| 22 | + * [HBASE-16538] - Version mismatch in HBaseConfiguration.checkDefaultsVersion |
| 23 | + * [HBASE-16552] - MiniHBaseCluster#getServerWith() does not ignore stopped RSs |
| 24 | + * [HBASE-16589] - Adjust log level for FATAL messages from HBaseReplicationEndpoint that are not fatal |
| 25 | + * [HBASE-16604] - Scanner retries on IOException can cause the scans to miss data |
| 26 | + * [HBASE-16649] - Truncate table with splits preserved can cause both data loss and truncated data appeared again |
| 27 | + * [HBASE-16662] - Fix open POODLE vulnerabilities |
31 | 28 |
|
32 | 29 | ** Improvement
|
33 |
| - * [HBASE-16562] - ITBLL should fail to start if misconfigured |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
| 30 | + * [HBASE-15580] - Tag coprocessor limitedprivate scope to StoreFile.Reader |
| 31 | + * [HBASE-16562] - ITBLL should fail to start if misconfigured |
48 | 32 |
|
| 33 | +** Task |
| 34 | + * [HBASE-15033] - Backport test-patch.sh and zombie-detector.sh from master to branch-1.1 |
| 35 | + * [HBASE-15185] - Fix jdk8 javadoc warnings for branch-1.1 |
| 36 | + * [HBASE-16260] - Audit dependencies for Category-X |
| 37 | + * [HBASE-16340] - ensure no Xerces jars included |
| 38 | + * [HBASE-16518] - Remove old .arcconfig file |
49 | 39 |
|
| 40 | +** Test |
| 41 | + * [HBASE-13587] - TestSnapshotCloneIndependence.testOnlineSnapshotDeleteIndependent is flakey |
| 42 | + * [HBASE-13603] - Write test asserting desired priority of RS->Master RPCs |
50 | 43 |
|
51 |
| -** Task |
52 |
| - * [HBASE-15729] - Remove old JDiff wrapper scripts in dev-support |
53 |
| - * [HBASE-15895] - remove unmaintained jenkins build analysis tool. |
54 |
| - * [HBASE-16073] - update compatibility_checker for jacc dropping comma sep args |
55 |
| - * [HBASE-16154] - bring non-master branches up to date wrt check_compatibility script |
56 |
| - * [HBASE-16376] - Document implicit side-effects on partial results when calling Scan#setBatch(int) |
57 |
| - * [HBASE-16467] - Move AbstractHBaseTool to hbase-common |
| 44 | +** Umbrella |
| 45 | + * [HBASE-15168] - Zombie stomping branch-1.1 edition |
58 | 46 |
|
59 | 47 |
|
60 | 48 | Release Notes - HBase - Version 1.1.6 09/05/2016
|
|
0 commit comments