|
1 | 1 | HBase Change Log |
2 | 2 |
|
| 3 | + |
| 4 | +Release Notes - HBase - Version 1.1.8 12/12/2016 |
| 5 | + |
| 6 | +** Sub-task |
| 7 | + * [HBASE-12748] - RegionCoprocessorHost.execOperation creates too many iterator objects |
| 8 | + * [HBASE-16874] - Fix TestMasterFailoverWithProcedures and ensure single proc-executor for kill/restart tests |
| 9 | + * [HBASE-16970] - Clarify misleading Scan.java comment about caching |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | +** Bug |
| 18 | + * [HBASE-15324] - Jitter may cause desiredMaxFileSize overflow in ConstantSizeRegionSplitPolicy and trigger unexpected split |
| 19 | + * [HBASE-16699] - Overflows in AverageIntervalRateLimiter's refill() and getWaitInterval() |
| 20 | + * [HBASE-16701] - TestHRegion and TestHRegionWithInMemoryFlush timing out |
| 21 | + * [HBASE-16721] - Concurrency issue in WAL unflushed seqId tracking |
| 22 | + * [HBASE-16765] - New SteppingRegionSplitPolicy, avoid too aggressive spread of regions for small tables. |
| 23 | + * [HBASE-16807] - RegionServer will fail to report new active Hmaster until HMaster/RegionServer failover |
| 24 | + * [HBASE-16815] - Low scan ratio in RPC queue tuning triggers divide by zero exception |
| 25 | + * [HBASE-16824] - Writer.flush() can be called on already closed streams in WAL roll |
| 26 | + * [HBASE-16830] - RSRpcServices#openRegion() should handle the case where table descriptor is null |
| 27 | + * [HBASE-16870] - Add the metrics of replication sources which were transformed from other dead rs to ReplicationLoad |
| 28 | + * [HBASE-16886] - hbase-client: scanner with reversed=true and small=true gets no result |
| 29 | + * [HBASE-16889] - Proc-V2: verifyTables in the IntegrationTestDDLMasterFailover test after each table DDL is incorrect |
| 30 | + * [HBASE-16931] - Setting cell's seqId to zero in compaction flow might cause RS down. |
| 31 | + * [HBASE-16934] - Revert ITBLL misconfiguration check introduced in HBASE-16562 |
| 32 | + * [HBASE-16939] - ExportSnapshot: set owner and permission on right directory |
| 33 | + * [HBASE-16960] - RegionServer hang when aborting |
| 34 | + * [HBASE-16980] - TestRowProcessorEndpoint failing consistently |
| 35 | + * [HBASE-17020] - keylen in midkey() dont computed correctly |
| 36 | + * [HBASE-17022] - TestMasterFailoverWithProcedures#testTruncateWithFailover fails constantly in branch-1.1 |
| 37 | + * [HBASE-17023] - Region left unassigned due to AM and SSH each thinking others would do the assignment work |
| 38 | + * [HBASE-17039] - SimpleLoadBalancer schedules large amount of invalid region moves |
| 39 | + * [HBASE-17042] - Remove 'public' keyword from MasterObserver interface |
| 40 | + * [HBASE-17044] - Fix merge failed before creating merged region leaves meta inconsistent |
| 41 | + * [HBASE-17058] - Lower epsilon used for jitter verification from HBASE-15324 |
| 42 | + * [HBASE-17074] - PreCommit job always fails because of OOM |
| 43 | + * [HBASE-17091] - IntegrationTestZKAndFSPermissions failed with 'KeeperException$NoNodeException' |
| 44 | + * [HBASE-17112] - Prevent setting timestamp of delta operations the same as previous value's |
| 45 | + * [HBASE-17118] - StoreScanner leaked in KeyValueHeap |
| 46 | + * [HBASE-17127] - Locate region should fail fast if underlying Connection already closed |
| 47 | + * [HBASE-17206] - FSHLog may roll a new writer successfully with unflushed entries |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | +** Improvement |
| 55 | + * [HBASE-16033] - Add more details in logging of responseTooSlow/TooLarge |
| 56 | + * [HBASE-16972] - Log more details for Scan#next request when responseTooSlow |
| 57 | + * [HBASE-17004] - Refactor IntegrationTestManyRegions to use @ClassRule for timing out |
| 58 | + * [HBASE-17006] - Add names to threads for better debugability of thread dumps |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | +** Task |
| 77 | + * [HBASE-16749] - HBase root pom.xml contains repo from people.apache.org/~garyh |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
3 | 83 | Release Notes - HBase - Version 1.1.7 10/14/2016 |
4 | 84 |
|
5 | 85 | ** Sub-task |
|
0 commit comments