Apekshit
520d27b267
HBASE-15949 Cleanup TestRegionServerMetrics.
...
@Before and @After to setup/teardown tables using @Rule to set table name based on testname.
Refactor out copy-pasted code fragments to single function.
Change-Id: Ic22e5027cc3952bab5ec30070ed20e98017db65a
2016-06-03 23:27:23 -07:00
Apekshit Sharma
1972996ffc
HBASE-15849 Simplify the way we handle runtime of commands.
...
Functions format_simple_command and format_and_return_simple_command are used to print runtimes right now. They are called from within every single command and use Ruby's 'yield' magic. Instead, we can simplify it using 'command_safe' function. Since command_safe wraps all commands, we can simply time before and after we call individual command.
If a command only wants to time a part of its logic, it can set instance variables start_time and end_time accordingly which is far more simpler to understand and work with than 'yield'.
Change-Id: Ibfacf3593175af22fc4f7d80896dd2f6d7c5dde3
2016-06-03 16:59:34 -07:00
Apekshit Sharma
2ee7d2a488
HBASE-15845 Changes:
...
- Remove omnipresence of formatter object since it is kind of a use-and-throw class. Commands should create
an instance, use it to format the output and discard it.
- Some refactoring
Tested: Ran TestShell
Change-Id: I12176ee12695df952ee4b0f8397e5d3be8f16a87
2016-06-03 16:35:29 -07:00
Stephen Yuan Jiang
fa182c2ea6
HBASE-15955 Disable action in CatalogJanitor#setEnabled should wait for active cleanup scan to finish (Stephen Yuan Jiang)
2016-06-03 15:50:13 -07:00
Lars Hofhansl
9f343b5871
HBASE-15881 Allow BZIP2 compression.
2016-06-03 15:33:05 -07:00
Matteo Bertozzi
7bcdd44be6
HBASE-15927 Remove HMaster.assignRegion()
2016-06-03 12:41:51 -07:00
Ashish Singhi
950a09b03c
HBASE-15888 Extend HBASE-12769 for bulk load data replication
2016-06-03 18:47:31 +05:30
tedyu
a8c8bfd5ee
HBASE-15727 Canary Tool for Zookeeper (churro morales)
2016-06-02 10:17:42 -07:00
tedyu
72dc6fe5d5
HBASE-15933 Addendum - make merge decision when sizes of both regions are known
2016-06-02 09:29:57 -07:00
tedyu
37bb8a5f69
HBASE-15933 NullPointerException may be thrown from SimpleRegionNormalizer#getRegionSize()
2016-06-02 06:33:04 -07:00
Yu Li
36bb496e48
HBASE-15931 Add log for long-running tasks in AsyncProcess
2016-06-02 12:02:19 +08:00
tedyu
0cedd8b344
HBASE-15923 Shell rows counter test fails
2016-05-31 14:19:42 -07:00
Apekshit
32258c2b3a
HBASE-15920 Backport submit-patch.py to branch-1 and earlier branches. This is combination of HBASE-15892 and HBASE-15909 and the fact that python-requirements.txt didn't exist in old branches. (Apekshit)
...
Change-Id: I35dba28c1053f26e1a5823195c22f22923dff007
Signed-off-by: stack <stack@apache.org>
2016-05-30 21:48:12 -07:00
Mikhail Antonov
d03ffb0788
HBASE-15908 Checksum verification is broken due to incorrect passing of ByteBuffers in DataChecksum (Mikhail Antonov and Appy)
2016-05-28 03:16:05 -07:00
Ashu Pachauri
d07977800b
HBASE-15890 Allow setting cacheBlocks for TScan
...
Signed-off-by: stack <stack@apache.org>
2016-05-27 21:01:53 -07:00
Sean Busbey
77abf73549
HBASE-15895 Remove unmaintained jenkins build analysis tool.
...
Signed-off-by: stack <stack@apache.org>
Signed-off-by: Dima Spivak <dspivak@cloudera.com>
Signed-off-by: Elliott Clark <elliott@fb.com>
Signed-off-by: Apekshit <apeksharma@gmail.com>
2016-05-27 16:41:25 -07:00
Enis Soztutar
70c3a7854f
HBASE-10358 Shell changes for setting consistency per request (yi liang)
2016-05-26 17:04:18 -07:00
Andrew Purtell
22aa501436
HBASE-15854 Log the cause of SASL connection failures (Robert Yokota)
2016-05-26 14:27:36 -07:00
Enis Soztutar
02a641e2b1
HBASE-15837 Memstore size accounting is wrong if postBatchMutate() throws exception
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegion.java
2016-05-26 11:13:06 -07:00
Apekshit
7af013b267
HBASE-14635 Fix flaky test TestSnapshotCloneIndependence
...
Signed-off-by: Matteo Bertozzi <matteo.bertozzi@cloudera.com>
2016-05-25 21:24:09 -07:00
tedyu
a049b5f799
HBASE-15884 NPE in StoreFileScanner#skipKVsNewerThanReadpoint during reverse scan (Sergey Soldatov)
2016-05-25 17:29:32 -07:00
Joseph Hwang
2346b5e216
HBASE-15471 Added in Priority, General, and Replication queue sizes for RegionServers to the Web UI
...
Changed UI labels so that queue "size" refers to size in bytes and queue "length" refers to number of items in queue.
Signed-off-by: Elliott Clark <elliott@fb.com>
2016-05-25 15:15:01 -07:00
stack
627b48b799
HBASE-4368 Expose processlist in shell (per regionserver and perhaps by cluster) (Talat Uyarer)
2016-05-23 15:47:35 -07:00
Mikhail Antonov
51dfe44174
HBASE-15880 RpcClientImpl#tracedWriteRequest incorrectly closes HTrace span
2016-05-23 12:47:46 -07:00
stack
e50bf9d7a9
HBASE-15878 Deprecate doBulkLoad(Path hfofDir, final HTable table) in branch-1 (even though its 'late')
2016-05-23 09:12:53 -07:00
stack
67c02684c9
Revert "HBASE-15876 Remove doBulkLoad(Path hfofDir, final HTable table) though it has not been through a full deprecation cycle"
...
Wrong commit message
This reverts commit 04ef799dd0
.
2016-05-23 09:11:17 -07:00
stack
04ef799dd0
HBASE-15876 Remove doBulkLoad(Path hfofDir, final HTable table) though it has not been through a full deprecation cycle
2016-05-23 09:07:28 -07:00
tedyu
34ca6f5069
HBASE-15873 ACL for snapshot restore / clone is not enforced
2016-05-22 19:13:13 -07:00
tedyu
6738dbadac
HBASE-15802 ConnectionUtils should use ThreadLocalRandom instead of Random (Matt Warhaftig)
2016-05-22 06:47:59 -07:00
Jerry He
b7de663580
HBASE-14818 user_permission does not list namespace permissions (li xiang)
2016-05-21 20:32:20 -07:00
tedyu
01d77bf37b
HBASE-15529 Override needBalance in StochasticLoadBalancer (Guanghao Zhang)
2016-05-21 14:39:41 -07:00
Gary Helmling
aacc816ac7
HBASE-15856 Addendum Fix UnknownHostException import in MetaTableLocator
2016-05-20 19:31:07 -07:00
Matteo Bertozzi
0acd49ddfe
HBASE-15872 Split TestWALProcedureStore
2016-05-20 13:18:12 -07:00
tedyu
108a130f38
HBASE-15529 Revert due to TestRegionRebalancing failing
2016-05-20 12:56:48 -07:00
tedyu
b91a6199e9
HBASE-15529 Override needBalance in StochasticLoadBalancer (Guanghao Zhang)
2016-05-20 10:20:44 -07:00
Gary Helmling
df40739ae7
HBASE-15856 Don't cache unresolved addresses for connections
2016-05-20 10:02:05 -07:00
Matteo Bertozzi
6dbc8ebec1
HBASE-15865 Move TestTableDeleteFamilyHandler and TestTableDescriptorModification handler tests to procedure
2016-05-20 07:15:48 -07:00
Matteo Bertozzi
233264bc17
HBASE-15864 Reuse the testing helper to wait regions in transition
2016-05-20 06:49:14 -07:00
Jerry He
d038b762a5
HBASE-15465 userPermission returned by getUserPermission() for the selected namespace does not have namespace set (li xiang)
2016-05-19 20:38:24 -07:00
tedyu
696a51d344
HBASE-15847 VerifyReplication prefix filtering (Geoffrey Jacoby)
2016-05-19 10:43:49 -07:00
Vincent
5eed14272b
HBASE-15617 Canary in regionserver mode might not enumerate all regionservers
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2016-05-18 18:42:17 -07:00
Matteo Bertozzi
e5eea96ca6
HBASE-15843 Replace RegionState.getRegionInTransition() Map with a Set
2016-05-18 12:51:17 -07:00
Jerry He
a9972355c4
HBASE-15841 Performance Evaluation tool total rows may not be set correctly
2016-05-18 12:15:18 -07:00
Enis Soztutar
49359a4ee3
HBASE-15824 LocalHBaseCluster gets bind exception in master info port - ADDENDUM
2016-05-18 11:36:16 -07:00
Stephen Yuan Jiang
0078522549
HBASE-15850 Localize the configuration change in testCheckTableLocks to reduce flakiness of TestHBaseFsck test suite (Stephen Yuan Jiang)
2016-05-18 07:13:39 -07:00
tedyu
ce43e33876
HBASE-15769 Perform validation on cluster key for add_peer (Matt Warhaftig)
2016-05-17 13:26:45 -07:00
stack
c0fcce2bde
HBASE-15593 Time limit of scanning should be offered by client (Phil Yang)
2016-05-17 12:51:03 -07:00
Elliott Clark
89146d85ac
HBASE-15840 WAL.proto compilation broken for cpp
2016-05-17 12:04:31 -07:00
tedyu
cadebe691f
HBASE-15842 SnapshotInfo should display ownership information
2016-05-16 20:34:41 -07:00
Enis Soztutar
c96227eed1
HBASE-15824 LocalHBaseCluster gets bind exception in master info port
2016-05-16 10:35:45 -07:00