Commit Graph

10586 Commits

Author SHA1 Message Date
tedyu 20e01d2812 HBASE-13810 Table is left unclosed in VerifyReplication#Verifier 2015-05-29 17:43:47 -07:00
Matteo Bertozzi adbc3dd097 HBASE-13779 Calling table.exists() before table.get() end up with an empty Result (addendum) 2015-05-29 17:42:11 -07:00
Enis Soztutar 518a29140e Revert "HBASE-13647 Default value for hbase.client.operation.timeout is too high"
This reverts commit 5383e476d5.
2015-05-29 12:53:16 -07:00
Matteo Bertozzi 02af4b066f HBASE-13789 ForeignException should not be sent to the client 2015-05-29 12:02:32 -07:00
stack 32f4a6ad8f HBASE-13799 javadoc how Scan gets polluted when used; if you set attributes or ask for scan metrics 2015-05-29 11:32:17 -07:00
Matteo Bertozzi c4ac2ebbdb HBASE-13759 Procedure v2 - Improve procedure yielding 2015-05-29 19:28:17 +01:00
Matteo Bertozzi 5b67c7a0da HBASE-13779 Calling table.exists() before table.get() end up with an empty Result 2015-05-29 16:44:39 +01:00
tedyu 93e475e5ba HBASE-13776 Setting illegal versions for HColumnDescriptor does not throw IllegalArgumentException (Yuhao Bi) 2015-05-29 07:34:00 -07:00
tedyu 695c4790cd HBASE-13802 Addendum fixes checkstyle warning by removing the whitespace before the right parenthesis 2015-05-29 02:48:54 -07:00
tedyu 46c9a5b339 HBASE-13802 Procedure V2: Master fails to come up due to rollback of create namespace table (Stephen Jiang) 2015-05-29 02:33:39 -07:00
Geoffrey ffcd4d424f HBASE 13796 - Fixed ZKUtil's cleaning of the zookeeper quorum setting
Signed-off-by: stack <stack@apache.org>
2015-05-28 20:07:46 -07:00
tedyu 423499fbfb HBASE-13800 TestStore#testDeleteExpiredStoreFiles should create unique data/log directory for each call (Stephen Jiang) 2015-05-28 19:29:35 -07:00
tedyu 4545420d61 HBASE-13797 Fix resource leak in HBaseFsck 2015-05-28 19:17:04 -07:00
Enis Soztutar 0c90231374 HBASE-13801 Hadoop src checksum is shown instead of HBase src checksum in master / RS UI 2015-05-28 18:43:31 -07:00
stack 94f0ee7ee3 HBASE-13616 Move ServerShutdownHandler to Pv2 2015-05-28 15:04:27 -07:00
Matteo Bertozzi 24ef755f83 HBASE-13476 Procedure v2 - Add Replay Order logic for child procedures 2015-05-28 19:42:42 +01:00
Nick Dimiduk 2f9851af26 HBASE-13761 Optimize FuzzyRowFilter (Vladimir Rodionov) 2015-05-28 10:17:46 -07:00
Lars George c9217ba1b5 HBASE-13723 In table.rb scanners are never closed. 2015-05-28 10:15:02 +02:00
Lars George 0dc1a65f2e HBASE-13777 Table fragmentation display triggers NPE on master status page 2015-05-28 08:37:44 +02:00
anoopsjohn 2133241849 HBASE-13778 BoundedByteBufferPool incorrectly increasing runningAverage buffer length. 2015-05-28 11:53:45 +05:30
Matt Warhaftig 499c40697b HBASE-13344 - Add max Java version check for pom dependencies.
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-05-28 01:05:11 -05:00
Sean Busbey 279dd43570 HBASE-13710 Remove dependency on Hadoop's ReflectionUtil.
* copies ReflectionUtils.logThreadInfo and needed private methods from Hadoop
  branch-2, fixes minor issues specific to our use.
* updates HttpServer's use of RU.newInstance to use the HBase version.
  Side effect: previously, FilterInitializer instances that happened to also
  implement Configurable would have setConfiguration called. Such uses should
  instead rely on the mandatory FilterInitializer.initFilter method call.
2015-05-28 00:25:16 -05:00
ramkrishna 17a75083e8 HBASE-13393 - Optimize memstore flushing to avoid writing tag information
to hfiles when no tags are present. (Ram)
2015-05-28 10:38:18 +05:30
Enis Soztutar 2ba61ee1ab HBASE-13732 TestHBaseFsck#testParallelWithRetriesHbck fails intermittently (Stephen Yuan Jiang) 2015-05-27 17:54:23 -07:00
Sean Busbey d5f57027b8 HBASE-13716 use HdfsConstants instead of deprecated FSConstants.
Conflicts:
	hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
2015-05-27 16:33:40 -05:00
Sean Busbey d28091eead HBASE-13726 Use commons-io to cleanup Closeables instead of hadoop IOUtils.
Conflicts:
	hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
2015-05-27 16:32:22 -05:00
Andrew Purtell 7df1814f7f HBASE-13780 Default to 700 for HDFS root dir permissions for secure deployments (Enis Soztutar) 2015-05-27 13:15:43 -07:00
Andrew Purtell a035baab46 HBASE-13768 ZooKeeper znodes are bootstrapped with insecure ACLs in a secure configuration (Enis Soztutar) 2015-05-27 12:32:45 -07:00
Matteo Bertozzi cb7675c57f HBASE-13767 Allow ZKAclReset to set and not just clear ZK ACLs 2015-05-27 18:34:17 +01:00
Abhishek Kumar 534c6034b8 HBASE-13746 list_replicated_tables command is not listing table in hbase shell
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-05-25 12:52:55 -07:00
anoopsjohn fd8e6ee956 HBASE-13734 Improper timestamp checking with VisibilityScanDeleteTracker. 2015-05-25 13:54:24 +05:30
anoopsjohn 2542a38e21 HBASE-13375 Provide HBase superuser higher priority over other users in the RPC handling. (Mikhail Antonov) 2015-05-24 21:28:50 +05:30
Jerry He ee5263db8c HBASE-13671 More classes to add to org.apache.hadoop.hbase.mapreduce.driver (li xiang) 2015-05-22 12:40:27 -07:00
stack a6cf9c51d9 HBASE-13745 Say why a flush was requested in log message 2015-05-22 11:42:21 -07:00
Lars Hofhansl e5df9bb2e2 HBASE-13703 ReplicateContext should not be a member of ReplicationSource. 2015-05-21 22:01:50 -07:00
tedyu c695d1c249 HBASE-13733 Failed MiniZooKeeperCluster startup did not shutdown ZK servers (Stephen Jiang) 2015-05-21 14:03:36 -07:00
tedyu 774bb5677e HBASE-13741 Disable TestRegionObserverInterface#testRecovery and testLegacyRecovery (Stephen Jiang) 2015-05-21 13:57:52 -07:00
stack a9e2f4cf31 HBASE-5980 Scanner responses from RS should include metrics on rows/KVs filtered; ADDENDUM -- ADD MISSING FILES 2015-05-21 11:11:06 -07:00
stack 078a9a97c3 HBASE-5980 Scanner responses from RS should include metrics on rows/KVs filtered 2015-05-21 11:09:14 -07:00
tedyu 109f138ca3 HBASE-13731 TestReplicationAdmin should clean up MiniZKCluster resource (Stephen Jiang) 2015-05-21 10:25:51 -07:00
Enis Soztutar 420baa42ce HBASE-13709 Updates to meta table server columns may be eclipsed
Conflicts:
	hbase-client/src/main/java/org/apache/hadoop/hbase/MetaTableAccessor.java
	hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
	hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java
	hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/handler/OpenMetaHandler.java
	hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/handler/OpenRegionHandler.java
	hbase-server/src/test/java/org/apache/hadoop/hbase/TestMetaTableAccessor.java
	hbase-server/src/test/java/org/apache/hadoop/hbase/master/MockRegionServer.java
	hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionServerNoMaster.java
2015-05-20 19:19:52 -07:00
Liu Shaohui c9f052be66 HBASE-13712 Backport HBASE-13199 to branch-Backport HBASE-13199 to branch-1
HBASE-13199 Some small improvements on canary tool (Shaohui Liu)
HBASE-13199 ADDENDUM Some small improvements on canary tool (Shaohui Liu)
2015-05-20 15:30:12 -07:00
Andrew Purtell 3396fa5a3b HBASE-13727 Codehaus repository is out of service 2015-05-20 13:59:25 -07:00
Elliott Clark cecda74db1 HBASE-13700 Change Thrift2 so that number of woker threads can be passed in 2015-05-20 13:43:52 -07:00
Elliott Clark 81024a5b56 HBASE-13698 Add RegionLocator methods to Thrift2 2015-05-20 13:35:04 -07:00
Nick Dimiduk 49fc6c817d HBASE-13711 Provide an API to set min and max versions in HColumnDescriptor (Stephen Yuan Jiang) 2015-05-20 11:41:23 -07:00
ramkrishna fd15bd13db HBASE-13721 - Improve shell scan performances when using LIMIT (JMS) 2015-05-20 22:20:35 +05:30
tedyu 181ec60510 HBASE-13704 Hbase throws OutOfOrderScannerNextException when MultiRowRangeFilter is used (Aleksandr Maksymenko) 2015-05-19 20:21:08 -07:00
Enis Soztutar 2a1fab0200 HBASE-13717 TestBoundedRegionGroupingProvider#setMembershipDedups need to set HDFS diretory for WAL (Stephen Yuan Jiang) 2015-05-19 19:15:05 -07:00
Esteban Gutierrez 816856eb1e HBASE-13694 CallQueueSize is incorrectly decremented until the response is sent
Signed-off-by: stack <stack@apache.org>
2015-05-19 09:24:47 -07:00