Dima Spivak
fe22208f09
Add Dima Spivak as developer
2016-08-31 20:19:29 -07:00
chenheng
3892550484
HBASE-15278 AsyncRPCClient hangs if Connection closes before RPC call response
2016-09-01 10:33:24 +08:00
Matteo Bertozzi
8479554275
HBASE-16519 Procedure v2 - Avoid sync wait on DDLs operation (addendum)
2016-08-31 13:48:25 -07:00
tedyu
5376106d05
HBASE-16532 Procedure-V2: Enforce procedure ownership at submission
2016-08-31 12:55:54 -07:00
Stephen Yuan Jiang
605af95132
HBASE-16528 Procedure-V2: ServerCrashProcedure misses owner information (Stephen Yuan Jiang)
2016-08-31 09:25:51 -07:00
zhangduo
45af3831fe
HBASE-16526 Add more ipc tests
2016-08-31 20:44:56 +08:00
tedyu
c536c85116
HBASE-16515 AsyncProcess has incorrent count of tasks if the backoff policy is enabled - addendum fixes timeout of TestAsyncProcess#testSubmitRandomSizeRequest (Chiaping Tsai)
2016-08-31 02:05:12 -07:00
zhangduo
1da0a48f6b
HBASE-16535 Use regex to exclude generated classes for findbugs
2016-08-31 14:42:32 +08:00
zhangduo
647a65ce01
HBASE-16531 Move cell block related code out of IPCUtil
2016-08-31 13:09:22 +08:00
Matteo Bertozzi
ea15522704
HBASE-16533 Procedure v2 - Extract chore from the executor
2016-08-30 18:40:51 -07:00
tedyu
7b95ac117d
HBASE-16502 Reduce garbage in BufferedDataBlockEncoder - addendum adopts Hiroshi's suggestion (binlijin)
2016-08-30 18:04:34 -07:00
Matteo Bertozzi
af33f94513
HBASE-16522 Procedure v2 - Cache system user and avoid IOException
2016-08-30 15:39:49 -07:00
Apekshit Sharma
c66bb48ce8
HBASE-16101 Tool to microbenchmark procedure WAL performance.
...
Change-Id: I8ec158319395d2ec8e36641a3beab2694f7b6aef
2016-08-30 13:31:58 -07:00
Matteo Bertozzi
4a4f8e7049
HBASE-16519 Procedure v2 - Avoid sync wait on DDLs operation
2016-08-30 09:45:56 -07:00
Matteo Bertozzi
2acd788dce
HBASE-16082 Procedure v2 - Move out helpers from MasterProcedureScheduler
2016-08-30 09:44:35 -07:00
tedyu
0f92e943ac
HBASE-16515 AsyncProcess has incorrent count of tasks if the backoff policy is enabled (ChiaPing Tsai)
2016-08-30 08:01:49 -07:00
tedyu
9cb0094bdb
HBASE-16509 Add option to LoadIncrementalHFiles which allows skipping unmatched column families
2016-08-30 03:00:59 -07:00
zhangduo
0d05c75184
HBASE-16510 Reset RpcController before retry
2016-08-30 16:56:28 +08:00
chenheng
c000f29e47
HBASE-16224 Reduce the number of RPCs for the large PUTs (ChiaPing Tsai)
2016-08-30 06:35:33 +08:00
Gary Helmling
de5a3a006a
HBASE-16518 Remove unused .arcconfig file
2016-08-29 15:05:46 -07:00
anoopsamjohn
950d547dae
HBASE-16407 Handle MemstoreChunkPool size when HeapMemoryManager tunes memory.
2016-08-29 10:22:27 +05:30
chenheng
7eaba369e7
HBASE016490 Fix race condition between SnapshotManager and SnapshotCleaner
2016-08-27 10:48:21 +08:00
Matteo Bertozzi
1b9af2a2fa
HBASE-16508 Move UnexpectedStateException to common
2016-08-26 16:40:30 -07:00
anoopsamjohn
e0aee7c74f
Revert "HBASE-14882 Provide a Put API that adds the provided family, qualifier, value without copying. (Xiang Li)"
...
This reverts commit a63ba09c99
.
2016-08-26 18:01:59 +05:30
anoopsamjohn
a63ba09c99
HBASE-14882 Provide a Put API that adds the provided family, qualifier, value without copying. (Xiang Li)
2016-08-26 17:59:48 +05:30
anoopsamjohn
0d99e827b2
HBASE-16213 A new HFileBlock structure for fast random get. (binlijin)
2016-08-26 10:50:36 +05:30
tedyu
b1ee8a88c3
HBASE-16502 Reduce garbage in BufferedDataBlockEncoder (binlijin)
2016-08-25 20:35:30 -07:00
tedyu
3fd59b0ba9
HBASE-16409 Addendum fixes the case where delimiter is not specified by user
2016-08-25 11:53:49 -07:00
tedyu
44c9021d67
HBASE-16462 TestRSGroupsBas#testGroupBalance may hang due to uneven region distribution (Guangxu Cheng)
2016-08-24 21:55:37 -07:00
zhangduo
a1f760ff76
HBASE-16433 Remove AsyncRpcChannel related stuffs
2016-08-25 08:15:46 +08:00
Stephen Yuan Jiang
8a692ff189
HBASE-16486 Unify system table creation using the same createSystemTable API (Stephen Yuan Jiang)
2016-08-24 15:21:20 -07:00
tedyu
9cbe516b1f
HBASE-16495 When accessed via Thrift, all column families have timeToLive equal to -1 (Tigran Saluev)
2016-08-24 13:35:18 -07:00
tedyu
bf7015d320
HBASE-16304 HRegion#RegionScannerImpl#handleFileNotFoundException may lead to deadlock when trying to obtain write lock on updatesLock
2016-08-24 09:04:47 -07:00
Enis Soztutar
dda8f67b2c
HBASE-16270 Handle duplicate clearing of snapshot in region replicas (Robert Yokota)
2016-08-24 06:33:46 -07:00
Ashish Singhi
31f16d6aec
HBASE-16471 Region Server metrics context will be wrong when machine hostname contain "master" word (Pankaj Kumar)
2016-08-24 18:59:44 +05:30
Josh Elser
1ca849269d
HBASE-16376 Scan#setBatch(int) javadoc update WRT partial results
...
Signed-off-by: Enis Soztutar <enis@apache.org>
2016-08-24 05:06:30 -07:00
Enis Soztutar
cbfd6eecbd
HBASE-16474 Remove dfs.support.append related code and documentation
2016-08-24 03:41:54 -07:00
tedyu
c11923d8aa
HBASE-16456 Fix findbugs warnings in hbase-rsgroup module (Guangxu Cheng)
2016-08-24 02:30:12 -07:00
chenheng
3909b7c96f
HBASE-16464 archive folder grows bigger and bigger due to corrupt snapshot under tmp dir
2016-08-24 13:38:32 +08:00
Matteo Bertozzi
97b164ac38
HBASE-16451 Procedure v2 - Test WAL protobuf entry size limit
2016-08-23 21:02:38 -07:00
anoopsamjohn
32c21f4594
HBASE-14921 In-Memory MemStore Flush and Compaction : Memory optimizations. (Anastasia)
2016-08-24 09:25:21 +05:30
Geoffrey
cb02be38ab
HBASE-16448 Custom metrics for custom replication endpoints
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2016-08-23 17:17:08 -07:00
Matteo Bertozzi
91fee265cf
HBASE-16485 Procedure v2 - Add support to addChildProcedure() as last "step" in StateMachineProcedure
2016-08-23 16:42:57 -07:00
Matteo Bertozzi
cb507b8cff
HBASE-16360 TableMapReduceUtil addHBaseDependencyJars has the wrong class name for PrefixTreeCodec (Jing Pu Chen)
2016-08-23 14:22:20 -07:00
anoopsamjohn
897631f8d1
HBASE-16440 MemstoreChunkPool might cross its maxCount of chunks to pool.
2016-08-23 22:28:14 +05:30
Ashish Singhi
77a7394f17
HBASE-16446 append_peer_tableCFs failed when there already have this table's partial cfs in the peer (Guanghao Zhang)
2016-08-23 15:28:33 +05:30
Ramkrishna
2f7b9b5423
HBASE-16444 - Remove white space
2016-08-23 12:32:26 +05:30
Ramkrishna
ff6182b020
HBASE-16454 Compactor's shipping logic decision should be based on the
...
current store's block size (Ram)
2016-08-23 11:06:02 +05:30
Ramkrishna
2aae923c32
HBASE-16444 CellUtil#estimatedSerializedSizeOfKey() should consider
...
KEY_INFRASTRUCTURE_SIZ (Ram)
2016-08-23 10:53:33 +05:30
Esteban Gutierrez
abc64fa69f
HBASE-16450 Shell tool to dump replication queues
...
New tool to dump existing replication peers, configurations and
queues when using HBase Replication. The tool provides two flags:
--distributed This flag will poll each RS for information about
the replication queues being processed on this RS.
By default this is not enabled and the information
about the replication queues and configuration will
be obtained from ZooKeeper.
--hdfs When --distributed is used, this flag will attempt
to calculate the total size of the WAL files used
by the replication queues. Since its possible that
multiple peers can be configured this value can be
overestimated.
Signed-off-by: Matteo Bertozzi <matteo.bertozzi@cloudera.com>
2016-08-22 19:50:10 -07:00