Enis Soztutar
1e6d7e811d
HBASE-15683 Min latency in latency histograms are emitted as Long.MAX_VALUE
2016-04-21 10:44:08 -07:00
chenheng
5d497d5ba8
HBASE-15674 HRegionLocator#getAllRegionLocations should put the results in cache
...
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionImplementation.java
hbase-client/src/main/java/org/apache/hadoop/hbase/client/HRegionLocator.java
2016-04-21 14:28:07 +08:00
zhangduo
80e324cdc7
HBASE-15368 Add pluggable window support
2016-04-21 12:02:42 +08:00
Andrew Purtell
e9acc104b7
HBASE-15663 Hook up JvmPauseMonitor to ThriftServer
2016-04-20 17:36:59 -07:00
Andrew Purtell
db83e631ad
HBASE-15662 Hook up JvmPauseMonitor to REST server
2016-04-20 17:36:59 -07:00
Andrew Purtell
780cff5886
HBASE-15614 Report metrics from JvmPauseMonitor
2016-04-20 17:36:59 -07:00
Enis Soztutar
1311e25171
HBASE-15518 Add Per-Table metrics back (Alicia Ying Shu)
2016-04-20 14:35:52 -07:00
stack
71c55d182d
HBASE-15640 L1 cache doesn't give fair warning that it is showing partial stats only when it hits limit
2016-04-20 14:19:12 -07:00
stack
a331a57ef8
HBASE-15385 PREFETCH_BLOCKS_ON_OPEN in HColumnDescriptor is ignored
2016-04-20 09:41:28 -07:00
tedyu
1aa07404a9
HBASE-15679 Assertion on wrong variable in TestReplicationThrottler#testThrottling
2016-04-20 07:11:50 -07:00
stack
2d99f626d1
HBASE-15672 hadoop.hbase.security.visibility.TestVisibilityLabelsWithDeletes fails (Anoop Sam John)
2016-04-19 21:54:43 -07:00
Apekshit
bd64db97c8
HBASE-15673 Fix latency metrics for multiGet. - Also fixes some stuff in help text. (Apekshit)
...
Change-Id: I95cfa2be74605efab0368417d59c50b94af0facb
Signed-off-by: stack <stack@apache.org>
2016-04-19 17:18:45 -07:00
zhangduo
22b1061044
HBASE-15665 Support using different StoreFileComparators for different CompactionPolicies
2016-04-19 19:35:36 +08:00
Gábor Lipták
2b5da6f7a0
HBASE-13372 Add unit tests for SplitTransaction and RegionMergeTransaction listeners
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Amending-Author: Andrew Purtell <apurtell@apache.org>
2016-04-18 16:56:59 -07:00
Ashish Singhi
6d40b7a0e4
HBASE-15668 HFileReplicator fails to replicate other hfiles in the request when a hfile in not found in FS anywhere
2016-04-18 22:18:46 +05:30
zhangduo
ee78b6da7a
HBASE-15664 Use Long.MAX_VALUE instead of HConstants.FOREVER in CompactionPolicy
2016-04-18 20:11:35 +08:00
tedyu
7dacf9f10c
HBASE-15287 mapreduce.RowCounter returns incorrect result with binary row key inputs (Matt Warhaftig)
2016-04-16 18:11:27 -07:00
stack
fd49923350
HBASE-15650 Remove TimeRangeTracker as point of contention when many threads reading a StoreFile
...
Refactor so we use the immutable, unsynchronized TimeRange when doing
time-based checks at read time rather than use heavily synchronized
TimeRangeTracker; let TimeRangeTracker be for write-time only.
While in here, changed the Segment stuff so that when an immutable
segment, it uses TimeRange rather than TimeRangeTracker too.
M hbase-common/src/main/java/org/apache/hadoop/hbase/io/TimeRange.java
Make allTime final.
Add a includesTimeRange method copied from TimeRangeTracker.
M hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/TimeRangeTracker.java
Change name of a few methods so they match TimeRange methods that do
same thing.
(getTimeRangeTracker, getTimeRange, toTimeRange) add utility methods
M hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFile.java
Change Reader to use TimeRange-based checks instead of
TimeRangeTracker.
2016-04-15 16:56:05 -07:00
tedyu
043ffd1db1
HBASE-15187 Integrate CSRF prevention filter to REST gateway
2016-04-15 13:46:30 -07:00
Matteo Bertozzi
6cf4bfe62c
HBASE-15622 Superusers does not consider the keytab credentials
2016-04-15 08:31:46 -07:00
chenheng
96e9c466d2
HBASE-15406 Split / merge switch left disabled after early termination of hbck
...
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/Admin.java
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionImplementation.java
hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java
hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/MasterProtos.java
hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ZooKeeperProtos.java
hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterRpcServices.java
hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestSplitOrMergeStatus.java
hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsckOneRS.java
2016-04-15 15:34:43 +08:00
Apekshit
d378975351
HBASE-15405 Fix PE logging and wrong defaults in help message. (Apekshit)
...
Change-Id: I81f5f57e1db18df252fa92c0cc14bf950ab17034
Signed-off-by: stack <stack@apache.org>
2016-04-14 09:00:38 -07:00
Elliott Clark
07dc75f4fe
HBASE-15504 Fix Balancer in 1.3 not moving regions off overloaded regionserver
2016-04-13 18:07:21 -07:00
Mikhail Antonov
a57eb1759c
HBASE-15637 TSHA Thrift-2 server should allow limiting call queue size
2016-04-13 12:35:20 -07:00
tedyu
08da949f83
HBASE-15639 Unguarded access to stackIndexes in Procedure#toStringDetails()
2016-04-13 08:44:10 -07:00
tedyu
85f2caf184
HBASE-15633 Backport HBASE-15507 to branch-1 (Geoffrey Jacoby)
2016-04-13 02:25:32 -07:00
Matteo Bertozzi
cd84796b39
HBASE-15481 Add pre/post roll to WALObserver
...
Signed-off-by: Sean Busbey <busbey@apache.org>
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/AbstractFSWAL.java
2016-04-13 01:06:51 -05:00
Stephen Yuan Jiang
4981d4c207
HBASE-15636 hard coded wait time out value in HBaseTestingUtility#waitUntilAllRegionsAssigned might cause test failure (Stephen Yuan Jiang)
2016-04-12 16:47:21 -07:00
Matteo Bertozzi
d896a51291
HBASE-15621 Suppress Hbase SnapshotHFile cleaner error messages when a snaphot is going on (Huaxiang Sun)
2016-04-12 12:23:28 -07:00
Matteo Bertozzi
59bf00562c
HBASE-15632 Undo the checking of lastStoreFlushTimeMap.isEmpty() introduced in HBASE-13145 (Huaxiang Sun)
2016-04-12 11:41:00 -07:00
tedyu
e31361dcb8
HBASE-14985 TimeRange constructors should set allTime when appropriate (Geoffrey Jacoby)
2016-04-11 17:58:38 -07:00
Matteo Bertozzi
2dbbe8960a
HBASE-15627 Miss space and closing quote in AccessController#checkSystemOrSuperUser (Huaxiang Sun)
2016-04-11 08:28:02 -07:00
tedyu
b7502feff3
HBASE-15093 Replication can report incorrect size of log queue for the global source when multiwal is enabled (Ashu Pachauri)
2016-04-11 08:23:34 -07:00
Vasudevan
e407e1e81d
HBASE-15605 Remove PB references from HCD and HTD for 2.0 (Ram_
2016-04-11 14:15:09 +05:30
Jerry He
ff835d5ae6
HBASE-15591 ServerCrashProcedure not yielding
2016-04-10 17:07:39 -07:00
zhangduo
7303c7e479
HBASE-15527 Refactor Compactor related classes
2016-04-10 09:26:42 +08:00
zhangduo
2b75562701
HBASE-15537 Make multi WAL work with WALs other than FSHLog
2016-04-08 10:42:40 +08:00
Enis Soztutar
d94c18a0e7
HBASE-15586 Unify human readable numbers in the web UI
2016-04-07 17:07:38 -07:00
tedyu
b17350210b
HBASE-15400 Use DateTieredCompactor for Date Tiered Compaction (Clara Xiong)
2016-04-07 15:06:22 -07:00
Jerry He
0727d0f414
HBASE-15592 Print Procedure WAL content
2016-04-06 22:00:52 -07:00
Harsh J
ff075fd9df
HBASE-15396 Enhance mapreduce.TableSplit to add encoded region name
...
(cherry picked from commit 7d3a89ce8e
)
Signed-off-by: Sean Busbey <busbey@apache.org>
2016-04-06 08:32:32 -07:00
Enis Soztutar
e6a32141b3
HBASE-15587 FSTableDescriptors.getDescriptor() logs stack trace erronously
2016-04-05 18:13:47 -07:00
tedyu
8957dc1033
HBASE-15485 Filter.reset() should not be called between batches (Phil Yang)
2016-04-04 20:07:39 -07:00
Ashish Singhi
e5fb045aa9
HBASE-15578 Handle HBASE-15234 for ReplicationHFileCleaner
2016-04-04 15:07:56 +05:30
Matteo Bertozzi
4bae771b65
HBASE-15582 SnapshotManifestV1 too verbose when there are no regions
2016-04-01 20:59:08 -07:00
Ashish Singhi
bcbef7b401
HBASE-15424 Add bulk load hfile-refs for replication in ZK after the event is appended in the WAL
2016-04-01 15:55:08 +05:30
Gary Helmling
d7d12aedd4
HBASE-15234 Don't abort ReplicationLogCleaner on ZooKeeper errors
2016-03-31 22:45:45 -07:00
Junegunn Choi
c8190d7e2e
HBASE-15569 Make Bytes.toStringBinary faster
...
Signed-off-by: stack <stack@apache.org>
2016-03-31 21:27:11 -07:00
tedyu
b7df66f1a8
HBASE-15571 Make MasterProcedureManagerHost accessible through MasterServices
2016-03-31 15:49:07 -07:00
stack
407e644607
HBASE-15324 Jitter may cause desiredMaxFileSize overflow in ConstantSizeRegionSplitPolicy and trigger unexpected split (Yu Li)
2016-03-30 13:31:34 -07:00