Guanghao Zhang
|
e02ae7724d
|
HBASE-17388 Move ReplicationPeer and other replication related PB messages to the replication.proto
|
2017-01-06 10:01:22 +08:00 |
rahul gidwani
|
0f6c79eb12
|
HBASE-16710 Add ZStandard Codec to Compression.java
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2017-01-05 10:46:55 -08:00 |
Jan Hentschel
|
df98d8dcd7
|
HBASE-17410 Changed size() == 0 to isEmpty in hbase-client
Signed-off-by: Josh Elser <elserj@apache.org>
|
2017-01-05 11:45:18 -05:00 |
Jan Hentschel
|
dba103e1b6
|
HBASE-17390 Added master and backup masters to online update of configuration
Signed-off-by: Jerry He <jerryjch@apache.org>
|
2017-01-04 22:08:05 -08:00 |
Josh Elser
|
20a7ae2865
|
HBASE-17409 Limit jsonp callback name to prevent xss
|
2017-01-04 17:05:07 -05:00 |
tedyu
|
63bd8be576
|
HBASE-17403 ClientAsyncPrefetchScanner doesn’t load any data if the MaxResultSize is too small (ChiaPing Tsai)
|
2017-01-04 08:21:25 -08:00 |
Michael Stack
|
05ab41d1be
|
HBASE-17397 AggregationClient cleanup; Reapplied with proper JIRA number (spotted by Duo Zhang)
|
2017-01-03 19:17:17 -08:00 |
Michael Stack
|
0583d79346
|
Revert "HBASE-17346 AggregationClient cleanup"
Revert because I had wrong JIRA number (Spotted by Duo Zhang)
This reverts commit 0a93241b61 .
|
2017-01-03 19:15:53 -08:00 |
eshcar
|
69ce5967fd
|
HBASE-17373: Fixing bug in moving segments from compaction pipeline to snapshot
Signed-off-by: Michael Stack <stack@apache.org>
|
2017-01-03 19:13:52 -08:00 |
Jan Hentschel
|
c3d5f268cf
|
HBASE-17401 Removed unnecessary semicolons in hbase-annotations
Signed-off-by: Michael Stack <stack@apache.org>
|
2017-01-01 17:31:44 -08:00 |
Michael Stack
|
0a93241b61
|
HBASE-17346 AggregationClient cleanup
|
2017-01-01 16:01:10 -08:00 |
Jan Hentschel
|
521730ebc7
|
HBASE-16869 Fixed typo in 'Disabling Blockcache' doc
Signed-off-by: Jerry He <jerryjch@apache.org>
|
2017-01-01 12:45:21 -08:00 |
Guanghao Zhang
|
0e48665641
|
HBASE-17336 get/update replication peer config requests should be routed through master
|
2016-12-30 10:12:47 +08:00 |
tedyu
|
1c477b2df9
|
HBASE-17387 Reduce the overhead of exception report in RegionActionResult for multi()
|
2016-12-29 17:54:02 -08:00 |
Jan Hentschel
|
7572e96e3a
|
HBASE-17385 Change usage documentation from bin/hbase to hbase in various tools
Signed-off-by: Enis Soztutar <enis@apache.org>
|
2016-12-29 15:20:43 -08:00 |
tedyu
|
001a26d404
|
HBASE-17374 ZKPermissionWatcher crashed when grant after region close (Liu Junhong)
|
2016-12-28 19:54:01 -08:00 |
zhangduo
|
05b1d918b0
|
HBASE-17320 Add inclusive/exclusive support for startRow and endRow of scan
|
2016-12-29 09:43:31 +08:00 |
Michael Stack
|
a3e0e0df0d
|
HBASE-17149 Procedure V2 - Fix nonce submission to avoid unnecessary calling coprocessor multiple times; ADDENDUM by Stephen Yuan Jiang
|
2016-12-28 11:10:19 -08:00 |
tedyu
|
79e5efd35c
|
HBASE-17081 Flush the entire CompactingMemStore content to disk - revert due to failure in TestHRegionWithInMemoryFlush
|
2016-12-28 10:53:07 -08:00 |
Michael Stack
|
da97569eae
|
HBASE-17090 Procedure v2 - fast wake if nothing else is running (Matteo Bertozzi)
|
2016-12-27 16:19:32 -08:00 |
Michael Stack
|
306ef83c9c
|
HBASE-17068 Procedure v2 - inherit region locks (Matteo Bertozzi)
|
2016-12-27 16:17:45 -08:00 |
Michael Stack
|
319ecd867a
|
HBASE-16524 Procedure v2 - Compute WALs cleanup on wal modification and not on every sync (Matteo Bertozzi)
Signed-off-by: Michael Stack <stack@apache.org>
|
2016-12-27 16:12:45 -08:00 |
tedyu
|
ccb8d671d5
|
HBASE-17371 Enhance 'HBaseContextSuite @ distributedScan to test HBase client' with filter
|
2016-12-27 15:44:18 -08:00 |
ChiaPing Tsai
|
5ffbd4a87d
|
HBASE-17174 Addendum fix typo
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2016-12-27 13:57:51 +08:00 |
tedyu
|
e18e9a22da
|
HBASE-17376 ClientAsyncPrefetchScanner may fail due to too many rows (ChiaPing Tsai)
|
2016-12-26 15:55:22 -08:00 |
Ramkrishna
|
463ffa792a
|
HBASE-17081 [Recommit]Flush the entire CompactingMemStore content to disk
(Anastasia)
|
2016-12-26 22:05:13 +05:30 |
zhangduo
|
8fa5b0b946
|
HBASE-17345 Implement batch
|
2016-12-25 20:36:52 +08:00 |
Guanghao Zhang
|
8da7366fc2
|
HBASE-17348 Remove the unused hbase.replication from javadoc/comment/book completely
|
2016-12-25 08:46:29 +08:00 |
ChiaPing Tsai
|
8cb55c4080
|
HBASE-17174 Refactor the AsyncProcess, BufferedMutatorImpl, and HTable
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2016-12-24 12:02:05 +08:00 |
Jerry He
|
992e5717d4
|
HBASE-16010 Put draining function through Admin API (Matt Warhaftig)
|
2016-12-23 13:41:36 -08:00 |
Phil Yang
|
8fb9a91d44
|
HBASE-17314 Limit total buffered size for all replication sources
|
2016-12-23 11:48:06 +08:00 |
Guanghao Zhang
|
b3f2bec099
|
HBASE-17335 enable/disable replication peer requests should be routed through master
|
2016-12-23 09:27:12 +08:00 |
Michael Stack
|
45da294a17
|
HBASE-17160 Undo unnecessary inter-module dependency; spark to hbase-it and hbase-it to shell; ADDENDUM
|
2016-12-22 08:17:30 -08:00 |
zhangduo
|
09bb428763
|
HBASE-17334 Add locate row before/after support for AsyncRegionLocator
|
2016-12-22 20:39:01 +08:00 |
tedyu
|
66781864aa
|
HBASE-17330 SnapshotFileCache will always refresh the file cache (Jianwei Cui)
|
2016-12-22 02:29:27 -08:00 |
binlijin
|
fc93de51af
|
HBASE-17262 Refactor RpcServer so as to make it extendable and/or pluggable
|
2016-12-22 14:49:56 +08:00 |
Michael Stack
|
d787155fd2
|
HBASE-5401 PerformanceEvaluation generates 10x the number of expected mappers (Yi Liang)
|
2016-12-21 11:55:48 -08:00 |
Michael Stack
|
a1d2ff4646
|
Revert "HBASE-17314 Limit total buffered size for all replication sources"
This reverts commit 3826e63967 .
|
2016-12-21 11:17:28 -08:00 |
tedyu
|
acd0218d91
|
HBASE-17352 Fix hbase-assembly build with bash 4 (Junegunn Choi)
|
2016-12-21 08:41:34 -08:00 |
tedyu
|
cac0904c16
|
HBASE-17341 Add a timeout during replication endpoint termination (Vincent Poon)
|
2016-12-21 08:26:22 -08:00 |
Guanghao Zhang
|
e1f4aaeacd
|
HBASE-11392 add/remove peer requests should be routed through master
|
2016-12-21 13:27:13 +08:00 |
Phil Yang
|
3826e63967
|
HBASE-17314 Limit total buffered size for all replication sources
|
2016-12-21 13:16:17 +08:00 |
Thiruvel Thirumoolan
|
3599716dff
|
HBASE-17107: FN info should be cleaned up on region/table cleanup
Signed-off-by: Francis Liu <toffer@apache.org>
|
2016-12-20 18:52:49 -08:00 |
Vincent
|
f8474c8d4d
|
HBASE-17328 Properly dispose of looped replication peers
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2016-12-20 18:03:11 -08:00 |
Loknath Priyatham Teja Singamsetty
|
06b67a632c
|
HBASE-15924 Enhance hbase services autorestart capability to hbase-daemon.sh
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2016-12-20 17:37:10 -08:00 |
tedyu
|
5ebb25d601
|
HBASE-17347 ExportSnapshot may write snapshot info file to wrong directory when specifying target name (Jianwei Cui)
|
2016-12-20 13:02:51 -08:00 |
tedyu
|
e75dee3a21
|
HBASE-17344 The regionserver web UIs miss the coprocessors of RegionServerCoprocessorHost (ChiaPing Tsai)
|
2016-12-20 08:52:45 -08:00 |
zhangduo
|
a2e967d92f
|
HBASE-17142 Implement multi get
|
2016-12-20 20:41:55 +08:00 |
Ramkrishna
|
db5953c6fe
|
HBASE-17333 HBASE-17294 always ensures CompactingMemstore is default (Ram)
|
2016-12-20 11:01:27 +05:30 |
Guanghao Zhang
|
0cf1642926
|
Add Guanghao Zhang to pom.xml
|
2016-12-20 10:43:17 +08:00 |