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
stack
c6b8e6f1ac
HBASE-14907 NPE of MobUtils.hasMobColumns in Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #513 (Jingcheng Du)
...
Put back HBASE-14907 but with right JIRA number (by doing a revert of a revert)
This reverts commit 35a7b56e53
.
2015-12-04 16:40:27 -08:00
stack
a4a44587b3
Revert "Revert "HBASE-14909 NPE testing for RIT""
...
Reverted the wrong patch... putting it back (revert of a revert)
This reverts commit 157a60f1b3
.
2015-12-04 16:38:33 -08:00
stack
157a60f1b3
Revert "HBASE-14909 NPE testing for RIT"
...
This reverts commit da0cc598fe
.
2015-12-04 16:37:14 -08:00
stack
35a7b56e53
Revert "HBASE-4907 NPE of MobUtils.hasMobColumns in Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #513 (Jingcheng Du)"
...
Revert because I pitched this against the wrong JIRA number!
This reverts commit 03e4712f0c
.
2015-12-04 16:36:46 -08:00
stack
26dd0d17f8
HBASE-14926 Hung ThriftServer; no timeout on read from client; if client crashes, worker thread gets stuck reading
2015-12-04 13:19:12 -08:00
tedyu
d18c1af3bb
HBASE-14928 Start row should be set for query through HBase REST gateway involving globbing option
2015-12-04 12:04:30 -08:00
stack
03e4712f0c
HBASE-4907 NPE of MobUtils.hasMobColumns in Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #513 (Jingcheng Du)
2015-12-04 10:53:09 -08:00
ramkrishna
8b3d1f1444
HBASE-13082 Coarsen StoreScanner locks to RegionScanner (Ram)
2015-12-04 10:20:46 +05:30
Enis Soztutar
b3260423b1
HBASE-14904 Mark Base[En|De]coder LimitedPrivate and fix binary compat issue
2015-12-03 18:18:20 -08:00
stack
51503efcf0
HBASE-13857 Slow WAL Append count in ServerMetricsTmpl.jamon is hardcoded to zero (Vrishal Kulkarni)
2015-12-03 17:00:29 -08:00
tedyu
67ba6598b1
HBASE-14905 VerifyReplication does not honour versions option (Vishal Khandelwal)
2015-12-03 16:09:22 -08:00
stack
7117a2e35d
HBASE-14772 Improve zombie detector; be more discerning; part2; addendum -- yet more formatting
2015-12-03 14:11:01 -08:00
stack
5e430837d3
HBASE-14772 Improve zombie detector; be more discerning; part2; addendum -- fix indent
2015-12-03 14:01:22 -08:00
Enis Soztutar
bbd53b846e
Revert "HBASE-14223 Meta WALs are not cleared if meta region was closed and RS aborts"
...
This reverts commit 756e6de2a0
.
2015-12-03 13:28:33 -08:00
stack
a154ecda00
HBASE-14772 Improve zombie detector; be more discerning; part2; addendum -- export JIRA_COMMENT so subshell zombie detector picks up current content
2015-12-03 10:05:05 -08:00
stack
69658ea4a9
HBASE-14772 Improve zombie detector; be more discerning; part2; addendum -- extra 'tick'
2015-12-02 20:47:59 -08:00
stack
91945d7f49
HBASE-14749 Make changes to region_mover.rb to use RegionMover Java tool (Abhishek Singh Chouhan)
2015-12-02 18:14:10 -08:00
stack
cf8d3bd641
HBASE-14772 Improve zombie detector; be more discerning; part2
2015-12-02 17:44:49 -08:00
stack
da0cc598fe
HBASE-14909 NPE testing for RIT
2015-12-02 10:37:32 -08:00
stack
08f90f30b3
HBASE-14908 TestRowCounter flakey especially on branch-1
2015-12-02 10:19:13 -08:00
ramkrishna
aa41232a87
HBASE-14832 Ensure write paths work with ByteBufferedCells in case of
...
compaction (Ram)
2015-12-02 10:28:30 +05:30
stack
cbbad6e5fb
Add small note so we know for sure the zombie script is running
2015-12-01 17:05:34 -08:00
tedyu
d8b30b8925
HBASE-14575 Relax region read lock for compactions (Nick and Ted)
2015-12-01 16:44:59 -08:00
stack
92e178df28
Revert "HBASE-14769 Removing unused functions from HBaseAdmin. Removing redundant javadocs from HBaseAdmin as they will be automatically inhertited from Admin.java. (Apekshit)"
...
Reverting. The conversation on issues to do with this patch was not done (Appy brought it to my attention).
This reverts commit 6adce67572
.
2015-12-01 11:30:39 -08:00
tedyu
ed4e00119e
HBASE-14462 rolling_restart.sh --master-only throws "line 142: test: 0: unary operator expected" (Samir Ahmic)
2015-12-01 10:28:56 -08:00
stack
3534e1ffef
HBASE-14819 hbase-it tests failing with OOME; permgen ; ADDENDUM... more heap and permgen for failsafe runs
2015-12-01 09:59:42 -08:00