Apekshit Sharma
b2eac0da33
HBASE-16554 Rebuild WAL tracker if trailer is corrupted.
...
Change-Id: Iecc3347de3de9fc57f57ab5f498aad404d02ec52
2016-09-19 12:23:48 -07:00
Ramkrishna
c5b8aababe
HBASE-16335 RpcClient under heavy load leaks some netty bytebuf (Ram)
2016-09-19 16:12:15 +05:30
zhangduo
6eb6225456
HBASE-7612 [JDK8] Replace use of high-scale-lib counters with intrinsic facilities
2016-09-19 13:37:24 +08:00
Matteo Bertozzi
9c58d26d3b
HBASE-16507 Procedure v2 - Force DDL operation to always roll forward (addendum)
2016-09-18 19:37:46 -07:00
zhangduo
4faa8ea934
HBASE-16165 Decrease RpcServer.callQueueSize before writeResponse causes OOM (Guanghao Zhang)
2016-09-18 10:05:27 +08:00
Apekshit Sharma
da3abbcb35
HBASE-16534 Procedure v2 - Perf Tool for Scheduler.
...
Tool to test performance of locks and queues in procedure scheduler independently from other framework components.
Inserts table and region operations in the scheduler, then polls them and exercises their locks. Number of tables, regions and operations can be set using cli args.
Change-Id: I0fb27e67d3fcab70dd5d0b5197396b117b11eac6
2016-09-17 17:38:51 -07:00
Jerry He
edc0ef3fe4
HBASE-16598 Enable zookeeper useMulti always and clean up in HBase code
2016-09-17 16:51:26 -07:00
Jerry He
bb3d9ccd48
HBASE-16544 Remove or Clarify Using Amazon S3 Storage section in the reference guide -addendum (Yi Liang)
2016-09-16 18:34:23 -07:00
Enis Soztutar
1a1003a482
HBASE-16447 Replication by namespaces config in peer (Guanghao Zhang)
2016-09-16 11:47:42 -07:00
chenheng
2cf8907db5
HBASE-16631 Extract AsyncRequestFuture related code from AsyncProcess
2016-09-17 00:35:23 +08:00
Matteo Bertozzi
b6b72361b6
HBASE-16586 Procedure v2 - Cleanup sched wait/lock semantic
2016-09-16 08:50:17 -07:00
tedyu
2597217ae5
HBASE-16349 TestClusterId may hang during cluster shutdown
2016-09-16 02:32:03 -07:00
Matteo Bertozzi
e19632a19a
HBASE-16634 Speedup TestExportSnapshot
2016-09-15 18:29:09 -07:00
Matteo Bertozzi
216e847366
HBASE-16639 TestProcedureInMemoryChore#testChoreAddAndRemove occasionally fails
2016-09-15 18:25:11 -07:00
tedyu
e782d0bbdf
HBASE-16640 TimeoutBlockingQueue#remove() should return whether the entry is removed
2016-09-15 17:34:23 -07:00
Nitin Aggarwal
8c4b09dfba
HBASE-16624 Fix MVCC DeSerialization bug in the HFileScannerImpl
...
Change-Id: Ia970619ac7369d24ed432e827319dfdca16143c2
Signed-off-by: stack <stack@apache.org>
2016-09-15 11:01:51 -07:00
anoopsamjohn
56be3ac7c8
HBASE-16626 User customized RegionScanner from 1.X is incompatible with 2.0.0's off-heap part. (Charlie Qiangeng Xu)
2016-09-15 18:07:43 +05:30
anoopsamjohn
e6f8f6dbd0
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/hbase
2016-09-15 18:07:12 +05:30
chenheng
1d6c90b496
HBASE-16381 Shell deleteall command should support row key prefixes (Yi Liang)
2016-09-15 19:20:29 +08:00
Phil Yang
8ef6c76344
HBASE-16388 Prevent client threads being blocked by only one slow region server
...
Signed-off-by: stack <stack@apache.org>
2016-09-14 09:08:20 -07:00
stack
8540171a45
Tune up the release candidate making section
2016-09-14 08:02:01 -07:00
Matteo Bertozzi
4c6a98bd76
HBASE-16618 Procedure v2 - Add base class for table and ns procedures
2016-09-13 11:37:52 -07:00
tedyu
981200bf13
HBASE-16612 Use array to cache Types for KeyValue.Type.codeToType (Phil Yang)
2016-09-13 09:54:27 -07:00
zhangduo
a602aaf9ba
HBASE-16615 Fix flaky TestScannerHeartbeatMessages
2016-09-13 17:41:01 +08:00
chenheng
cd9f422373
HBASE-16611 Flakey org.apache.hadoop.hbase.client.TestReplicasClient.testCancelOfMultiGet
2016-09-13 14:52:50 +08:00
anoopsamjohn
156a8b2bad
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/hbase
2016-09-13 12:08:36 +05:30
Umesh Agashe
422734e73d
HBASE-15297 Correct handling of namespace existence checks in shell.
...
Changes namespace_exists? method in SecurityAdmin ruby code to catch NamespaceNotFoundException
and modified Admin.java file to document the exception.
Signed-off-by: Sean Busbey <busbey@apache.org>
2016-09-12 23:29:42 -07:00
anoopsamjohn
77b327320a
HBASE-16229 Cleaning up size and heapSize calculation.
2016-09-12 23:23:38 -07:00
chenheng
2566cfeb60
HBASE-16592 Unify Delete request with AP
2016-09-12 23:23:38 -07:00
Dustin Pho
c57acf28e7
HBASE-16540 Adding checks in Scanner's setStartRow and setStopRow for invalid row key sizes.
...
Signed-off-by: Gary Helmling <garyh@apache.org>
2016-09-12 23:23:27 -07:00
anoopsamjohn
2ab3384669
HBASE-16229 Cleaning up size and heapSize calculation.
2016-09-13 11:43:26 +05:30
chenheng
831fb3ccb8
HBASE-16592 Unify Delete request with AP
2016-09-13 10:07:45 +08:00
Dustin Pho
1cdc5acfd4
Adding checks in Scanner's setStartRow and setStopRow for invalid row key sizes.
...
Signed-off-by: Gary Helmling <garyh@apache.org>
2016-09-12 16:54:51 -07:00
tedyu
8855670cd7
HBASE-16616 Rpc handlers stuck on ThreadLocalMap.expungeStaleEntry (Tomu Tsuruhara)
2016-09-12 15:49:23 -07:00
tedyu
552400e536
HBASE-16491 A few org.apache.hadoop.hbase.rsgroup classes missing @InterfaceAudience annotation (Umesh Agashe)
2016-09-12 12:16:26 -07:00
tedyu
3642287b2f
HBASE-16491 A few org.apache.hadoop.hbase.rsgroup classes missing @InterfaceAudience annotation - Revert due to missing credit
2016-09-12 12:15:50 -07:00
tedyu
6f072809ee
HBASE-16491 A few org.apache.hadoop.hbase.rsgroup classes missing @InterfaceAudience annotation
2016-09-12 12:14:56 -07:00
tedyu
8290b2c8fa
HBASE-16609 Fake cells EmptyByteBufferedCell created in read path not implementing SettableSequenceId (Yu Sun)
2016-09-12 08:53:22 -07:00
zhangduo
0860bdb675
HBASE-16614 Use daemon thread for netty event loop
2016-09-12 22:05:03 +08:00
zhangduo
105bfc7d7c
HBASE-15624 Move master branch/hbase-2.0.0 to jdk-8 only
2016-09-12 21:54:52 +08:00
chenheng
c19d2cabbd
HBASE-16607 Make NoncedRegionServerCallable extend CancellableRegionServerCallable
2016-09-12 11:03:29 +08:00
chenheng
2c3b0f2c0b
HBASE-16606 Remove some duplicate code in HTable
2016-09-12 10:57:21 +08:00
zhangduo
7bda5151ee
HBASE-16591 Add a docker file only contains java 8 for running pre commit on master
2016-09-11 13:02:36 +08:00
chenheng
80d8b2100d
HBASE-16086 TableCfWALEntryFilter and ScopeWALEntryFilter should not redundantly iterate over cells (Vincent Poon)
2016-09-11 09:55:08 +08:00
chenheng
cc2a40a78f
HBASE-16596 Reduce redundant interfaces in AsyncProcess
2016-09-10 11:13:28 +08:00
Geoffrey
e1e0637200
HBASE-16576 Shell add_peer doesn't allow setting cluster_key for custom endpoints
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2016-09-09 14:54:20 -07:00
zhangduo
6c8d1f0ae8
HBASE-16309 TestDefaultCompactSelection.testCompactionRatio is flaky
2016-09-09 14:20:39 +08:00
chenheng
e11aafae95
HBASE-16570 Compute region locality in parallel at startup (binlijin)
2016-09-09 10:54:48 +08:00
Andrew Purtell
46c756a4a7
HBASE-16589 Adjust log level for FATAL messages from HBaseReplicationEndpoint that are not fatal
2016-09-08 13:04:18 -07:00
tedyu
d7e5c6fa8e
HBASE-16505 Add AsyncRegion interface to pass deadline and support async operations - revert due to open questions
2016-09-08 11:55:46 -07:00