anoopsjohn
cf458d3023
HBASE-14999 Remove ref to org.mortbay.log.Log.
2015-12-17 18:01:16 +05:30
tedyu
d78eddfdc8
HBASE-14995 Revert according to Ram's feedback
2015-12-16 21:54:48 -08:00
tedyu
546ac1cbb3
HBASE-14995 Optimize setting tagsPresent in DefaultMemStore.java (huaxiang sun)
2015-12-16 18:16:38 -08:00
Enis Soztutar
3dec8582f5
HBASE-14951 Make hbase.regionserver.maxlogs obsolete
2015-12-16 14:57:59 -08:00
Mikhail Antonov
e965b614b3
HBASE-14974 Total number of Regions in Transition number on UI incorrect
2015-12-16 14:10:32 -08:00
Misty Stanley-Jones
6a0159046e
HBASE-14994 Clean up some broken links and references to old APIs
2015-12-16 12:56:50 -08:00
Elliott Clark
7099ab4c56
HBASE-14984 Allow memcached block cache to set optimze to false
2015-12-16 10:35:42 -08:00
Sean Busbey
d238c17f31
HBASE-14952 ensure correct components in source assembly.
...
* hbase-external-blockcache
* hbase-spark
* remove duplicate inclusion of hbase-shaded-{client,server}
Signed-off-by: stack <stack@apache.org>
2015-12-16 12:00:17 -06:00
Josh Elser
ca7a82fb57
HBASE-14838 Add clarification docs to SimpleRegionNormalizer.
...
Signed-off-by: Sean Busbey <busbey@cloudera.com>
2015-12-16 08:58:48 -06:00
Matteo Bertozzi
60d33ce341
HBASE-14947 WALProcedureStore improvements
2015-12-15 12:52:34 -08:00
Misty Stanley-Jones
b8539c62e8
HBASE-13976 Add 0.94 Release Manager to docs
2015-12-15 12:33:17 -08:00
Enis Soztutar
a4bbc461e3
HBASE-14977 ChoreService.shutdown may result in ConcurrentModificationException (Vladimir Rodionov)
2015-12-15 12:29:43 -08:00
Mikhail Antonov
abe30b52a8
HBASE-14534 Bump yammer/coda/dropwizard metrics dependency version
2015-12-15 12:11:27 -08:00
Enis Soztutar
3e26063161
HBASE-14968 ConcurrentModificationException in region close resulting in the region staying in closing state
2015-12-15 11:49:34 -08:00
Misty Stanley-Jones
f0a97a1fdf
HBASE-13425 Documentation nit in REST Gateway impersonation section
2015-12-15 11:45:21 -08:00
Misty Stanley-Jones
64c55b4893
HBASE-14967 Remove max-width constraint from website skin
2015-12-15 08:56:35 -08:00
Elliott Clark
ef92a6a067
HBASE-14979 Update to the newest Zookeeper release
2015-12-14 21:07:20 -08:00
ramkrishna
1822bb5d95
HBASE-14895 Seek only to the newly flushed file on scanner reset on flush
...
- Addendum (Ram)
2015-12-15 10:34:25 +05:30
Jonathan M Hsieh
10d86c7dae
HBASE-14929 There is a space missing from table "foo" is not currently available (Carlos A. Morillo)
2015-12-14 16:07:05 -08:00
chenheng
04622254f7
HBASE-14936 CombinedBlockCache should overwrite CacheStats#rollMetricsPeriod() (Jianwei Cui)
2015-12-14 17:20:50 +08:00
ramkrishna
555d9b70bd
HBASE-14895 Seek only to the newly flushed file on scanner reset on flush
...
(Ram)
2015-12-14 10:13:53 +05:30
tedyu
676ce01c82
HBASE-14795 Enhance the spark-hbase scan operations (Zhan Zhang)
2015-12-13 18:26:54 -08:00
stack
f34d3e1d26
HBASE-14701 Fix flakey Failed tests: TestMobFlushSnapshotFromClient>TestFlushSnapshotFromClient.testSkipFlushTableSnapshot:199 null (Jingcheng Du)
2015-12-12 19:34:23 -08:00
Ashu Pachauri
453a66c3b9
HBASE-14953 Replication: retry on RejectedExecutionException
...
In HBaseInterClusterReplicationEndpoint, we fail the whole batch
in case of a RejectedExecutionException on an individual sub-batch.
We should let the submitted sub-batches finish and retry only for
the remaining ones.
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-12-11 13:15:22 -08:00
stack
22b95aebcd
HBASE-14946 Don't allow multi's to over run the max result size.
2015-12-10 21:25:21 -08:00
Enis Soztutar
cff664c5e2
HBASE-14960 Fallback to using default RPCControllerFactory if class cannot be loaded
2015-12-10 19:11:57 -08:00
Elliott Clark
abb2e95f66
HBASE-14745 Shade the last few dependencies in hbase-shaded-client
2015-12-10 18:44:12 -08:00
Elliott Clark
48e217a7db
HBASE-14946 Don't allow multi's to over run the max result size.
...
Summary:
* Add VersionInfoUtil to determine if a client has a specified version or better
* Add an exception type to say that the response should be chunked
* Add on client knowledge of retry exceptions
* Add on metrics for how often this happens
Test Plan: Added a unit test
Differential Revision: https://reviews.facebook.net/D51771
2015-12-10 18:10:32 -08:00
stack
c15e0af84a
HBASE-14906 Improvements on FlushLargeStoresPolicy (Yu Li)
2015-12-10 16:49:23 -08:00
stack
bebcc09fb3
HBASE-14769 Remove unused functions and duplicate javadocs from HBaseAdmin
2015-12-10 15:02:21 -08:00
Nate Edel
9511150bd6
HBASE-14901 Remove duplicate code to create/manage encryption keys
...
Signed-off-by: Gary Helmling <garyh@apache.org>
2015-12-10 14:38:43 -08:00
Matteo Bertozzi
6f8d5e86ce
HBASE-14941 locate_region shell command
2015-12-10 13:22:48 -08:00
ramkrishna
26ac60b03f
HBASE-13153 Bulk Loaded HFile Replication (Ashish Singhi)
2015-12-10 13:07:46 +05:30
Elliott Clark
9647fee3f0
HBASE-14851 Add test showing how to use per put TTL from thrift
2015-12-09 16:04:10 -08:00
Gary Helmling
c1e0fcc26d
HBASE-14866 VerifyReplication and ReplicationAdmin should use full peer configuration for peer connection
2015-12-09 15:52:27 -08:00
Elliott Clark
ba3aa9a9b1
HBASE-14942 Allow turning off BoundedByteBufferPool
2015-12-09 15:29:25 -08:00
tedyu
0e147a9d6e
HBASE-14954 IllegalArgumentException was thrown when doing online configuration change in CompactSplitThread (Victor Xu)
2015-12-09 07:18:08 -08:00
Lars Hofhansl
7bfbb6a3c9
HBASE-14869 Better request latency and size histograms. (Vikas Vishwakarma and Lars Hofhansl)
2015-12-08 17:02:27 -08:00
Mikhail Antonov
2430efc2b2
HBASE-7171 Initial web UI for region/memstore/storefiles details
2015-12-08 13:53:21 -08:00
Mikhail Antonov
b449b0f1ce
Updated affiliation for Mikhail Antonov
2015-12-08 12:10:25 -08:00
Enis Soztutar
63f2ebca13
HBASE-14804 HBase shell's create table command ignores 'NORMALIZATION_ENABLED' attribute (Jean-Marc Spaggiari)
2015-12-08 11:13:39 -08:00
Vrishal Kulkarni
1f999c1e2b
HBASE-14719 Add metrics for master WAL count (numMasterWALs). Metric numMasterWALs appears as follows in metrics dump
...
{
"name" : "Hadoop:service=HBase,name=Master,sub=Procedure",
"modelerType" : "Master,sub=Procedure",
"tag.Context" : "master",
"tag.Hostname" : "vrishal-mbp",
"numMasterWALs" : 1
},
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-12-07 11:14:29 -08:00
stack
8bf70144e4
Revert "Revert "HBASE-14922 Delayed flush doesn't work causing flush storms; addendum by Lars Hofhansl""
...
Push again but with right JIRA number this time.
This reverts commit 9fb53d07c4
.
2015-12-05 14:30:25 -08:00
stack
9fb53d07c4
Revert "HBASE-1422 Delayed flush doesn't work causing flush storms; addendum by Lars Hofhansl"
...
Revert because pushed with wrong JIRA number
This reverts commit b1462679e1
.
2015-12-05 14:30:05 -08:00
stack
b1462679e1
HBASE-1422 Delayed flush doesn't work causing flush storms; addendum by Lars Hofhansl
2015-12-05 11:39:34 -08:00
tedyu
80afb839ec
HBASE-14917 Log in console if individual tests in test-patch.sh fail or pass (Appy)
2015-12-04 19:16:01 -08:00
Dima Spivak
4f36632d7b
HBASE-14930 check_compatibility.sh needs smarter exit codes
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-12-04 18:55:52 -08:00
Andrew Purtell
c9a0148628
HBASE-14923 VerifyReplication should not mask the exception during result comparison (Vishal Khandelwal)
2015-12-04 18:53:05 -08:00
Elliott Clark
46198bb9a4
HBASE-14922 Delayed flush doesn't work causing flush storms. -- ADD
2015-12-04 18:37:29 -08:00
Elliott Clark
cd5ddc5fec
HBASE-14922 Delayed flush doesn't work causing flush storms.
2015-12-04 16:54:01 -08:00