Commit Graph

10657 Commits

Author SHA1 Message Date
stack 233c1ee875 HBASE-14421 TestFastFail* are flakey; ADDENDUM 3 Exclude another should assert in TestFastFail 2015-09-14 08:34:02 -07:00
tedyu 5767927898 HBASE-14306 Refine RegionGroupingProvider: fix issues and make it more scalable (Yu Li) 2015-09-14 07:27:45 -07:00
stack 8354ed69ec HBASE-14421 TestFastFail* are flakey; ADDENDUM 2 DISABLE testInterceptorIntercept50Times 2015-09-13 10:33:26 -07:00
stack 33fe3874c1 HBASE-14421 TestFastFail* are flakey; ADDENDUM 2015-09-13 10:12:56 -07:00
tedyu d98ea9bb4e HBASE-14287 Bootstrapping a cluster leaves temporary WAL directory laying around 2015-09-13 08:51:54 -07:00
stack 75d3d7d106 HBASE-14423 TestStochasticBalancerJmxMetrics.testJmxMetrics_PerTableMode:183 NullPointer
Conflicts:
	hbase-server/src/test/java/org/apache/hadoop/hbase/TestStochasticBalancerJmxMetrics.java
2015-09-13 07:37:02 -07:00
stack 37badc04ae HBASE-14421 TestFastFail* are flakey 2015-09-12 22:36:10 -07:00
tedyu 6c90507314 HBASE-14397 PrefixFilter doesn't filter all remaining rows if the prefix is longer than rowkey being compared (Jianwei Cui) 2015-09-11 16:07:49 -07:00
tedyu be96bb6adf HBASE-6617 ReplicationSourceManager should be able to track multiple WAL paths (Yu Li) 2015-09-11 09:30:58 -07:00
tedyu 84dbe39f5d HBASE-14380 Correct data gets skipped along with bad data in importTsv bulk load thru TsvImporterTextMapper (Bhupendra Kumar Jain) 2015-09-11 09:10:20 -07:00
tedyu 272ca1f61a HBASE-14307 Addendum fixes compilation for TestHFileBlockPositionalRead 2015-09-11 04:43:35 -07:00
ramkrishna 954a6e0a75 HBASE-14307 - Incorrect use of positional read api in HFileBlock (Chris
Nauroth)
2015-09-11 15:59:07 +05:30
stack d9bc84b1fc HBASE-14392 [tests] TestLogRollingNoCluster fails on master from time to time 2015-09-10 20:26:01 -07:00
stack 66ed392412 Revert "HBASE-14361 Investigate unused connection objects"
This reverts commit 6c16d244bb.
2015-09-10 14:17:32 -07:00
chenheng 6c16d244bb HBASE-14361 Investigate unused connection objects
Signed-off-by: stack <stack@apache.org>
2015-09-10 09:18:50 -07:00
chenheng 945477e2e6 HBASE-14230 replace reflection in FSHlog with HdfsDataOutputStream#getCurrentBlockReplication()
Signed-off-by: stack <stack@apache.org>
2015-09-10 08:28:00 -07:00
stack 28afeebf76 HBASE-14393 Have TestHFileEncryption clean up after itself so it don't go all zombie on us 2015-09-10 08:27:41 -07:00
stack 0bcaa165ad Revert "HBASE-14147 Add namespace CRUD functionality to REST."
This reverts commit e1f594c695.
2015-09-10 08:27:41 -07:00
Srikanth Srungarapu e2250e71f8 HBASE-14385 Close the sockets that is missing in connection closure. 2015-09-09 23:39:05 -07:00
Matt Warhaftig e1f594c695 HBASE-14147 Add namespace CRUD functionality to REST.
Signed-off-by: stack <stack@apache.org>
2015-09-09 21:14:26 -07:00
tedyu 00bdf14f96 HBASE-14314 Metrics for block cache should take region replicas into account 2015-09-09 13:32:02 -07:00
Sanjeev Srivatsa 2da41e5c9a HBASE-14384 changed Canary to use instance of ExtendedSink
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-09-09 12:17:44 -07:00
Elliott Clark 5b6a46237b HBASE-14322 Add a master priority function to let master use it's threads 2015-09-09 12:13:15 -07:00
Nick Dimiduk 364b977269 HBASE-14382 TestInterfaceAudienceAnnotations should hadoop-compt module resources 2015-09-09 11:11:08 -07:00
stack 48ab0923c9 Revert "HBASE-14147 REST Support for Namespaces (Matt Warhaftig); DOES NOT COMPILE"
This reverts commit 39ec06e5ac.
2015-09-09 06:53:25 -07:00
stack 39ec06e5ac HBASE-14147 REST Support for Namespaces (Matt Warhaftig) 2015-09-08 22:28:08 -07:00
stack bbafb47f72 HBASE-14317 Stuck FSHLog: bad disk (HDFS-8960) and can't roll WAL 2015-09-04 22:59:22 -07:00
stack 1f56b55e50 HBASE-14078 improve error message when HMaster can't bind to port 2015-09-04 22:59:21 -07:00
stack 30752d5815 HBASE-14308 HTableDescriptor WARN is not actionable (Lars Francke) 2015-09-04 22:44:53 -07:00
Srikanth Srungarapu b84908857e HBASE-14261 Enhance Chaos Monkey framework by adding zookeeper and datanode fault injections; ADDENDUM 2015-09-04 14:02:48 -07:00
Lars Hofhansl 16d4ed6337 HBASE-12988 [Replication]Parallel apply edits across regions. 2015-09-04 13:23:36 -07:00
stack 1ac42c9634 HBASE-14327 TestIOFencing#testFencingAroundCompactionAfterWALSync is flaky (Heng Chen) 2015-09-04 10:28:31 -07:00
Andrew Purtell 513b37603d HBASE-14359 HTable#close will hang forever if unchecked error/exception thrown in AsyncProcess#sendMultiAction (Victor Xu) 2015-09-03 17:49:06 -07:00
Matteo Bertozzi 8a4aee6082 HBASE-14344 Add timeouts to TestHttpServerLifecycle 2015-09-03 12:07:43 -07:00
Srikanth Srungarapu 1717de65a4 HBASE-14261 Enhance Chaos Monkey framework by adding zookeeper and datanode fault injections. 2015-09-03 11:49:40 -07:00
Stephen Yuan Jiang 90b8a3c894 HBASE-14108 Procedure V2 - Administrative Task: provide an API to abort a procedure (Stephen Yuan Jiang) 2015-09-03 07:01:30 -07:00
Sean Busbey a2dab027f6 HBASE-7972 allow configuring the TCP backlog on thrift services.
Author: Jean-Daniel Cryans
Ammending-Author: Esteban Gutierrez
Ammending-Author: Sean Busbey
2015-09-02 10:15:21 -05:00
tedyu 1003d5a6d5 HBASE-14229 Flushing canceled by coprocessor still leads to memstoreSize set down (Yerui Sun) 2015-09-02 07:29:52 -07:00
Esteban Gutierrez 1b5fb8193e HBASE-14354 Minor improvements for usage of the mlock agent 2015-09-01 18:38:32 -07:00
tedyu a31adde0bd HBASE-14342 Recursive call in RegionMergeTransactionImpl.getJournal() (Lars Francke) 2015-09-01 11:12:29 -07:00
Nick Dimiduk 58b3cfec0e HBASE-14318 make_rc.sh should purge/re-resolve dependencies from local repository 2015-09-01 10:28:32 -07:00
Samir Ahmic f30d3dc20c HBASE-14325 Add snapshotinfo command to hbase script.
Signed-off-by: Matteo Bertozzi <matteo.bertozzi@cloudera.com>
2015-08-31 09:12:42 -07:00
tedyu d3a7222bfc HBASE-14309 Allow load balancer to operate when there is region in transition by adding force flag 2015-08-29 17:08:40 -07:00
tedyu 861d546b87 HBASE-14258 Addendum fixes case sensitivity in 'load' (Vladimir Rodionov) 2015-08-29 02:11:32 -07:00
Lars Hofhansl c277166fd1 HBASE-14315 Save one call to KeyValueHeap.peek per row. 2015-08-28 15:17:50 -07:00
Elliott Clark ab47cb9569 HBASE-14313 After a Connection sees ConnectionClosingException it never recovers -- ADDENDUM 2015-08-27 15:24:15 -07:00
Elliott Clark 886542bd1b HBASE-14313 After a Connection sees ConnectionClosingException on a connection it never recovers 2015-08-27 15:24:10 -07:00
tedyu b8c7a08a9e HBASE-14269 FuzzyRowFilter omits certain rows when multiple fuzzy keys exist (hongbin ma) 2015-08-26 20:49:43 -07:00
Stephen Yuan Jiang e4b96cf78a HBASE-13212 Procedure V2 - master Create/Modify/Delete namespace (Stephen Yuan Jiang) 2015-08-26 13:54:50 -07:00
tedyu 9b55f1cd29 HBASE-14258 Make region_mover.rb script case insensitive with regard to hostname (Vladimir Rodionov) 2015-08-25 16:37:11 -07:00