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
Apekshit Sharma
ae42a934d8
HBASE-16467 Move AbstractHBaseTool to hbase-common.
...
Change-Id: I64775f875f6900520e66c22c007704a067e8c2a4
2016-08-22 16:06:17 -07:00
tedyu
f174fec391
HBASE-16455 Provide API for obtaining all the WAL files
2016-08-22 01:34:58 -07:00
tedyu
d077219d3a
HBASE-16409 Row key for bad row should be properly delimited in VerifyReplication
2016-08-20 17:16:39 -07:00
Keith David Winkler
7145e46b7a
HBASE-7621 REST client (RemoteHTable) doesn't support binary row keys
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2016-08-19 12:08:07 -07:00
Matteo Bertozzi
34b668b0a9
HBASE-16452 Procedure v2 - Make ProcedureWALPrettyPrinter extend Tool
2016-08-19 10:09:25 -07:00
Apekshit Sharma
0d6c4d92ed
HBASE-16434
...
- Add date and count of flaky tests
- Sort tests by decreasing order of flakyness
- Internal links to each job's results
- Correct calculation of total bad runs for a test
- Fixes pylint errors
Change-Id: I12ebc32ccec14c5ff389464b4de8ae93653c876c
2016-08-19 09:55:29 -07:00
tedyu
741d0a4511
HBASE-16430 Fix RegionServer Group's bug when moving multiple tables (Guangxu Cheng)
2016-08-19 07:44:38 -07:00
tedyu
fbd87f91bc
Revert commit for HBASE-16430 which didn't have JIRA number
2016-08-19 07:44:14 -07:00
tedyu
ad16676f92
Fix RegionServer Group's bug when moving multiple tables (Guangxu Cheng)
2016-08-19 07:42:27 -07:00
anoopsamjohn
5f61f9cc5c
HBASE-16405 Change read path Bloom check to work with Cells with out any copy.
2016-08-19 11:25:35 +05:30
Apekshit Sharma
ce88270340
HBASE-16094 Improve cleaning up of proc wals.
...
Makes the proc log cleaner smarter.
Current method: starting from oldest log, keep deleting WALs until we encounter one which contains state of an active proc. Note that the state may be stale.
New method: Same as current method, but will also delete the wals which contain stale state.
In the starting, iterate from newest completed log (just before currently active log) and mark it for delete if it doesn't contain any state which will be required in case of recovery.
Tested: unittests.
Change-Id: Ie7499652e25af4aac8e9d71a42d60c61a03fd4e4
2016-08-18 13:30:21 -07:00
Yu Li
642d2fe0f8
HBASE-16429 FSHLog: deadlock if rollWriter called when ring buffer filled with appends
2016-08-18 09:59:36 +08:00
Misty Stanley-Jones
e60a4302fd
HBASE-16426 Remove organization affiliations from developer list
...
(cherry picked from commit 293e3a96305c8675168c4d0b80334f25dae3f539)
2016-08-17 18:38:12 -07:00
Matteo Bertozzi
e637a61e26
HBASE-16378 Procedure v2 - Make ProcedureException extend HBaseException
2016-08-17 14:31:08 -07:00
Apekshit Sharma
7999bb9bd3
HBASE-16384 Update report-flakies.py script to allow specifying a list of build ids to be excluded.
...
Also fixes some pylint errors.
Change-Id: I4620756c277c36a1ddb6d6cbd4d3e380da8442d7
2016-08-17 13:45:22 -07:00
Sean Busbey
e51fcdd778
HBASE-16318 fail build while rendering velocity template if dependency license isn't in whitelist.
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2016-08-17 12:51:28 -07:00
Sean Busbey
cc12be39e5
HBASE-16318 consistently use the correct name for 'Apache License, Version 2.0'
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2016-08-17 12:51:22 -07:00
Dima Spivak
ccf5d27d7a
HBASE-12721 Create Docker container cluster infrastructure to enable better testing
...
Amending-Author: Sean Busbey <busbey@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
2016-08-17 12:03:47 -07:00
chenheng
fb4ef53571
HBASE-15635 Mean age of Blocks in cache (seconds) on webUI should be greater than zero
...
Signed-off-by: stack <stack@apache.org>
2016-08-17 10:59:00 -07:00
stack
2261c8c31a
HBASE-16422 Tighten our guarantees on compatibility across patch versions
2016-08-17 10:58:26 -07:00
tedyu
233ca65b8f
HBASE-16419 check REPLICATION_SCOPE's value more stringently (Guangxu Cheng)
2016-08-17 07:58:06 -07:00
tedyu
d5080e82fb
HBASE-16418 Reduce duration of sleep waiting for region reopen in IntegrationTestBulkLoad#installSlowingCoproc()
2016-08-15 17:26:11 -07:00
stack
9219d6867f
Add mention to front page of hbaseconeast
2016-08-15 11:41:09 -07:00
stack
907ac1f655
HBASE-16341 Missing bit on "Regression: Random Read/WorkloadC slower in 1.x than 0.98"
2016-08-13 20:16:44 -07:00
Ramkrishna
65c03b058c
HBASE-16404 Make DeleteBloomFilters work with BloomContext (Ram)
2016-08-12 15:09:31 +05:30
Ramkrishna
285e104176
HBASE-15554 - StoreFile$Writer.appendGeneralBloomFilter generates extra KV
...
(Ram)
2016-08-12 10:21:41 +05:30
tedyu
fb668a0d3f
HBASE-16267 Remove commons-httpclient dependency from hbase-rest module
2016-08-10 21:28:45 -07:00
tedyu
9e116e048b
HBASE-16389 Thread leak in CoprocessorHost#getTable(TableName) API (Ankit Singhal)
2016-08-10 19:58:13 -07:00
stack
7e32510513
HBASE-16363 Correct javadoc for qualifier length and value (Xiang Li)
2016-08-10 17:53:13 -07:00
stack
88956676d7
HBASE-16385 Have hbase-rest pull hbase.rest.port from Constants.java (Yi Liang)
2016-08-10 16:06:05 -07:00