Duo Zhang
|
5333d8f1b4
|
HBASE-22684 The log rolling request maybe canceled immediately in LogRoller due to a race (#378)
Signed-off-by: Michael Stack <stack@apache.org>
|
2019-07-15 21:52:55 +08:00 |
Jan Hentschel
|
b6569442ef
|
HBASE-22689 Added line breaks for fix version in JIRA
Signed-off-by: stack <stack@apache.org>
|
2019-07-14 17:16:33 +02:00 |
Viraj Jasani
|
474bf285ce
|
HBASE-22638 ZooKeeper Utility enhancements
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
|
2019-07-13 20:30:48 +02:00 |
syedmurtazahassan
|
52d2bcd7dd
|
HBASE-19230 Write up fixVersion policy from dev discussion in refguide
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
|
2019-07-13 18:01:54 +02:00 |
syedmurtazahassan
|
955e643e1d
|
HBASE-22586 Javadoc Warnings related to @param tag
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
|
2019-07-13 16:56:53 +02:00 |
Duo Zhang
|
3eda33a048
|
HBASE-22681 The 'assert highestUnsyncedTxid < entry.getTxid();' in AbstractFWAL.append may fail when using AsyncFSWAL (#376)
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-07-13 22:16:34 +08:00 |
syedmurtazahassan
|
b6e66699a9
|
HBASE-22571 Javadoc Warnings related to @return tag
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
|
2019-07-13 13:48:45 +02:00 |
Andrew Purtell
|
19d8e33798
|
HBASE-22686 ZkSplitLogWorkerCoordination doesn't allow a regionserver to pick up all of the split work it is capable of (#377)
Signed-off-by: Xu Cang <xcang@apache.org>
|
2019-07-12 18:12:39 -07:00 |
Dequan Chen
|
25f9070bc5
|
HBASE-7129 Rest Documentation for check-and operations.
Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com>
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 4e46093a9a )
|
2019-07-12 16:23:53 -05:00 |
Reid Chan
|
8222631ee3
|
HBASE-22656 [Metrics] Table metrics 'BatchPut' and 'BatchDelete' are never updated
Signed-off-by: Michael Stack <stack@apache.org>
|
2019-07-07 23:26:02 +08:00 |
openinx
|
f84edde148
|
HBASE-22582 The Compaction writer may access the lastCell whose memory has been released when appending fileInfo in the final (#341)
|
2019-07-04 14:30:37 +08:00 |
haxiaolin
|
5087fddedf
|
HBASE-22403 Balance in RSGroup should consider throttling and a failure affects the whole
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-07-04 08:51:55 +08:00 |
stack
|
340ea97b1d
|
HBASE-22652 Flakey TestLockManager; test timed out after 780 seconds
Signed-off-by: Duo Zhang <Apache9@apache.org>
|
2019-07-03 07:49:59 -07:00 |
Murtaza Hassan
|
2d35d5f00f
|
HBASE-22604 fix the link in the docs to "Understanding HBase and BigTable" by Jim R. Wilson
Signed-off-by: Sean Busbey <busbey@apache.org>
|
2019-07-03 08:54:44 -05:00 |
Guanghao
|
78f704796e
|
HBASE-22624 Should sanity check table configuration when clone snapshot to a new table
|
2019-07-03 18:28:48 +08:00 |
stack
|
02dae09add
|
HBASE-22652 Flakey TestLockManager; test timed out after 780 seconds
Signed-off-by: Sean Busbey <busbey@apache.org>
|
2019-07-02 22:14:59 -07:00 |
Peter Somogyi
|
ed44b60cb1
|
HBASE-22651 ErrorProne issue in TestByteBufferArray
Signed-off-by: Michael Stack <stack@apache.org>
|
2019-07-02 16:37:46 +02:00 |
Andor Molnár
|
2f8ad5a51f
|
HBASE-13798 TestFromClientSide* don't close the Table
|
2019-07-02 11:29:01 +02:00 |
Mate Szalay-Beko
|
ede6a0a97b
|
HBASE-22637 fix flaky test in TestMetaTableMetrics
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com>
|
2019-07-02 09:37:01 +02:00 |
Bing Xiao
|
12c933ac51
|
HBASE-21751 WAL creation fails during region open may cause region assign forever fail
Signed-off-by: Allan Yang <allan163@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
|
2019-07-01 22:19:42 -07:00 |
syedmurtazahassan
|
8fa7800389
|
HBASE-22572 Javadoc Warnings: @link reference not found (#306)
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
Signed-off-by: stack <stack@apache.org>
|
2019-07-01 21:18:11 -07:00 |
zhangduo
|
7cd1caa1ec
|
HBASE-22477 Throwing exception when meta region is not in OPEN state in client registry may crash a master
|
2019-07-02 10:36:49 +08:00 |
Bing Xiao
|
49a4eeab3b
|
HBASE-22169 Open region failed cause memory leak
Signed-off-by: stack <stack@apache.org>
|
2019-07-01 13:51:33 -07:00 |
Viraj Jasani
|
e153f58937
|
HBASE-22633 remove redundant substring call with append for ZKReplicationQueueStorage
Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
|
2019-06-28 15:03:13 +02:00 |
Jan Hentschel
|
30ccac5108
|
HBASE-22595 Changed suppressions to full qualified class name
Signed-off-by: stack <stack@apache.org>
|
2019-06-28 10:54:45 +02:00 |
Duo Zhang
|
f812352c4e
|
HBASE-22632 SplitTableRegionProcedure and MergeTableRegionsProcedure should skip store files for unknown column families (#344)
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-06-27 21:57:11 +08:00 |
openinx
|
345f80ea5f
|
HBASE-20060 Add details of off heap memstore into book. (#334)
|
2019-06-27 16:54:48 +08:00 |
huzheng
|
6a3aa789d8
|
HBASE-22612 Address the final overview reviewing comments of HBASE-21879
|
2019-06-26 15:40:23 +08:00 |
openinx
|
af0e23c359
|
HBASE-22547 Align the config keys and add document for offheap read in HBase Book. (#301)
|
2019-06-25 22:25:30 +08:00 |
openinx
|
d34c4a0481
|
HBASE-22598 Deprecated the hbase.ipc.server.reservoir.initial.buffer.size & hbase.ipc.server.reservoir.initial.max for HBase2.x compatibility (#318)
|
2019-06-25 22:22:29 +08:00 |
openinx
|
4f1b5ab54e
|
HBASE-22531 The HFileReaderImpl#shouldUseHeap return the incorrect true when disabled BlockCache (#304)
|
2019-06-25 22:22:23 +08:00 |
openinx
|
3199175932
|
HBASE-22491 Separate the heap HFileBlock and offheap HFileBlock because the heap block won't need refCnt and save into prevBlocks list before shipping (#268)
|
2019-06-25 22:22:16 +08:00 |
huzheng
|
5ff317fe7b
|
HBASE-22504 Optimize the MultiByteBuff#get(ByteBuffer, offset, len)
|
2019-06-25 22:22:04 +08:00 |
openinx
|
4dd728dfff
|
HBASE-22483 It's better to use 65KB as the default buffer size in ByteBuffAllocator (#279)
|
2019-06-25 22:20:58 +08:00 |
openinx
|
915d7b2fa4
|
HBASE-22463 Some paths in HFileScannerImpl did not consider block#release which will exhaust the ByteBuffAllocator (#257)
|
2019-06-25 22:17:07 +08:00 |
openinx
|
1f5cf41345
|
HBASE-22422 Retain an ByteBuff with refCnt=0 when getBlock from LRUCache (#242)
|
2019-06-25 22:15:02 +08:00 |
huzheng
|
9e5fc2b379
|
HBASE-22435 Add a UT to address the HFileBlock#heapSize() in TestHeapSize
|
2019-06-25 22:14:57 +08:00 |
huzheng
|
b00360731a
|
HBASE-22412 Improve the metrics in ByteBuffAllocator
|
2019-06-25 22:14:50 +08:00 |
huzheng
|
02c528ab5a
|
HBASE-22090 The HFileBlock#CacheableDeserializer should pass ByteBuffAllocator to the newly created HFileBlock
|
2019-06-25 22:14:42 +08:00 |
huzheng
|
d7009d258c
|
HBASE-21921 Notify users if the ByteBufAllocator is always allocating ByteBuffers from heap which means the increacing GC pressure
|
2019-06-25 22:14:36 +08:00 |
huzheng
|
b3a01b512c
|
HBASE-22122 Change to release mob hfile's block after rpc server shipped response to client
|
2019-06-25 22:14:23 +08:00 |
huzheng
|
39a6a357ff
|
HBASE-21937 Make the Compression#decompress can accept ByteBuff as input
|
2019-06-25 22:11:51 +08:00 |
huzheng
|
bb40caf7a8
|
HBASE-22211 Remove the returnBlock method because we can just call HFileBlock#release directly
|
2019-06-25 22:11:33 +08:00 |
huzheng
|
fc460136e0
|
HBASE-21957 Unify refCount of BucketEntry and refCount of hbase.nio.ByteBuff into one
|
2019-06-25 22:07:16 +08:00 |
Mike Drob
|
92fc520cb0
|
HBASE-20894 Use proto for BucketCache persistence
|
2019-06-25 22:00:58 +08:00 |
huzheng
|
bd8260c07e
|
HBASE-22159 ByteBufferIOEngine should support write off-heap ByteBuff to the bufferArray
|
2019-06-25 21:28:02 +08:00 |
huzheng
|
081dc03e12
|
HBASE-22127 Ensure that the block cached in the LRUBlockCache offheap is allocated from heap
|
2019-06-25 21:23:54 +08:00 |
huzheng
|
0d294d23a9
|
HBASE-22005 Use ByteBuff's refcnt to track the life cycle of data block
|
2019-06-25 21:16:48 +08:00 |
huzheng
|
f97f6e3e6a
|
HBASE-22016 Rewrite the block reading methods by using hbase.nio.ByteBuff
|
2019-06-25 21:13:30 +08:00 |
huzheng
|
287e014b44
|
HBASE-21917 Make the HFileBlock#validateChecksum can accept ByteBuff as an input. (addendum)
|
2019-06-25 21:13:23 +08:00 |