stack
e1e8434340
HBASE-5980 Scanner responses from RS should include metrics on rows/KVs filtered
2015-05-21 11:06:27 -07:00
tedyu
cb1ef915df
HBASE-13731 TestReplicationAdmin should clean up MiniZKCluster resource (Stephen Jiang)
2015-05-21 10:27:21 -07:00
Lars Francke
d16f349a63
HBASE-13645: Rename *column methods in MasterObserver to *columnFamily
...
Signed-off-by: stack <stack@apache.org>
2015-05-21 10:11:56 -07:00
Lars Francke
dd2c60b5bf
HBASE-13725 [documentation] Pseudo-Distributed Local Install can link to hadoop instructions
...
Signed-off-by: stack <stack@apache.org>
2015-05-21 10:01:43 -07:00
anoopsjohn
6c3fd34475
HBASE-13641 Deperecate Filter#filterRowKey(byte[] buffer, int offset, int length) in favor of filterRowKey(Cell firstRowCell).
2015-05-21 16:50:42 +05:30
anoopsjohn
d69807663c
HBASE-13642 Deprecate RegionObserver#postScannerFilterRow CP hook with byte[],int,int args in favor of taking Cell arg.
2015-05-21 13:36:12 +05:30
anoopsjohn
5e06ede3f7
HBASE-13679 Change ColumnTracker and SQM to deal with Cell instead of byte[], int, int.
2015-05-21 10:24:08 +05:30
Enis Soztutar
eddabdd353
HBASE-13709 Updates to meta table server columns may be eclipsed
2015-05-20 17:42:32 -07:00
Elliott Clark
3a1e101dcd
HBASE-13700 Change Thrift2 so that number of woker threads can be passed in
2015-05-20 13:43:46 -07:00
Elliott Clark
1bfe387956
HBASE-13698 Add RegionLocator methods to Thrift2
2015-05-20 13:33:59 -07:00
Lars Francke
315f596798
HBASE-13656 Rename getDeadServers to getDeadServersSize in Admin
...
Replace JIRA
Signed-off-by: stack <stack@apache.org>
2015-05-20 13:32:06 -07:00
stack
e2e9ea5bd5
Revert "HBASE-5980 Scanner responses from RS should include metrics on rows/KVs filtered"
...
Committed by mistake. Backing out till sure it good.
This reverts commit dc72dad7cd
.
2015-05-20 13:25:49 -07:00
eshcar
7f2b33dbbf
HBASE-13071 synchronous scanner -- cache size-in-bytes bug fix
...
Signed-off-by: stack <stack@apache.org>
2015-05-20 12:35:26 -07:00
stack
dc72dad7cd
HBASE-5980 Scanner responses from RS should include metrics on rows/KVs filtered
2015-05-20 11:55:06 -07:00
Nick Dimiduk
77d9719e2b
HBASE-13711 Provide an API to set min and max versions in HColumnDescriptor (Stephen Yuan Jiang)
2015-05-20 11:40:25 -07:00
anoopsjohn
88f19ab697
HBASE-13722 Avoid non static method from BloomFilterUtil.
2015-05-20 22:18:45 +05:30
ramkrishna
1fbde3abd3
HBASE-13721 - Improve shell scan performances when using LIMIT(JMS)
2015-05-20 22:13:27 +05:30
tedyu
132573792d
HBASE-13704 Hbase throws OutOfOrderScannerNextException when MultiRowRangeFilter is used (Aleksandr Maksymenko)
2015-05-19 20:22:53 -07:00
Enis Soztutar
0ef4a10882
HBASE-13717 TestBoundedRegionGroupingProvider#setMembershipDedups need to set HDFS diretory for WAL (Stephen Yuan Jiang)
2015-05-19 19:03:19 -07:00
Lars Francke
1fcee86978
HBASE-13636 Remove deprecation for HBASE-4072 (Reading of zoo.cfg)
...
Signed-off-by: stack <stack@apache.org>
2015-05-19 16:32:32 -07:00
Lars Francke
02fa2200be
HBASE-13582: Update docs for HTrace
...
Signed-off-by: stack <stack@apache.org>
2015-05-19 16:04:39 -07:00
Lars Francke
ed5ac65f22
HBASE-13713: See about dropping ClassLoaderBase#getClassLoadingLock
...
Signed-off-by: stack <stack@apache.org>
2015-05-19 15:52:27 -07:00
Esteban Gutierrez
74e5b26e57
HBASE-13694 CallQueueSize is incorrectly decremented until the response is sent
...
Signed-off-by: stack <stack@apache.org>
2015-05-19 09:22:31 -07:00
ramkrishna
5e7e626ef5
HBASE-13510 - Purge ByteBloomFilter (Ram)
2015-05-19 10:22:56 +05:30
Srikanth Srungarapu
901714d75d
HBASE-13675 ProcedureExecutor completion report should be at DEBUG log level
2015-05-18 19:51:41 -07:00
Srikanth Srungarapu
bc189d0497
HBASE-13673 WALProcedureStore procedure is chatty
2015-05-18 19:37:29 -07:00
Nick Dimiduk
92e66ef522
HBASE-13609 TestFastFail is still failing
2015-05-18 12:46:52 -07:00
ted malaska
a1c94c0bdf
HBASE-13677 changed RecoverableZooKeeper logs about retries from info and warn to debug
...
Signed-off-by: Sean Busbey <busbey@cloudera.com>
2015-05-18 10:24:42 -05:00
Andrew Purtell
f49111e5f8
HBASE-13668 TestFlushRegionEntry is flaky
2015-05-16 16:28:10 -07:00
Patrick White
3fa0bf3cb6
HBASE-13684 Allow mlockagent to be used when not starting as root
...
Fixes for mlockall_agent
changed init_str to options, to match the JVMTI docs
added support for running with no user (allow via adding user to limits.conf)
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-05-16 12:38:20 -07:00
Misty Stanley-Jones
a93353e83c
HBASE-13699 Expand documentation about quotas and other load balancing mechanisms
2015-05-15 17:03:47 -07:00
g72909
88f0f421c3
HBASE-13398 Document HBase Quota
2015-05-15 14:24:25 -07:00
Apekshit(Appy) Sharma
988593857f
HBASE-11927 Use Native Hadoop Library for HFile checksum. (Apekshit)
...
Signed-off-by: stack <stack@apache.org>
2015-05-15 11:40:23 -07:00
Matteo Bertozzi
fec091a807
HBASE-13651 Handle StoreFileScanner FileNotFoundException
2015-05-15 18:57:58 +01:00
Andrey Stepachev
9ba7337ac8
HBASE-13646 HRegion#execService should not try to build incomplete messages
2015-05-14 13:21:48 +01:00
Andrey Stepachev
f7c3a3dd55
HBASE-13647 Default value for hbase.client.operation.timeout is too high
2015-05-14 13:08:04 +01:00
stack
94937ddaf2
HBASE-11830 TestReplicationThrottler.testThrottling failed on virtual boxes
2015-05-13 09:43:16 -07:00
eshcar
86b91997d0
HBASE-13071 Hbase Streaming Scan Feature
...
Signed-off-by: stack <stack@apache.org>
2015-05-13 08:23:39 -07:00
Lars Hofhansl
220ac141bf
HBASE-13618 ReplicationSource is too eager to remove sinks.
2015-05-12 21:27:55 -07:00
Matteo Bertozzi
befb46c4d5
HBASE-13662 RSRpcService.scan() throws an OutOfOrderScannerNext if the scan has a retriable failure
2015-05-12 17:47:04 +01:00
Misty Stanley-Jones
6fd16f2378
HBASE-13533 section on configuring ~/.m2/settings.xml has no anchor <Gabor Liptak>
2015-05-12 09:07:00 -07:00
tedyu
89688d4a43
HBASE-13663 HMaster fails to restart 'HMaster: Failed to become active master'
2015-05-12 09:04:56 -07:00
Srikanth Srungarapu
9e131dfa8e
HBASE-13571 Procedure v2 - client modify table sync
2015-05-11 23:07:15 -07:00
Enis Soztutar
59a6e031fb
HBASE-13661 Correct binary compatibility issues discovered in 1.1.0RC0
2015-05-11 18:28:29 -07:00
Matteo Bertozzi
30ecf990fe
HBASE-13606 AssignmentManager.assign() is not sync in both path
2015-05-12 00:13:29 +01:00
Elliott Clark
c3f83a9eff
HBASE-13635 Regions stuck in transition because master is incorrectly assumed dead
...
Summary:
Requests to tell master that meta is moved can be blocked behind other requests that are trying to mutate meta.
This causes a dead lock and the master is assumed dead. However the master stays up the whole time.
This patch adds prioritization onto reporting meta moves. It should allow meta to make progress.
Test Plan: unit tests.
Differential Revision: https://reviews.facebook.net/D38109
2015-05-11 15:21:17 -07:00
Jerry He
174632111c
HBASE-13217 Procedure fails due to ZK issue
2015-05-11 14:19:13 -07:00
Lars Francke
fa6dc9c44e
HBASE-13634 Avoid unsafe reference equality checks to EMPTY byte[]
...
Add comment
Signed-off-by: stack <stack@apache.org>
2015-05-11 10:55:48 -07:00
Lars Francke
671ae8f150
HBASE-13599 The Example Provided in Section 69: Examples of the
...
Documentation Does Not Compile
Reapply after fixing the commit message.
Signed-off-by: stack <stack@apache.org>
2015-05-11 10:03:19 -07:00
stack
e1628106ae
Revert "Fixed example code"
...
Reverted because missing associated JIRA reference.
This reverts commit 0dfb364723
.
2015-05-11 10:02:06 -07:00