Matteo Bertozzi
f8427aba2b
HBASE-15105 Procedure V2 - Procedure Queue with Namespaces
2016-01-14 13:50:35 -08:00
stack
b753226e72
HBASE-13590 TestEnableTableHandler.testEnableTableWithNoRegionServers is flakey (Yu Li)
2016-01-14 11:15:23 -08:00
Matteo Bertozzi
3c2229a9a8
HBASE-14837 Procedure v2 - Procedure Queue Improvement
2016-01-14 09:25:06 -08:00
tedyu
53fa76bc01
HBASE-15099 Move RegionStateListener class out of quotas package
2016-01-13 15:20:06 -08:00
ramkrishna
89eba459f2
HBASE-15085 IllegalStateException was thrown when scanning on bulkloaded
...
HFiles (Victor Xu)
2016-01-12 14:38:29 +05:30
chenheng
417e3c4a73
HBASE-15083 Gets from Multiactions are not counted in metrics for gets
2016-01-12 14:39:59 +08:00
Matteo Bertozzi
bb5026c6a4
HBASE-15052 Use EnvironmentEdgeManager in ReplicationSource
2016-01-11 09:39:32 -08:00
tedyu
d277c15330
HBASE-15065 Addendum fixes checkstyle warnings
2016-01-08 14:51:17 -08:00
Elliott Clark
27c578d685
HBASE-14975 Don't color the total RIT line yellow if it's zero (Pallavi Adusumilli)
...
Signed-off-by: Elliott Clark <eclark@apache.org>
2016-01-08 14:29:58 -08:00
tedyu
5a0658377d
HBASE-15065 SimpleRegionNormalizer should return multiple normalization plans in one run
2016-01-08 12:05:00 -08:00
ramkrishna
bc4b9eb084
HBASE-14221 - Reduce the number of time row comparison is done in a Scan
...
(Ram)
2016-01-08 13:58:52 +05:30
ramkrishna
323d5c97d9
Revert "HBASE-14227 Reduce the number of time row comparison is done in a Scan"
...
This reverts commit e32e4df780
.
2016-01-08 13:55:06 +05:30
ramkrishna
e32e4df780
HBASE-14227 Reduce the number of time row comparison is done in a Scan
...
(Ram)
2016-01-08 10:42:49 +05:30
stack
90ca944e1b
HBASE-15079 TestMultiParallel.validateLoadedData AssertionError: null
2016-01-07 15:36:27 -08:00
stack
01ecd30906
HBASE-15076 Add getScanner(Scan scan, List<KeyValueScanner> additionalScanners) API into Region interface (Anoop Sam John)
2016-01-07 14:15:33 -08:00
tedyu
e7d935cbed
HBASE-15068 Add metrics for region normalization plans
2016-01-07 03:28:50 -08:00
tedyu
53983f5b2e
HBASE-15073 Finer grained control over normalization actions for RegionNormalizer
2016-01-06 15:38:46 -08:00
Enis Soztutar
c73b4f8df6
HBASE-15066 Small improvements to Canary tool
2016-01-06 02:47:32 -08:00
Lars Hofhansl
f4a66fc083
HBASE-14468 addendum.
2016-01-05 15:55:00 -08:00
Lars Hofhansl
254af5a321
Merge branch 'branch-1' of https://git-wip-us.apache.org/repos/asf/hbase into branch-1
2016-01-05 15:54:49 -08:00
tedyu
407cda4a0c
HBASE-15058 AssignmentManager should account for unsuccessful split correctly which initially passes quota check
2016-01-05 06:24:42 -08:00
tedyu
2797adf45f
HBASE-14987 Compaction marker whose region name doesn't match current region's needs to be handled
2016-01-04 07:19:13 -08:00
Gary Helmling
bb744b4090
HBASE-15038 ExportSnapshot should support separate configs for source and destination
2016-01-04 00:15:25 -08:00
Ashish Singhi
64553236a9
HBASE-15018 Inconsistent way of handling TimeoutException in the rpc client implementations
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-12-30 09:18:48 -06:00
tedyu
c4173777dd
HBASE-14867 SimpleRegionNormalizer needs to have better heuristics to trigger merge operation
2015-12-29 06:25:14 -08:00
stack
1098dfd918
HBASE-15023 Reenable TestShell and TestStochasticLoadBalancer
2015-12-28 13:27:42 -08:00
Jonathan M Hsieh
03e1451070
HBASE-15035 bulkloading hfiles with tags that require splits do not preserve tags
2015-12-25 12:24:47 -08:00
tedyu
30361079c7
HBASE-15039 HMaster and RegionServers should try to refresh token keys from zk when facing InvalidToken (Yong Zhang)
2015-12-25 10:35:17 -08:00
Lars Hofhansl
31f8d71ffe
HBASE-14822; addendum - handle callSeq.
2015-12-24 12:55:59 -08:00
tedyu
afaa7f843a
HBASE-14717 enable_table_replication command should only create specified table for a peer cluster (Ashish)
2015-12-24 11:18:32 -08:00
Matteo Bertozzi
d65210d213
HBASE-15030 Deadlock in master TableNamespaceManager while running IntegrationTestDDLMasterFailover
2015-12-23 09:56:21 -08:00
chenheng
f7b67ca763
HBASE-14684 Try to remove all MiniMapReduceCluster in unit tests
2015-12-23 10:35:48 +08:00
tedyu
ff069ef97b
HBASE-15028 Minor fix on RegionGroupingProvider (Yu Li)
2015-12-22 06:49:14 -08:00
chenheng
cf059e54b5
Revert "HBASE-14684 Try to remove all MiniMapReduceCluster in unit tests"
...
This reverts commit b0965b1805
.
2015-12-22 16:10:58 +08:00
Elliott Clark
a51dc02ed3
HBASE-15014 Fix filterCellByStore in WALsplitter is awful for performance
2015-12-21 22:50:50 -08:00
chenheng
b0965b1805
HBASE-14684 Try to remove all MiniMapReduceCluster in unit tests
2015-12-22 11:25:57 +08:00
Pallavi Adusumilli
b82148b705
HBASE-14976 fix tests
...
Signed-off-by: Mikhail Antonov <antonov@apache.org>
2015-12-21 11:40:08 -08:00
Mikhail Antonov
79baaeb540
HBASE-14976 Add RPC call queues to the web ui (Pallavi Adusumilli)
2015-12-19 12:45:36 -08:00
Lars Hofhansl
c27d2c9c3e
HBASE-14822 Renewing leases of scanners doesn't work.
2015-12-19 10:15:26 -08:00
anoopsjohn
574774d8b1
HBASE-13158 When client supports CellBlock, return the result Cells as controller payload for get(Get) API also.
2015-12-19 14:58:52 +05:30
Ashu Pachauri
b3300602ed
HBASE-15001 Fix thread-safety issues with replication
...
ReplicationSinkManager and HBaseInterClusterReplicationEndpoint
perform certain unsafe operations which might lead to undesirable
behavior with multiwal enabled.
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-12-18 11:49:37 -08:00
Sean Busbey
d1c412ae8f
HBASE-15003 remove BoundedConcurrentLinkedQueue.
...
Signed-off-by: Matteo Bertozzi <matteo.bertozzi@cloudera.com>
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestBoundedConcurrentLinkedQueue.java
2015-12-18 12:28:02 -06:00
Elliott Clark
736dd2ed6d
HBASE-15005 Use value array in computing block length for 1.2 and 1.3
2015-12-18 00:22:37 -08:00
Elliott Clark
345d008ede
HBASE-14978 Don't allow Multi to retain too many blocks -- ADD
2015-12-17 17:56:32 -08:00
Elliott Clark
c825a26ad1
HBASE-14978 Don't allow Multi to retain too many blocks
2015-12-17 16:13:33 -08:00
anoopsjohn
a93c0e822e
HBASE-14999 Remove ref to org.mortbay.log.Log.
2015-12-17 23:33:39 +05:30
anoopsjohn
3919f38e0d
HBASE-15000 Fix javadoc warn in LoadIncrementalHFiles. (Ashish)
2015-12-17 22:49:49 +05:30
chenheng
6ec92281ed
HBASE-14955 OOME: cannot create native thread is back
2015-12-17 18:33:37 +08:00
tedyu
988ab048ee
HBASE-14995 Revert according to Ram's feedback
2015-12-16 21:55:55 -08:00
tedyu
b9070b2a45
HBASE-14995 Optimize setting tagsPresent in DefaultMemStore.java (huaxiang sun)
2015-12-16 18:17:28 -08:00