zhangduo
8a5273f38c
HBASE-19241 Improve javadoc for AsyncAdmin and cleanup warnings for the implementation classes
2017-11-13 17:00:14 +08:00
Mike Drob
cd681f26bc
HBASE-19240 more error-prone results
2017-11-12 19:47:38 -06:00
Guanghao Zhang
bc8048cf6c
HBASE-19035 Miss metrics when coprocessor use region scanner to read data
2017-11-12 15:16:37 +08:00
anoopsamjohn
3ee76f8573
HBASE-19187 Remove option to create on heap bucket cache.
2017-11-11 12:41:09 +05:30
zhangduo
30f55f2316
HBASE-19200 Make hbase-client only depend on ZKAsyncRegistry and ZNodePaths
...
- Removes zookeeper connection from ClusterConnection
- Deletes class ZooKeeperKeepAliveConnection
- Removes Registry, ZooKeeperRegistry, and RegistryFactory
2017-11-10 10:09:04 -08:00
Apekshit Sharma
dd19fa25d5
HBASE-16459 Remove unused hbase shell --format option
2017-11-10 00:34:16 -08:00
Sean Busbey
d757e651c9
HBASE-19227 Nightly job should archive JVM dumpstream files.
...
Signed-off-by: Michael Stack <stack@apache.org>
2017-11-09 23:21:23 -06:00
Chia-Ping Tsai
3511f678fb
HBASE-18624 (addendum) correct the annotations
2017-11-10 09:04:51 +08:00
Michael Stack
b41dae3149
HBASE-18423 Fix TestMetaWithReplicas
2017-11-09 15:00:53 -08:00
Apekshit Sharma
182690a62e
HBASE-19089 Fix the list of included moduleSets in src and binary tars.
2017-11-09 14:55:46 -08:00
Andrew Purtell
6938ac274a
HBASE-12350 Backport error-prone build support to branch-1 and branch-2
2017-11-09 14:32:43 -08:00
Sean Busbey
4970b0ad06
HBASE-19229 Nightly script to check source artifact should not do a destructive git operation without opt-in
...
Signed-off-by: Apekshit Sharma <appy@apache.org>
2017-11-09 16:17:26 -06:00
Sean Busbey
1e4267f84d
HBASE-19228 nightly job should gather machine stats.
...
Signed-off-by: Michael Stack <stack@apache.org>
2017-11-09 15:08:01 -06:00
Sean Busbey
b75812f445
HBASE-19189 Ad-hoc test job for running a subset of tests lots of times
...
Signed-off-by: Michael Stack <stack@apache.org>
2017-11-09 15:07:52 -06:00
Guangxu Cheng
b6b4cd40cd
HBASE-19199 RatioBasedCompactionPolicy#shouldPerformMajorCompaction() always return true when only one file needs to compact
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2017-11-09 12:38:45 -08:00
Umesh Agashe
85227d6a72
HBASE-18962 Support atomic (all or none) BatchOperations through batchMutate()
...
Signed-off-by: Apekshit Sharma <appy@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
2017-11-09 12:15:16 -08:00
Yi Liang
07b0ac4161
HBASE-19127: Set State.SPLITTING, MERGING, MERGING_NEW, SPLITTING_NEW properly in RegionStatesNode
...
Signed-off-by: Michael Stack <stack@apache.org>
2017-11-09 11:34:53 -08:00
Michael Stack
afdafb4bad
HBASE-19220 Async tests time out talking to zk; 'clusterid came back null'
2017-11-09 10:45:54 -08:00
Michael Stack
0aafbe7aa9
HBASE-19165 TODO Handle stuck in transition: rit=OPENING, location=ve0538....
2017-11-09 10:32:42 -08:00
Josh Elser
da282b740b
HBASE-19224 Add "BSD 2-Clause license" to our accepted list
...
Signed-off-by: Ted Yu <tedyu@apache.org>
2017-11-09 11:31:50 -05:00
Josh Elser
4e83c0f954
HBASE-19002 Add some more RegionObserver examples
...
Signed-off-by: Michael Stack <stack@apache.org>
2017-11-09 11:00:56 -05:00
Sean Busbey
6a61065237
HBASE-19184 Update nightly source artifact check to use git archive for making the tarball.
...
Signed-off-by: Apekshit Sharma <appy@apache.org>
2017-11-09 08:32:35 -06:00
Sean Busbey
516d370b4b
HBASE-18817 pull the hbase-spark module out of branch-2.
...
Signed-off-by: Michael Stack <stack@apache.org>
2017-11-08 22:55:23 -06:00
tedyu
6d88c495f7
HBASE-19211 B&R: update configuration string in BackupRestoreConstants (Vladimir Rodionov)
2017-11-08 14:16:53 -08:00
tedyu
25c2b7bf73
HBASE-19211 B&R: update configuration string in BackupRestoreConstants (Vladimir Rodionov)
2017-11-08 14:13:25 -08:00
Zach York
77e7c5ff27
HBASE-18624 Added support for clearing BlockCache based on tablename
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-11-09 04:03:35 +08:00
Mike Drob
0d4f33ca27
HBASE-19195 error-prone fixes for client, mr, and server
2017-11-08 12:04:46 -06:00
Andrew Purtell
d20ab88592
HBASE-19217 Update supplemental-models.xml for jetty-sslengine
2017-11-08 09:33:34 -08:00
Andrew Purtell
47304efd7c
HBASE-19194 TestRSGroupsBase has some always false checks
2017-11-08 09:33:34 -08:00
Apekshit Sharma
a6d8023ff5
HBASE-19128 Purge Distributed Log Replay from codebase, configurations, text; mark the feature as unsupported, broken.
2017-11-07 17:48:52 -08:00
Guangxu Cheng
8095f96289
HBASE-19088 move_tables_rsgroup will throw an exception when the table is disabled
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2017-11-07 17:12:55 -08:00
Andrew Purtell
e3bd475317
HBASE-19203 Update Hadoop version used for build to 2.7.4 (from 2.5.1)
2017-11-07 12:37:53 -08:00
Umesh Agashe
fa3cc6c3bc
HBASE-18961 doMiniBatchMutate() is split into smaller member methods of BatchOperation and it's sub-classes
...
There is no functionality change except for below:
* Variable lastIndexExclusive was getting incremented while locking rows corresponding to input
operations. As a result when getRowLockInternal() method throws TimeoutIOException only operations
in range [nextIndexToProcess, lastIndexExclusive) was getting marked as FAILED before raising
exception up the call stack. With these changes all operations are getting marked as FAILED.
* Cluster Ids of first mutation is used consistently for entire batch. Previous behavior was to use
cluster ids of first mutation in a mini-batch
Signed-off-by: Michael Stack <stack@apache.org>
2017-11-07 10:01:28 -08:00
QilinCao
1110910b3a
HBASE-19103 Add BigDecimalComparator for filter
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2017-11-07 03:30:43 -08:00
Michael Stack
57c0fb2561
HBASE-19198 TestIPv6NIOServerSocketChannel fails; unable to bind
2017-11-06 21:21:06 -08:00
Michael Stack
f13cf56f1c
HBASE-19197 Move version on branch-2 from 2.0.0-alpha4 to 2.0.0-beta-1.SNAPSHOT
2017-11-06 20:46:38 -08:00
Guanghao Zhang
40dac699bd
HBASE-19186 Unify to use bytes to show size in master/rs ui
2017-11-07 10:07:52 +08:00
Josh Elser
f4a4144f35
HBASE-19111 Add CellUtil#isPut and deprecate methods returning/expecting non public-api data
...
KeyValue.Type, and its corresponding byte value, are not public API. We
shouldn't have methods that are expecting them. Added a basic sanity
test for isPut and isDelete.
Signed-off-by: Ramkrishna <ramkrishna.s.vasudevan@intel.com>
2017-11-06 15:37:16 -05:00
Chia-Ping Tsai
43b4aab648
HBASE-19131 (Addendum) Use the emptyList() to replace EMPTY_LIST
2017-11-07 04:06:29 +08:00
tedyu
50f30668b8
HBASE-19160 expose CellComparator as IA.Public - addendum fixes compilation for branch-2
2017-11-06 11:32:26 -08:00
Mike Drob
cfddfcf23c
HBASE-19160 expose CellComparator as IA.Public
2017-11-06 10:15:55 -06:00
Guanghao Zhang
47c614c706
HBASE-18950 Remove Optional parameters in AsyncAdmin interface
2017-11-06 20:41:20 +08:00
Chia-Ping Tsai
061a73db6d
HBASE-19185 ClassNotFoundException: com.fasterxml.jackson.*
2017-11-05 23:31:05 +08:00
anastas
80a9bf0eb6
HBASE-18232 Jumbo Chunks support for the future CellChunkMap index usage
2017-11-05 15:29:48 +02:00
zhangduo
143e4949fe
HBASE-19095 Add CP hooks in RegionObserver for in memory compaction
2017-11-05 20:28:11 +08:00
Mike Drob
33ae6dce42
HBASE-18983 fixes from update error-prone to 2.1.1
2017-11-04 21:29:48 -05:00
Chia-Ping Tsai
d592b29619
HBASE-19131 Add the ClusterStatus hook and cleanup other hooks which can be replaced by ClusterStatus hook
2017-11-05 09:56:04 +08:00
Guanghao Zhang
1a93fe89cd
HBASE-19178 table.rb use undefined method 'getType' for Cell interface
2017-11-05 08:08:46 +08:00
Chia-Ping Tsai
b464c1eb35
HBASE-19027 Honor the CellComparator of ScanInfo in scanning over a store
2017-11-05 01:17:55 +08:00
Michael Stack
f8c58930aa
HBASE-19179 Remove hbase-prefix-tree
2017-11-04 10:09:46 -07:00