Commit Graph

1936 Commits

Author SHA1 Message Date
Michael Stack cf3da420d0 HBASE-9016 Cleanup of HRegion (javadoc, unnecessary inits, unnecessary unboxing)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1505838 13f79535-47bb-0310-9956-ffa450edef68
2013-07-22 22:31:26 +00:00
Michael Stack 19a311d7ec HBASE-9018 Add timeouts on all tests in TestHLogSplit
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1505817 13f79535-47bb-0310-9956-ffa450edef68
2013-07-22 21:05:59 +00:00
Michael Stack caef0da681 HBASE-9012 TestBlockReorder.testBlockLocationReorder fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1505808 13f79535-47bb-0310-9956-ffa450edef68
2013-07-22 20:56:30 +00:00
Michael Stack 1c60a8ca6c HBASE-9007 TestReplicationKillSlaveRS.killOneSlaveRS fails; ADDENDUM/FIX
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1505803 13f79535-47bb-0310-9956-ffa450edef68
2013-07-22 20:52:34 +00:00
mbertozzi a8d6626c67 HBASE-8984 Test online snapshots with online merge
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1505790 13f79535-47bb-0310-9956-ffa450edef68
2013-07-22 20:14:54 +00:00
Lars George 53ed511717 HBASE-8948 Bound table pool size in Thrift 2 server
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1505321 13f79535-47bb-0310-9956-ffa450edef68
2013-07-21 09:30:52 +00:00
Lars George 4fa2e6c37c HBASE-8946 Add a new function to Thrift 2 to open scanner, get results and close scanner (Hamed Madani)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1505290 13f79535-47bb-0310-9956-ffa450edef68
2013-07-21 08:01:37 +00:00
Michael Stack c923728108 HBASE-9006 RPC code requires cellBlockCodecClass even though one is defined by default
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1505269 13f79535-47bb-0310-9956-ffa450edef68
2013-07-21 04:43:38 +00:00
Michael Stack 6c522b5450 HBASE-9011 Add timeouts to possibly silently failing tests
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1505267 13f79535-47bb-0310-9956-ffa450edef68
2013-07-21 04:26:08 +00:00
Michael Stack 50e97316a3 HBASE-9009 Disable TestMultiTableInputFormat
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1505261 13f79535-47bb-0310-9956-ffa450edef68
2013-07-21 04:05:54 +00:00
Michael Stack 5d8033c3c5 HBASE-9007 TestReplicationKillSlaveRS.killOneSlaveRS fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1505256 13f79535-47bb-0310-9956-ffa450edef68
2013-07-21 03:30:25 +00:00
sershe 245cd38983 HBASE-7875 introduce a compaction switch in HBase Shell (Liang Xie)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1505060 13f79535-47bb-0310-9956-ffa450edef68
2013-07-19 22:40:31 +00:00
Michael Stack 2fb6b8b7f3 HBASE-9001 TestThriftServerCmdLine.testRunThriftServer[0] failed
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504988 13f79535-47bb-0310-9956-ffa450edef68
2013-07-19 20:08:12 +00:00
Jean-Daniel Cryans a97739bd3f HBASE-8975 NPE/HTTP 500 when opening the master's web UI too early
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504955 13f79535-47bb-0310-9956-ffa450edef68
2013-07-19 18:24:00 +00:00
larsh 581c3f2634 BASE-8432 a table with unbalanced regions will balance indefinitely with the 'org.apache.hadoop.hbase.master.DefaultLoadBalancer' (Wang Qiang and Ted)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504939 13f79535-47bb-0310-9956-ffa450edef68
2013-07-19 16:54:55 +00:00
Michael Stack 54c1e1b517 HBASE-8998 TestSnapshotCloneIndependence.testOnlineSnapshotMetadataChangesIndependent fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504933 13f79535-47bb-0310-9956-ffa450edef68
2013-07-19 16:28:36 +00:00
Michael Stack 49368f26d6 HBASE-8996 TestHCM.testDeleteForZKConnLeak can go zombie
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504757 13f79535-47bb-0310-9956-ffa450edef68
2013-07-19 03:44:34 +00:00
Michael Stack 6574aee773 HBASE-8993 TestHRegionOnCluster.testDataCorrectnessReplayingRecoveredEdits fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504714 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 22:57:39 +00:00
Jean-Daniel Cryans 320d23cb35 REVERT of HBASE-8983
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504690 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 22:22:56 +00:00
jxiang 6a1b724e6d HBASE-8991 TestMasterFailover.testMasterFailoverWithMockedRITOnDeadRS failed again
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504683 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 22:07:11 +00:00
Zhihong Yu 4e9a79a0ba HBASE-8699 Parameter to DistributedFileSystem#isFileClosed should be of type Path (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504676 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 21:48:18 +00:00
larsh f4872d7ef8 HBASE-8599 HLogs in ZK are not cleaned up when replication lag is minimal (Varun Sharma)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504661 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 21:09:43 +00:00
mbertozzi 3ea120a69b HBASE-8986 Replace hardcoded special file/dir names with the relative HConstant
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504652 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 20:47:38 +00:00
jxiang ac924da7af HBASE-8962 Clean up code and remove regular log splitting
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504647 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 20:42:35 +00:00
Michael Stack b5ff002a1a HBASE-8989 TestFromClientSideWithCoprocessor.testClientPoolThreadLocal fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504642 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 20:34:29 +00:00
Jean-Daniel Cryans 018b22366d HBASE-8988 Reuse the thread pool in the shell to not run out of threads
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504637 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 20:23:36 +00:00
nkeywal 521f17f275 HBASE-8985 Not enough logging in SplitLogManager
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504610 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 19:18:06 +00:00
jyates 0632023c14 HBASE-8928: Make ChaosMonkey & LoadTest tools extensible (Gautam Soni)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504609 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 19:16:47 +00:00
nkeywal 8a21171f31 HBASE-8983 HBaseConnection#deleteAllConnections does not always delete
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504606 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 19:05:04 +00:00
Michael Stack 20e0f2b625 HBASE-8987 ProtobufUtil.toException doesn't handle plain RemoteException, gets a NoSuchMethodException
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504591 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 18:37:53 +00:00
Zhihong Yu 25e14c8b48 HBASE-8884 Pluggable RpcScheduler (Chao Shi)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504584 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 18:26:04 +00:00
nkeywal f8f0a80d3e HBASE-8981 add a check on the ServerName parse
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504572 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 18:03:53 +00:00
Michael Stack 508cb1bd98 HBASE-8979 JVMClusterUtil will join forever on a stuck regionserver <--- zombie maker
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504527 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 17:01:44 +00:00
Michael Stack 375e47a4d9 HBASE-8939 Disable TestLogRollAbort
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504379 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 07:26:46 +00:00
Michael Stack 9e9e4a8c00 HBASE-8900 TestRSKilledWhenMasterInitializing.testCorrectnessWhenMasterFailOver is flakey; ACTUALLY REMOVE FILE, WAS BREAKING RAT CHECK
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504359 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 04:00:58 +00:00
jeffreyz c9ca3ceffa HBASE-8960: TestDistributedLogSplitting.testLogReplayForDisablingTable fails sometimes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504321 13f79535-47bb-0310-9956-ffa450edef68
2013-07-17 23:29:22 +00:00
Michael Stack a7d4085586 HBASE-8965 TestRemoteAdmin.testClusterStatus fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504320 13f79535-47bb-0310-9956-ffa450edef68
2013-07-17 23:17:19 +00:00
larsh e8b5cd0f49 HBASE-7952 Remove update() and Improve ExplicitColumnTracker performance (Raymond Liu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504310 13f79535-47bb-0310-9956-ffa450edef68
2013-07-17 22:32:14 +00:00
Michael Stack 9bf0760123 HBASE-8957 TestDrainingServer. testDrainingServerWithAbort fails; ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504308 13f79535-47bb-0310-9956-ffa450edef68
2013-07-17 22:24:32 +00:00
Michael Stack 81434835de HBASE-8965 TestRemoteAdmin.testClusterStatus fails; DISABLING TEST
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504306 13f79535-47bb-0310-9956-ffa450edef68
2013-07-17 22:21:01 +00:00
Jean-Daniel Cryans d6605b710c HBASE-8732 HFileBlockDefaultEncodingContext isn't thread-safe but is used by all readers,
breaks column encoding
HBASE-8961  Make TestReplicationQueueFailover less integration-y by splitting it up


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504300 13f79535-47bb-0310-9956-ffa450edef68
2013-07-17 22:05:56 +00:00
Zhihong Yu 126526ee30 HBASE-8967 Duplicate call to snapshotManager.stop() in HRegionServer (Jerry He)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504274 13f79535-47bb-0310-9956-ffa450edef68
2013-07-17 20:49:30 +00:00
Michael Stack 7cda30d74c HBASE-8972 TestCreateTableHandler.testMasterRestartAfterEnablingNodeIsCreated failed
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504266 13f79535-47bb-0310-9956-ffa450edef68
2013-07-17 20:25:38 +00:00
Lars George cbf115d73a HBASE-8779 Add mutateRow method support to Thrift2 (Hamed Madani)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504253 13f79535-47bb-0310-9956-ffa450edef68
2013-07-17 20:05:14 +00:00
Lars George aeb529fc78 HBASE-8779 Add mutateRow method support to Thrift2 (Hamed Madani)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504251 13f79535-47bb-0310-9956-ffa450edef68
2013-07-17 20:04:25 +00:00
Michael Stack 1356d84fcf HBASE-8939 Hanging unit tests; DEBUG
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504242 13f79535-47bb-0310-9956-ffa450edef68
2013-07-17 19:26:32 +00:00
Michael Stack 549a152a38 HBASE-8957 TestDrainingServer. testDrainingServerWithAbort fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504005 13f79535-47bb-0310-9956-ffa450edef68
2013-07-17 05:36:42 +00:00
larsh 00175ae834 HBASE-8877 Reentrant row locks (Dave Latham)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504002 13f79535-47bb-0310-9956-ffa450edef68
2013-07-17 05:34:00 +00:00
Michael Stack 07337ac9c8 HBASE-8965 TestRemoteAdmin.testClusterStatus fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503999 13f79535-47bb-0310-9956-ffa450edef68
2013-07-17 05:33:27 +00:00
Michael Stack a75c904149 HBASE-8964 TestAccessController.testGlobalAuthorizationForNewRegisteredRS; SECOND ATTEMPT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503964 13f79535-47bb-0310-9956-ffa450edef68
2013-07-17 00:54:11 +00:00
Michael Stack 658bac81e3 HBASE-8964 TestAccessController.testGlobalAuthorizationForNewRegisteredRS
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503961 13f79535-47bb-0310-9956-ffa450edef68
2013-07-17 00:51:36 +00:00
Michael Stack b73d17e4e4 HBASE-8964 TestAccessController.testGlobalAuthorizationForNewRegisteredRS
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503931 13f79535-47bb-0310-9956-ffa450edef68
2013-07-16 22:46:12 +00:00
sershe a96d77ffd5 HBASE-8935 IntegrationTestBigLinkedList fails under load on 0.94 due to some scan issues - add logging
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503524 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 23:53:03 +00:00
jxiang 8eb2f3709a HBASE-8954 TestSplitLogWorker#testPreemptTask failed
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503512 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 23:10:33 +00:00
Michael Stack 83f51a4d6a HBASE-8956 A couple of small misspellings thoughout the codebase.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503502 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 22:25:40 +00:00
Enis Soztutar a39393addd HBASE-8838 [WINDOWS] FileLink assumptions are broken under NTFS
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503501 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 22:25:27 +00:00
Enis Soztutar 7fa275407f HBASE-8909. HBASE-6170 broke hbase.regionserver.lease.period config, we should support it for BC
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503484 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 21:38:37 +00:00
Michael Stack e84ad97903 HBASE-8955 TestStochasticLoadBalancer timedout
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503482 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 21:36:21 +00:00
Michael Stack b2c835d369 HBASE-8952 Missing error handling can cause RegionServer RPC thread to busy loop forever
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503475 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 21:03:47 +00:00
Michael Stack 9e740fed1a HBASE-8943 TestRegionMergeTransactionOnCluster#testWholesomeMerge may fail due to race in opening region
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503470 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 20:59:15 +00:00
Michael Stack a054e38b91 HBASE-8953 TestFromClientSide.testClientPoolThreadLocal fails; DEBUG
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503444 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 20:05:29 +00:00
jxiang dd2fc5334f HBASE-8662 [rest] support impersonation - ADDENDUM 2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503387 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 18:07:57 +00:00
jxiang eef2e34797 HBASE-8662 [rest] support impersonation - ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503360 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 17:32:31 +00:00
jxiang 0bed86e6de HBASE-8662 [rest] support impersonation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503337 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 16:55:10 +00:00
Michael Stack 9eeeafe824 HBASE-8941 TestAccessController.testGlobalPermissionList failed with IndexOutOfBoundsException
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503082 13f79535-47bb-0310-9956-ffa450edef68
2013-07-14 23:42:27 +00:00
Lars George 88e4876eb8 HBASE-8938 Thrift2 does not close scanner instance (Hamed Madani)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1502798 13f79535-47bb-0310-9956-ffa450edef68
2013-07-13 15:19:03 +00:00
Enis Soztutar 4371bae636 HBASE-8934 Fix bunch of flaky tests ADDENDUM patch that fixes imports
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1502648 13f79535-47bb-0310-9956-ffa450edef68
2013-07-12 18:38:10 +00:00
Michael Stack 425960c914 HBASE-8934 Fix bunch of flaky tests
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1502627 13f79535-47bb-0310-9956-ffa450edef68
2013-07-12 17:25:58 +00:00
Lars George 4d895726d9 HBASE-8832 Ensure HBASE-4658 is supported by Thrift 2 (Hamed Madani)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1502431 13f79535-47bb-0310-9956-ffa450edef68
2013-07-12 06:04:37 +00:00
sershe b5459be95d HBASE-7770 minor integration test framework fixes (Francis Liu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1502415 13f79535-47bb-0310-9956-ffa450edef68
2013-07-12 03:23:02 +00:00
Michael Stack 3b433ec264 HBASE-8933 TestSplitTransactionOnCluster fails because "Region not moved off .META. server"
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1502397 13f79535-47bb-0310-9956-ffa450edef68
2013-07-11 23:42:48 +00:00
Michael Stack 30539e9d25 HBASE-8931 TestTableLockManager.testTableReadLock fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1502382 13f79535-47bb-0310-9956-ffa450edef68
2013-07-11 22:06:05 +00:00
jxiang bcce156b8b HBASE-8899 Could not open a region on a server where it is being closed - ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1502317 13f79535-47bb-0310-9956-ffa450edef68
2013-07-11 18:18:57 +00:00
Lars George 4769fd0a6c HBASE-8876 Addendum to HBASE-8774 Add BatchSize and Filter to Thrift2 - Add BatchSize Test
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1502255 13f79535-47bb-0310-9956-ffa450edef68
2013-07-11 16:00:00 +00:00
Lars George 68a5420e09 HBASE-8695 The HBase thrift service ignores XML configuration
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1502158 13f79535-47bb-0310-9956-ffa450edef68
2013-07-11 08:57:34 +00:00
Michael Stack f92be02b93 HBASE-8920 TestZKBasedOpenCloseRegion.testReOpenRegion fails occasionally
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1502132 13f79535-47bb-0310-9956-ffa450edef68
2013-07-11 07:13:26 +00:00
Michael Stack e11ff8a5fd HBASE-8918 Removes redundant identifiers from interfaces
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1502128 13f79535-47bb-0310-9956-ffa450edef68
2013-07-11 07:01:27 +00:00
Zhihong Yu afca885131 HBASE-8856 Crash when attempting split with DelimitedKeyPrefixRegionSplitPolicy (Robert Dyer)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1502094 13f79535-47bb-0310-9956-ffa450edef68
2013-07-11 03:23:13 +00:00
Enis Soztutar b93c008efc HBASE-8375 Durability setting per table
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1502076 13f79535-47bb-0310-9956-ffa450edef68
2013-07-11 01:02:02 +00:00
Michael Stack 920c2a029a HBASE-8922 TestAdmin.testForceSplitMultiFamily fails in hadoopqa; DEBUG; REAPPLY
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1502015 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 21:36:28 +00:00
Michael Stack 2d16811fce HBASE-8922 TestAdmin.testForceSplitMultiFamily fails in hadoopqa; DEBUG; REVERT -- OVERCOMMIT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1502014 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 21:35:53 +00:00
Michael Stack 0ee14ed053 HBASE-8922 TestAdmin.testForceSplitMultiFamily fails in hadoopqa; DEBUG
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1502013 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 21:35:10 +00:00
Lars George 0ab9ab9ce7 HBASE-8921 [thrift2] Add GenericOptionsParser to Thrift 2 server
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501982 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 20:46:28 +00:00
Lars George 552932953f HBASE-8826 Ensure HBASE-8695 is covered in Thrift 2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501968 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 20:28:44 +00:00
Jean-Daniel Cryans d390841912 HBASE-8919 TestReplicationQueueFailover (and Compressed) can fail because the recovered queue
gets stuck on ClosedByInterruptException (first try, getting more debug)


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501924 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 19:22:08 +00:00
Michael Stack e79eefe78b HBASE-8918 Removes redundant identifiers from interfaces; REVERT -- PREMATURE APPLICATION
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501909 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 18:50:21 +00:00
Michael Stack e194ee4d98 HBASE-8918 Removes redundant identifiers from interfaces
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501880 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 17:53:33 +00:00
Jean-Daniel Cryans 2f1ba4a7fa HBASE-8910 HMaster.abortNow shouldn't try to become a master again if it was stopped
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501865 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 17:30:41 +00:00
Michael Stack 0886b18561 HBASE-8916 Optimize usage of Jackson's ObjectMapper
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501840 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 16:38:24 +00:00
Michael Stack 457c928d35 HBASE-8915 protobuf message style
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501834 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 16:30:32 +00:00
Michael Stack a2516d3bc0 HBASE-8888 Tweak retry settings some more, *some more*
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501651 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 05:48:47 +00:00
sershe bab89d2e57 HBASE-8329 Limit compaction speed (binlijin) REVERT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501621 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 00:30:10 +00:00
jxiang 37c453f6bc HBASE-8907 TestIOFencing.testFencingAroundCompaction fails sometimes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501568 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 21:27:21 +00:00
Michael Stack b7b840bf59 HBASE-8900 TestRSKilledWhenMasterInitializing.testCorrectnessWhenMasterFailOver is flakey; PUTTING BACK THIS PATCH ON TRUNK
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501542 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 20:49:46 +00:00
Jean-Daniel Cryans ed997ccdeb HBASE-8861 Remove ReplicationState completely (Chris Trezzo via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501503 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 19:59:39 +00:00
sershe 1cf2511b30 HBASE-8329 Limit compaction speed (binlijin)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501496 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 19:49:54 +00:00
jxiang c4b775eb17 HBASE-8899 Could not open a region on a server where it is being closed
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501464 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 19:08:29 +00:00
Lars George e6665054ef HBASE-8678 Wrongly delete cells in some case which can not be deleted (Jean-Marc Spaggiari)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501430 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 18:25:11 +00:00
Lars George 60fcb122d5 HBASE-8819 Port HBASE-5428 to Thrift 2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501209 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 12:05:34 +00:00
mbertozzi 8191fe5cc4 HBASE-8893 Verify that HTableDescriptor Properties are preserved when cloning
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501126 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 08:27:04 +00:00
Michael Stack 4b68b915c4 HBASE-8895 Misc: replace hbase.client.retries.number w/ define and remove unused imports
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501087 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 04:51:25 +00:00
Zhihong Yu 18ee009a0c HBASE-8864 Fix 2 javadoc warnings (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501084 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 04:37:14 +00:00
eclark 631b20dfe3 HBASE-8882 Create an Integration Test to Test MTTR
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501042 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 01:44:39 +00:00
Michael Stack 784e45548f HBASE-8900 TestRSKilledWhenMasterInitializing.testCorrectnessWhenMasterFailOver is flakey
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501022 13f79535-47bb-0310-9956-ffa450edef68
2013-07-08 23:48:22 +00:00
Michael Stack 5747b899bd HBASE-8895 Misc: replace hbase.client.retries.number w/ define and remove unused imports
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1500988 13f79535-47bb-0310-9956-ffa450edef68
2013-07-08 22:18:03 +00:00
jxiang 17d2514110 HBASE-8862 TestAdmin#testForceSplitMultiFamily is flaky
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1500910 13f79535-47bb-0310-9956-ffa450edef68
2013-07-08 19:47:50 +00:00
Michael Stack f47e212e1a HBASE-8883 TestAdmin.testCloseRegionWhenServerNameIsEmpty failed with ArrayIndexOutOfBoundsException
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1500822 13f79535-47bb-0310-9956-ffa450edef68
2013-07-08 16:27:08 +00:00
Zhihong Yu 0f33c00f1f HBASE-8753 Provide new delete flag which can delete all cells under a column-family which have designated timestamp (Honghua)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1500780 13f79535-47bb-0310-9956-ffa450edef68
2013-07-08 14:52:00 +00:00
larsh b256284f51 HBASE-8809 test fix
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1500232 13f79535-47bb-0310-9956-ffa450edef68
2013-07-06 08:55:55 +00:00
larsh 2bbb39fc31 HBASE-8809 Addendum to correctly hand versions in raw scans aswell (Jesse and LarsH)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1500217 13f79535-47bb-0310-9956-ffa450edef68
2013-07-06 07:31:09 +00:00
Andrew Kyle Purtell 74c9ff9973 HBASE-8799. TestAccessController#testBulkLoad failing on trunk/0.95
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1500088 13f79535-47bb-0310-9956-ffa450edef68
2013-07-05 18:16:57 +00:00
nkeywal 51d51dece7 HBASE-4360 Maintain information on the time a RS went dead - addendum (samar)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1500064 13f79535-47bb-0310-9956-ffa450edef68
2013-07-05 16:46:22 +00:00
Lars George 39722ab36a HBASE-8876 Addendum to HBASE-8774 Add BatchSize and Filter to Thrift2 - Add BatchSize Test
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1500033 13f79535-47bb-0310-9956-ffa450edef68
2013-07-05 15:17:23 +00:00
jeffreyz 8e78536a3b HBASE-8729: distributedLogReplay may hang during chained region server failure
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1499925 13f79535-47bb-0310-9956-ffa450edef68
2013-07-05 07:44:00 +00:00
nkeywal 2f6599ef01 HBASE-8867 HLogUtils#getServerNameFromHLogDirectoryName does not take into account the -splitting extension
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1499923 13f79535-47bb-0310-9956-ffa450edef68
2013-07-05 07:35:00 +00:00
nkeywal b12a1c3e1b HBASE-8871 The region server can crash at startup
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1499921 13f79535-47bb-0310-9956-ffa450edef68
2013-07-05 07:28:39 +00:00
Zhihong Yu 6ba235d1cd HBASE-8847 Filter.transform() always applies unconditionally, even when combined in a FilterList (Christophe Taton)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1499851 13f79535-47bb-0310-9956-ffa450edef68
2013-07-04 19:59:24 +00:00
Michael Stack acc6dee508 HBASE-8869 incorrect javadoc for CompactionRequest.compareTo()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1499806 13f79535-47bb-0310-9956-ffa450edef68
2013-07-04 16:47:44 +00:00
Michael Stack eed3a47343 HBASE-8814 Possible NPE in split if a region has empty store files; ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1499801 13f79535-47bb-0310-9956-ffa450edef68
2013-07-04 16:31:10 +00:00
jxiang dae8894691 HBASE-8860 TestTableLockManager#testTableReadLock times out sometimes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1499588 13f79535-47bb-0310-9956-ffa450edef68
2013-07-03 22:47:43 +00:00
jxiang 4ff281e50d HBASE-8797 Prevent merging regions from moving during online merge
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1499462 13f79535-47bb-0310-9956-ffa450edef68
2013-07-03 16:26:32 +00:00
nkeywal 1095afa36f HBASE-8853 The client connection is not cut when receiving the failure notification
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1499301 13f79535-47bb-0310-9956-ffa450edef68
2013-07-03 10:01:53 +00:00
Michael Stack e13718b872 HBASE-8814 Possible NPE in split if a region has empty store files
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1499213 13f79535-47bb-0310-9956-ffa450edef68
2013-07-03 05:24:41 +00:00
Zhihong Yu 9ccf16db51 HBASE-8798 Fix a minor bug in shell command with clone_snapshot table error
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1499138 13f79535-47bb-0310-9956-ffa450edef68
2013-07-02 22:46:25 +00:00
Michael Stack 0814983467 HBASE-8854 TestScannersFromClientSide.testScanBatch failed with 'There should have room before prefetching is submitted'
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1499136 13f79535-47bb-0310-9956-ffa450edef68
2013-07-02 22:38:35 +00:00
Michael Stack ff0196f69a HBASE-8842 TestTokenAuthentication failing on hadoop2 build with "IllegalArgumentException: Can t get Kerberos realm"
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1499134 13f79535-47bb-0310-9956-ffa450edef68
2013-07-02 22:33:03 +00:00
Michael Stack f400db0d9b HBASE-8737 [replication] Change replication RPC to use cell blocks
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1499118 13f79535-47bb-0310-9956-ffa450edef68
2013-07-02 21:35:30 +00:00
Michael Stack b6b61de0d7 HBASE-8812 Avoid a wide line on the HMaster webUI if we have many ZooKeeper servers
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1499060 13f79535-47bb-0310-9956-ffa450edef68
2013-07-02 18:53:27 +00:00
Michael Stack 4dfb79652d HBASE-8812 Avoid a wide line on the HMaster webUI if we have many ZooKeeper servers -- REVERT MISAPPLICATION
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1499059 13f79535-47bb-0310-9956-ffa450edef68
2013-07-02 18:52:22 +00:00
Michael Stack a51ed6e356 HBASE-8812 Avoid a wide line on the HMaster webUI if we have many ZooKeeper servers
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1499056 13f79535-47bb-0310-9956-ffa450edef68
2013-07-02 18:50:57 +00:00
Michael Stack 4a5fecce88 HBASE-8842 TestTokenAuthentication failing on hadoop2 build with "IllegalArgumentException: Can t get Kerberos realm"
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1499054 13f79535-47bb-0310-9956-ffa450edef68
2013-07-02 18:44:49 +00:00
Enis Soztutar 85ed20874e HBASE-8646 Intermittent TestIOFencing#testFencingAroundCompaction failure due to region getting stuck in compaction
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1499049 13f79535-47bb-0310-9956-ffa450edef68
2013-07-02 18:35:13 +00:00
Enis Soztutar 8c3a7e4a7d HBASE-8703 [WINDOWS] Timed-out processes exit with non-zero code causing HealthChecker to report incorrectly. ADDENDUM patch to fix flaky test
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1499047 13f79535-47bb-0310-9956-ffa450edef68
2013-07-02 18:33:09 +00:00
Lars George d56d41ac6e HBASE-8774 Add BatchSize and Filter to Thrift2 (Hamed Madani)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1498871 13f79535-47bb-0310-9956-ffa450edef68
2013-07-02 10:33:34 +00:00
Michael Stack 69b91b70ec HBASE-8501 The hbase zkcli will connection failure the first and the second ip from ZooKeeperMainServerArg return connection string
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1498784 13f79535-47bb-0310-9956-ffa450edef68
2013-07-02 05:30:25 +00:00
larsh dfc29dcabf HBASE-8794 DependentColumnFilter.toString() throws NullPointerException (Stefan Seelmann)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1498536 13f79535-47bb-0310-9956-ffa450edef68
2013-07-01 16:01:45 +00:00
larsh a7655cccf2 HBASE-8809 Include deletes in the scan (setRaw) method does not respect the time range or the filter
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1498531 13f79535-47bb-0310-9956-ffa450edef68
2013-07-01 15:55:20 +00:00
nkeywal ed97685c75 HBASE-4360 Maintain information on the time a RS went dead (samar)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1498274 13f79535-47bb-0310-9956-ffa450edef68
2013-07-01 07:42:05 +00:00
Michael Stack fc471152da HBASE-8829 Improve failed TestMetaScanner assert message so can see where/why failure
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1497908 13f79535-47bb-0310-9956-ffa450edef68
2013-06-28 20:20:56 +00:00
nkeywal a0e51bc4da HBASE-6295 Possible performance improvement in client batch operations: presplit and send in background - addendum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1497800 13f79535-47bb-0310-9956-ffa450edef68
2013-06-28 14:59:51 +00:00
Michael Stack 464eb5d12d HBASE-8799 TestAccessController#testBulkLoad has been failing for some time on trunk/0.95; DISABLING FALING TEST FOR NOW
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1497452 13f79535-47bb-0310-9956-ffa450edef68
2013-06-27 17:10:43 +00:00
Andrew Kyle Purtell c04cad9e7d HBASE-8811. REST service ignores misspelled 'check' parameter, causing unexpected mutations (Chip Salzenberg and Andrew Purtell)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1497209 13f79535-47bb-0310-9956-ffa450edef68
2013-06-27 05:05:21 +00:00
Zhihong Yu c5eea46314 HBASE-8790 NullPointerException thrown when stopping regionserver (Liang Xie)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1497171 13f79535-47bb-0310-9956-ffa450edef68
2013-06-27 00:58:07 +00:00
Michael Stack 0d98bb4d2b HBASE-8799 TestAccessController#testBulkLoad has been failing for some time on trunk/0.95 -- ADDING DEBUG
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1497123 13f79535-47bb-0310-9956-ffa450edef68
2013-06-26 21:49:32 +00:00
sershe a3b00ea1f4 HBASE-8802 totalCompactingKVs overflow (Chao Shi)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1497050 13f79535-47bb-0310-9956-ffa450edef68
2013-06-26 19:31:15 +00:00
Jean-Daniel Cryans 628177ecee HBASE-8800 Addendum: removed a creation of a RS that was missed in the port from 0.94
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1496606 13f79535-47bb-0310-9956-ffa450edef68
2013-06-25 19:38:20 +00:00
Enis Soztutar 04e4855bc8 HBASE-8795 bin/hbase zkcli cannot take arguments anymore
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1496573 13f79535-47bb-0310-9956-ffa450edef68
2013-06-25 18:28:13 +00:00
Jean-Daniel Cryans 9a151d2e73 HBASE-8800 Return non-zero exit codes when a region server aborts
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1496559 13f79535-47bb-0310-9956-ffa450edef68
2013-06-25 17:46:51 +00:00
Lars George 6f54a1d4b3 HBASE-8782 Thrift2 can not parse values when using framed transport (Hamed Madani)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1496556 13f79535-47bb-0310-9956-ffa450edef68
2013-06-25 17:40:19 +00:00
Andrew Kyle Purtell 49627667a0 HBASE-8692. [AccessController] Restrict HTableDescriptor enumeration
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1496238 13f79535-47bb-0310-9956-ffa450edef68
2013-06-24 22:21:33 +00:00
sershe 4e646ebf3d HBASE-8060 Num compacting KVs diverges from num compacted KVs over time
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1496214 13f79535-47bb-0310-9956-ffa450edef68
2013-06-24 20:48:04 +00:00
larsh dfe84fb1f9 HBASE-5083 Backup HMaster should have http infoport open with link to the active master (Cody Marcel)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1496198 13f79535-47bb-0310-9956-ffa450edef68
2013-06-24 20:29:07 +00:00
Michael Stack 2eec2f340a HBASE-8532 [Webui] Bootstrap based webui compatibility for IE and also fix some page format issues
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1496164 13f79535-47bb-0310-9956-ffa450edef68
2013-06-24 19:11:14 +00:00
nkeywal fe92821ec3 HBASE-6295 Possible performance improvement in client batch operations: presplit and send in background
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1496156 13f79535-47bb-0310-9956-ffa450edef68
2013-06-24 18:41:55 +00:00
mbertozzi a809a7bdd0 HBASE-8783 RSSnapshotManager.ZKProcedureMemberRpcs may be initialized with the wrong server name
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1495946 13f79535-47bb-0310-9956-ffa450edef68
2013-06-24 08:15:56 +00:00
jxiang 5d22eee9f8 HBASE-8750 MetaServerShutdownHandler stucks if .META. assignment fails in previous attempt
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1495748 13f79535-47bb-0310-9956-ffa450edef68
2013-06-22 15:43:32 +00:00
jxiang 6a1ef5c144 HBASE-8787 Merged region endkey is incorrect if one region has null endkey
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1495745 13f79535-47bb-0310-9956-ffa450edef68
2013-06-22 15:39:09 +00:00
ramkrishna acfe2f9fd2 HBASE-8705-RS holding META when restarted in a single node setup may hang infinitely without META assignment (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1495705 13f79535-47bb-0310-9956-ffa450edef68
2013-06-22 11:38:09 +00:00
Michael Stack 8781231132 HBASE-8788 Edit of .proto files moving classes to better homes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1495642 13f79535-47bb-0310-9956-ffa450edef68
2013-06-22 00:15:11 +00:00
eclark e67e74c02e HBASE-8786 Creating a table with a Bloom filter on the shell is broken.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1495604 13f79535-47bb-0310-9956-ffa450edef68
2013-06-21 21:37:13 +00:00
sershe 181b4c8d03 HBASE-8669 change exploring compaction policy to prefer smaller compactions on blocked stores
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1495261 13f79535-47bb-0310-9956-ffa450edef68
2013-06-21 00:59:46 +00:00
Gary Helmling fdcc2e4656 Fix up RPC handling
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1494868 13f79535-47bb-0310-9956-ffa450edef68
2013-06-20 06:38:36 +00:00
jeffreyz e75a7e868b HBASE-8617: Introducing a new config to disable writes during recovering
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1494804 13f79535-47bb-0310-9956-ffa450edef68
2013-06-19 23:36:58 +00:00
Enis Soztutar 559aa12a09 HBASE-8766 [WINDOWS] bin/hbase.cmd zkcli is broken
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1494732 13f79535-47bb-0310-9956-ffa450edef68
2013-06-19 18:37:26 +00:00
Andrew Kyle Purtell becbdfa8d1 HBASE-8494. TestRemoteAdmin#testClusterStatus should not assume 'requests' does not change
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1494664 13f79535-47bb-0310-9956-ffa450edef68
2013-06-19 15:49:30 +00:00
Michael Stack 84e4531938 HBASE-801 Avoid unnecessary lazy seek
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1494458 13f79535-47bb-0310-9956-ffa450edef68
2013-06-19 04:58:26 +00:00
Michael Stack a71464bf84 HBASE-8696 Fixup for logs that show when running hbase-it tests.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1494453 13f79535-47bb-0310-9956-ffa450edef68
2013-06-19 04:48:04 +00:00
Michael Stack 6fd96ef4e9 HBASE-8685 [REST] Minor fix to XMLSchema.xsd and ScannerModel
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1494443 13f79535-47bb-0310-9956-ffa450edef68
2013-06-19 04:06:58 +00:00
Michael Stack fd4bd0c990 HBASE-8453 TestImportExport failing again due to configuration issues -- REVERT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1494351 13f79535-47bb-0310-9956-ffa450edef68
2013-06-18 22:38:40 +00:00
Michael Stack f7cd8f75e1 HBASE-8453 TestImportExport failing again due to configuration issues
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1494256 13f79535-47bb-0310-9956-ffa450edef68
2013-06-18 18:54:14 +00:00
mbertozzi 62f513257e HBASE-8749 Potential race condition between FSUtils.renameAndSetModifyTime() and HFile/LogCleaner
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1493670 13f79535-47bb-0310-9956-ffa450edef68
2013-06-17 07:58:19 +00:00
Michael Stack f38b70170e HBASE-8740 Generate unique table names in TestAccessController
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1493311 13f79535-47bb-0310-9956-ffa450edef68
2013-06-15 04:33:17 +00:00
Michael Stack 9f1e443ff0 HBASE-8740 Generate unique table names in TestAccessController
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1493310 13f79535-47bb-0310-9956-ffa450edef68
2013-06-15 04:33:03 +00:00
Michael Stack e07dedcdec HBASE-8689 Cover all mutations rather than only Put while reporting for mutations not writing to WAL
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1493307 13f79535-47bb-0310-9956-ffa450edef68
2013-06-15 04:23:24 +00:00
mbertozzi a53d0b2512 HBASE-8742 HTableDescriptor Properties not preserved when cloning
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1493268 13f79535-47bb-0310-9956-ffa450edef68
2013-06-14 22:29:54 +00:00
Zhihong Yu 6e2df4c617 HBASE-8651 Result of integer multiplication cast to long in HRegionFileSystem#sleepBeforeRetry() (Samar)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1493229 13f79535-47bb-0310-9956-ffa450edef68
2013-06-14 20:03:09 +00:00
jyates e9eff5e624 HBASE-8702: Make WALEditCodec pluggable
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1492407 13f79535-47bb-0310-9956-ffa450edef68
2013-06-12 20:14:58 +00:00
mbertozzi ba8801c2ff HBASE-8706 Some improvement in snapshot (binlijin)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1492398 13f79535-47bb-0310-9956-ffa450edef68
2013-06-12 19:50:00 +00:00
Devaraj Das fbd8cf7a73 HBASE-8344. Improves the assignment when node failures happen to choose the secondary RS as the new primary RS
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1491994 13f79535-47bb-0310-9956-ffa450edef68
2013-06-11 22:26:40 +00:00
Michael Stack d6becac229 HBASE-8664 Small fix ups for memory size outputs in UI
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1491902 13f79535-47bb-0310-9956-ffa450edef68
2013-06-11 18:53:06 +00:00
sershe 03dc97a1f4 HBASE-8665 bad compaction priority behavior in queue can cause store to be blocked
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1491661 13f79535-47bb-0310-9956-ffa450edef68
2013-06-11 00:24:21 +00:00
eclark 30c8032cb2 HBASE-8672 Create an Integration test for Bulk Loads
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1491656 13f79535-47bb-0310-9956-ffa450edef68
2013-06-11 00:14:54 +00:00
sershe 53419dadca HBASE-8683 Add major compaction support in CompactionTool (Jerry He)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1491597 13f79535-47bb-0310-9956-ffa450edef68
2013-06-10 20:53:19 +00:00
Enis Soztutar 0e04fe82e1 HBASE-8703 [WINDOWS] Timed-out processes exit with non-zero code causing HealthChecker to report incorrectly
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1491559 13f79535-47bb-0310-9956-ffa450edef68
2013-06-10 18:34:56 +00:00
Zhihong Yu 095baf8848 HBASE-8650 HRegionServer#updateRecoveringRegionLastFlushedSequenceId(HRegion) makes inefficient use of keySet iterator instead of entrySet iterator (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1491134 13f79535-47bb-0310-9956-ffa450edef68
2013-06-09 03:49:15 +00:00
Zhihong Yu a9270d385b HBASE-8690 Reduce unnecessary getFileStatus hdfs calls in TTL hfile and hlog cleanners (Shaohui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1490886 13f79535-47bb-0310-9956-ffa450edef68
2013-06-08 00:29:31 +00:00
Jean-Daniel Cryans f8a2ae4199 HBASE-8712 HFileLinkCleaner (FSUtils.listStatus) logs too much if
links do not exists (Matteo via JD)


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1490871 13f79535-47bb-0310-9956-ffa450edef68
2013-06-07 23:49:09 +00:00
Michael Stack c10195177d HBASE-8402 ScanMetrics depends on number of rpc calls to the server
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1490094 13f79535-47bb-0310-9956-ffa450edef68
2013-06-06 00:44:00 +00:00
jyates d6550253a7 HBASE-8684: Table Coprocessor can't access external HTable by default - ADDENDUM: moving test to correct package
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1490078 13f79535-47bb-0310-9956-ffa450edef68
2013-06-05 23:27:47 +00:00
Michael Stack b5bdfb6f3f HBASE-8645 Change ServerName so it uses hostname only, not FQDN hostnames
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1490072 13f79535-47bb-0310-9956-ffa450edef68
2013-06-05 23:16:20 +00:00
jyates 7188830e6b HBASE-8684: Table Coprocessor can't access external HTable by default
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1490043 13f79535-47bb-0310-9956-ffa450edef68
2013-06-05 22:04:54 +00:00
Zhihong Yu 45da73e18e HBASE-8534 addendum removes TestDriver (Nick Dimiduk)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1489878 13f79535-47bb-0310-9956-ffa450edef68
2013-06-05 13:56:49 +00:00
jeffreyz f5ecf2c83c HBASE-8680: distributedLogReplay performance regression
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1489679 13f79535-47bb-0310-9956-ffa450edef68
2013-06-05 01:12:59 +00:00
jeffreyz ccb9fd364d hbase-8666: META region isn't fully recovered during master initialization when META region recovery had chained failures
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1489606 13f79535-47bb-0310-9956-ffa450edef68
2013-06-04 21:01:05 +00:00
jxiang 9d4a82e105 HBASE-5050 [rest] SPNEGO-based authentication
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1489190 13f79535-47bb-0310-9956-ffa450edef68
2013-06-03 21:48:21 +00:00
Michael Stack 3d88fbbcfd HBASE-8640 ServerName in master may not initialize with the configured ipc address of hbase.master.ipc.address
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1488834 13f79535-47bb-0310-9956-ffa450edef68
2013-06-03 03:47:38 +00:00
Zhihong Yu 191ba57a27 HBASE-8534 Fix coverage for org.apache.hadoop.hbase.mapreduce (Aleksey Gorshkov)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1488542 13f79535-47bb-0310-9956-ffa450edef68
2013-06-01 16:23:55 +00:00
ramkrishna ac54c557e9 HBASE-8668 - TestHLogSplit.generateHLog() does not use local variables for entries (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1488313 13f79535-47bb-0310-9956-ffa450edef68
2013-05-31 17:05:21 +00:00
sershe 981df7cce8 HBASE-8659 LruBlockCache logs too much
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1488052 13f79535-47bb-0310-9956-ffa450edef68
2013-05-30 23:36:34 +00:00
sershe 018ae9e0d5 HBASE-8653 master seems to be deleting region tmp directory from under compaction
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1487961 13f79535-47bb-0310-9956-ffa450edef68
2013-05-30 18:42:28 +00:00
sershe e7ac644071 HBASE-8638 add logging to compaction policy
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1487948 13f79535-47bb-0310-9956-ffa450edef68
2013-05-30 17:55:04 +00:00
Michael Stack c920eb3c4c HBASE-8657 Miscellaneous log fixups for hbase-it; tidier logging, fix a few NPEs
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1487945 13f79535-47bb-0310-9956-ffa450edef68
2013-05-30 17:31:15 +00:00
Michael Stack 957f580d83 HBASE-8631 Meta Region First Recovery
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1487939 13f79535-47bb-0310-9956-ffa450edef68
2013-05-30 17:20:44 +00:00
Zhihong Yu c10e8d2119 HBASE-8649 Private method HStore#createWriterInTmp(long) is never called (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1487702 13f79535-47bb-0310-9956-ffa450edef68
2013-05-30 01:50:53 +00:00
Zhihong Yu 0d5a678ac9 HBASE-8634 Fix potential null pointer dereference in HRegionServer and TableLockChecker (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1487533 13f79535-47bb-0310-9956-ffa450edef68
2013-05-29 16:21:33 +00:00
Zhihong Yu 3105761d0a HBASE-8609 Make the CopyTable support startRow, stopRow options (Liu Shaohui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1487032 13f79535-47bb-0310-9956-ffa450edef68
2013-05-28 18:24:14 +00:00
Michael Stack 21f80b2cd4 HBASE-8618 Master is providing dead RegionServer ServerName's to the balancer
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486359 13f79535-47bb-0310-9956-ffa450edef68
2013-05-25 20:31:44 +00:00
Michael Stack e1f9dfe8fb HBASE-8622 Remove ' You are currently running the HMaster without HDFS append support enabled. This may result in data loss. Please see the HBase wiki for details. ' from UI
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486346 13f79535-47bb-0310-9956-ffa450edef68
2013-05-25 17:18:27 +00:00
Michael Stack fe6bbb0d29 HBASE-8621 More log edits; we log too much
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486291 13f79535-47bb-0310-9956-ffa450edef68
2013-05-25 06:05:07 +00:00
Michael Stack e849b9bfb9 HBASE-8613 Improve logging when BindException is received at startup time
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486289 13f79535-47bb-0310-9956-ffa450edef68
2013-05-25 04:41:28 +00:00
eclark 4ff4038b79 HBASE-8517 Stochastic Loadbalancer isn't finding steady state on real clusters
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486258 13f79535-47bb-0310-9956-ffa450edef68
2013-05-25 00:22:59 +00:00
Michael Stack c19b7ba9d9 HBASE-8583 Create a new IntegrationTestBigLinkedListWithChaosMonkey
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486255 13f79535-47bb-0310-9956-ffa450edef68
2013-05-25 00:09:52 +00:00
jxiang bf4a3af4a4 HBASE-8420 Port HBASE-6874 Implement prefetching for scanners from 0.89-fb
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486246 13f79535-47bb-0310-9956-ffa450edef68
2013-05-24 22:51:22 +00:00
Michael Stack cea01f4192 HBASE-8366 HBaseServer logs the full query
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486232 13f79535-47bb-0310-9956-ffa450edef68
2013-05-24 22:05:35 +00:00
Michael Stack 6bacd6839f HBASE-8573 Store last flushed sequence id for each store of region for Distributed Log Replay
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486221 13f79535-47bb-0310-9956-ffa450edef68
2013-05-24 21:18:32 +00:00
Zhihong Yu 6e68b91ef2 HBASE-8597 compaction record (probably) can block WAL cleanup forever if region is closed without edits (Sergey)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486212 13f79535-47bb-0310-9956-ffa450edef68
2013-05-24 20:36:21 +00:00
Michael Stack 83edb0f4ee HBASE-8449 Refactor recoverLease retries and pauses informed by findings over in hbase-8389
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486121 13f79535-47bb-0310-9956-ffa450edef68
2013-05-24 17:06:26 +00:00
Michael Stack 2883068462 HBASE-8583 Create a new IntegrationTestBigLinkedListWithChaosMonkey; REVERTED
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486120 13f79535-47bb-0310-9956-ffa450edef68
2013-05-24 17:06:00 +00:00
Michael Stack 2f68a2c06b HBASE-8583 Create a new IntegrationTestBigLinkedListWithChaosMonkey
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486118 13f79535-47bb-0310-9956-ffa450edef68
2013-05-24 17:02:53 +00:00
Michael Stack 69798553bc HBASE-8449 Refactor recoverLease retries and pauses informed by findings over in hbase-8389
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486108 13f79535-47bb-0310-9956-ffa450edef68
2013-05-24 16:20:16 +00:00
Michael Stack 12f4d3d3f0 HBASE-8570 CompactSplitThread logs a CompactSplitThread but it does not have a toString
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486104 13f79535-47bb-0310-9956-ffa450edef68
2013-05-24 16:17:24 +00:00
Michael Stack bd7b479807 HBASE-8608 Do an edit of logs.. we log too much.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1485902 13f79535-47bb-0310-9956-ffa450edef68
2013-05-24 00:11:00 +00:00
Michael Stack 61870830bf HBASE-8600 Bunch of log lines from QosFunction: Marking normal priority after
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1485886 13f79535-47bb-0310-9956-ffa450edef68
2013-05-23 22:31:01 +00:00
Michael Stack 8bc438abde HBASE-2231 Compaction events should be written to HLog; LOGGING ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1485873 13f79535-47bb-0310-9956-ffa450edef68
2013-05-23 22:18:04 +00:00
Zhihong Yu 13084de405 HBASE-8522 Archived hfiles and old hlogs may be deleted immediately by HFileCleaner, LogCleaner in HMaster (Liu Shaohui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1485870 13f79535-47bb-0310-9956-ffa450edef68
2013-05-23 22:04:36 +00:00
Michael Stack 93b92713e0 HBASE-8602 Ugly stack trace just because regionserver comes up before master....
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1485867 13f79535-47bb-0310-9956-ffa450edef68
2013-05-23 22:02:38 +00:00
Zhihong Yu 80e0cbd96e HBASE-8497 Protobuf WAL also needs a trailer (Himanshu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1485866 13f79535-47bb-0310-9956-ffa450edef68
2013-05-23 21:59:10 +00:00
ramkrishna 62e1137c94 HBASE-8235-Adding inmemory CF attribute to LoadTest and PerformanceEvaluation tool (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1485779 13f79535-47bb-0310-9956-ffa450edef68
2013-05-23 17:05:42 +00:00
Devaraj Das 87a052f08d HBASE-7942. Makes the RegionServer aware of favored-nodes. The regionserver can now specify where to create the region files if the underlying HDFS supports the corresponding create(..favorednodes..) API.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1485584 13f79535-47bb-0310-9956-ffa450edef68
2013-05-23 06:01:27 +00:00
Michael Stack b5146ebf6e HBASE-8450 Update hbase-default.xml and general recommendations to better suit current hw, h2, experience, etc.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1485561 13f79535-47bb-0310-9956-ffa450edef68
2013-05-23 04:11:12 +00:00
Michael Stack e2f57c7696 HBASE-8336 PooledHTable may be returned multiple times to the same pool
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1485402 13f79535-47bb-0310-9956-ffa450edef68
2013-05-22 20:21:27 +00:00
Michael Stack 91148bcc2a HBASE-8471 Server-side, remove convertion from pb type to client type before we call method
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1485396 13f79535-47bb-0310-9956-ffa450edef68
2013-05-22 20:14:59 +00:00
larsh ba653fb8e4 HBASE-8525 Use sleep multilier when choosing sinks in ReplicationSource
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1485316 13f79535-47bb-0310-9956-ffa450edef68
2013-05-22 18:00:06 +00:00
Zhihong Yu 8bd59042ba HBASE-8555 FilterList correctness may be affected by random ordering of sub-filter(list) (Liang Xie)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1485308 13f79535-47bb-0310-9956-ffa450edef68
2013-05-22 17:43:58 +00:00
Michael Stack 4f45d96ab1 HBASE-8586 Revisit of hbase-8483, "HConnectionManager can leak ZooKeeper connections when using deleteStaleConnection"
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484925 13f79535-47bb-0310-9956-ffa450edef68
2013-05-21 20:02:50 +00:00
Zhihong Yu e89712d29d HBASE-8575 TestDistributedLogSplitting#testMarkRegionsRecoveringInZK fails intermittently due to lack of online region (Jeff Zhong)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484899 13f79535-47bb-0310-9956-ffa450edef68
2013-05-21 18:17:12 +00:00
jxiang aa12c8ac72 HBASE-8545 Meta stuck in transition when it is assigned to a just restarted dead region sever
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484875 13f79535-47bb-0310-9956-ffa450edef68
2013-05-21 17:19:02 +00:00
Zhihong Yu 634f63ef3c HBASE-8582 Possible NullPointerException in ZKInterProcessLockBase#visitLocks (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484643 13f79535-47bb-0310-9956-ffa450edef68
2013-05-21 01:59:44 +00:00
Michael Stack 21735dde20 HBASE-8579 TestDelayedRpc falis from time to time
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484589 13f79535-47bb-0310-9956-ffa450edef68
2013-05-20 20:49:28 +00:00
ramkrishna 190aac3613 HBASE-8282-User triggered flushes does not allow compaction to get triggered even if compaction criteria is met (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484519 13f79535-47bb-0310-9956-ffa450edef68
2013-05-20 16:35:55 +00:00
Michael Stack 39e7e66ae9 HBASE-8067 TestHFileArchiving.testArchiveOnTableDelete sometimes fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484503 13f79535-47bb-0310-9956-ffa450edef68
2013-05-20 15:44:14 +00:00
Michael Stack 94a3efe1e9 HBASE-8577 TestZooKeeper#testLogSplittingAfterMasterRecoveryDueToZKExpiry failed intermittently
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484352 13f79535-47bb-0310-9956-ffa450edef68
2013-05-19 21:21:26 +00:00
Michael Stack 998296008a HBASE-8564 TestMetricsRegionServer depends on test order; ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484052 13f79535-47bb-0310-9956-ffa450edef68
2013-05-18 03:23:13 +00:00
sershe 6b46196c31 HBASE-8539 ADDENDUM Double(or tripple ...) ZooKeeper listeners of the same type when Master recovers from ZK SessionExpiredException (Jeffrey Zhong)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484039 13f79535-47bb-0310-9956-ffa450edef68
2013-05-18 01:40:48 +00:00
Enis Soztutar 2a5c92c084 HBASE-8547. Fix java.lang.RuntimeException: Cached an already cached block (Addendum3 to remove assertion)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484032 13f79535-47bb-0310-9956-ffa450edef68
2013-05-18 00:03:48 +00:00
Jean-Daniel Cryans aec1857b37 HBASE-7567 [replication] Create an interface for replication peers (Chris Trezzo via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484031 13f79535-47bb-0310-9956-ffa450edef68
2013-05-18 00:00:20 +00:00
Zhihong Yu d5f6d90329 HBASE-7006 [MTTR] Improve Region Server Recovery Time - Distributed Log Replay, Addendum disables the feature by default
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484022 13f79535-47bb-0310-9956-ffa450edef68
2013-05-17 22:48:36 +00:00
Michael Stack 95ce14a5aa HBASE-8568 Test case TestDistributedLogSplitting#testWorkerAbort failed intermittently
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484019 13f79535-47bb-0310-9956-ffa450edef68
2013-05-17 22:41:25 +00:00
Zhihong Yu d783067a3d HBASE-8567 TestDistributedLogSplitting#testLogReplayForDisablingTable fails on hadoop 2.0 (Jefferey)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483982 13f79535-47bb-0310-9956-ffa450edef68
2013-05-17 20:39:51 +00:00
mbertozzi 13483015c9 HBASE-7726 Family Dir is not removed using modifyTable()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483883 13f79535-47bb-0310-9956-ffa450edef68
2013-05-17 15:54:31 +00:00
eclark b3c97c3e3e HBASE-8564 TestMetricsRegionServer depends on test order
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483617 13f79535-47bb-0310-9956-ffa450edef68
2013-05-17 00:28:50 +00:00
Zhihong Yu 8806f23ee4 HBASE-8461 Provide the ability to delete multiple snapshots through single command (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483574 13f79535-47bb-0310-9956-ffa450edef68
2013-05-16 21:31:05 +00:00
Michael Stack 4473041015 HBASE-8560 TestMasterShutdown failing in trunk 0.95/trunk -- "Unable to get data of znode /hbase/meta-region-server because node does not exist (not an error)"
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483547 13f79535-47bb-0310-9956-ffa450edef68
2013-05-16 20:28:19 +00:00
Enis Soztutar 1a131b9e3c HBASE-8505 References to split daughters should not be deleted separately from parent META entry
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483481 13f79535-47bb-0310-9956-ffa450edef68
2013-05-16 18:00:15 +00:00
Enis Soztutar 2c3d36cc10 HBASE-8547. Fix java.lang.RuntimeException: Cached an already cached block (Addendum2 to check cached buffers for equality)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483476 13f79535-47bb-0310-9956-ffa450edef68
2013-05-16 17:54:58 +00:00
Jean-Daniel Cryans 9ae251a7e2 HBASE-7380 [replication] When transferring queues, check if the peer still
exists before copying the znodes


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483136 13f79535-47bb-0310-9956-ffa450edef68
2013-05-16 00:56:35 +00:00
Michael Stack 86aad7e82c HBASE-8435 Test for zk leak does not account for unsynchronized access to zk watcher: ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483117 13f79535-47bb-0310-9956-ffa450edef68
2013-05-15 22:52:19 +00:00
jyates 6ebd8e3f2a HBASE-8355: BaseRegionObserver#pre(Compact|Flush|Store)ScannerOpen returns null (Andrew Purtell, Jesse Yates)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483094 13f79535-47bb-0310-9956-ffa450edef68
2013-05-15 21:21:47 +00:00
mbertozzi 3c4645e7e5 HBASE-8540 SnapshotFileCache logs too many times if snapshot dir doesn't exists
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483024 13f79535-47bb-0310-9956-ffa450edef68
2013-05-15 19:25:31 +00:00
Enis Soztutar a1aa8537a2 HBASE-5995 Fix and reenable TestLogRolling.testLogRollOnPipelineRestart
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483004 13f79535-47bb-0310-9956-ffa450edef68
2013-05-15 18:52:20 +00:00
Jean-Daniel Cryans f729fcd4ec HBASE-8519 Backup master will never come up if primary master dies during initialization
(Jerry He via JD)


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482981 13f79535-47bb-0310-9956-ffa450edef68
2013-05-15 17:54:30 +00:00
Michael Stack 2068d57f99 HBASE-8535 Test for zk leak does not account for unsynchronized access to zk watcher
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482905 13f79535-47bb-0310-9956-ffa450edef68
2013-05-15 15:33:59 +00:00
Enis Soztutar 0a183765ac HBASE-8547. Fix java.lang.RuntimeException: Cached an already cached block (Addendum to add better log)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482705 13f79535-47bb-0310-9956-ffa450edef68
2013-05-15 07:28:28 +00:00
Enis Soztutar ba37032a72 HBASE-8547 Fix java.lang.RuntimeException: Cached an already cached block
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482697 13f79535-47bb-0310-9956-ffa450edef68
2013-05-15 06:57:37 +00:00
Michael Stack cb53db35f3 HBASE-7006 [MTTR] Improve Region Server Recovery Time - Distributed Log Replay
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482675 13f79535-47bb-0310-9956-ffa450edef68
2013-05-15 04:24:02 +00:00
Michael Stack 6bf0abbec9 HBASE-8531 TestZooKeeper fails in trunk/0.95 builds
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482669 13f79535-47bb-0310-9956-ffa450edef68
2013-05-15 04:08:16 +00:00
jxiang 47f4477f79 HBASE-8537 Dead region server pulled in from ZK
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482635 13f79535-47bb-0310-9956-ffa450edef68
2013-05-14 22:55:11 +00:00
sershe 267e55da40 HBASE-8539 Double(or tripple ...) ZooKeeper listeners of the same type when Master recovers from ZK SessionExpiredException (Jeffrey Zhong)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482574 13f79535-47bb-0310-9956-ffa450edef68
2013-05-14 20:38:08 +00:00
Jonathan Hsieh d1c5b7cbd2 HBASE-8528 [hadoop2] TestMultiTableInputFormat always hadoop with YARN-129 applied (with Gary Helmling)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482561 13f79535-47bb-0310-9956-ffa450edef68
2013-05-14 20:27:11 +00:00
Zhihong Yu 90bd4de7cf HBASE-8536 Possible NullPointerException in ZKInterProcessLockBase#reapExpiredLocks (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482429 13f79535-47bb-0310-9956-ffa450edef68
2013-05-14 16:27:41 +00:00
mbertozzi 8d3581dc7e HBASE-8516 FSUtils.create() fail with ViewFS
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482386 13f79535-47bb-0310-9956-ffa450edef68
2013-05-14 15:22:29 +00:00
sershe 77a08bbe0a HBASE-8527 clean up code around compaction completion in HStore
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482164 13f79535-47bb-0310-9956-ffa450edef68
2013-05-14 01:04:37 +00:00
Devaraj Das 8e0202945b HBASE-5930. Added unit tests and configuration value for disabling the automatic flush
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482161 13f79535-47bb-0310-9956-ffa450edef68
2013-05-14 00:55:28 +00:00
Zhihong Yu 429af3c930 HBASE-8367 LoadIncrementalHFiles does not return an error code nor throw Exception when failures occur due to timeouts (Brian Dougan)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1481988 13f79535-47bb-0310-9956-ffa450edef68
2013-05-13 17:48:55 +00:00
Zhihong Yu 86dc135a34 HBASE-8133 avoid assign for disabling table regions(OPENING/PENDING_OPEN) in SSH (Rajeshbabu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1481599 13f79535-47bb-0310-9956-ffa450edef68
2013-05-12 16:44:49 +00:00
Devaraj Das 7a7ab8b8da HBASE-7932. Introduces Favored Nodes for region files. Adds a balancer called FavoredNodeLoadBalancer that will honor favored nodes in the process of balancing but the balance operation is currently a no-op (Devaraj Das)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1481476 13f79535-47bb-0310-9956-ffa450edef68
2013-05-12 06:47:39 +00:00
Zhihong Yu 3185729df1 HBASE-8530 Refine error message from ExportSnapshot when there is leftover snapshot in target cluster (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1481400 13f79535-47bb-0310-9956-ffa450edef68
2013-05-11 20:16:54 +00:00
Zhihong Yu 639bf9cfa9 HBASE-8520 TestIOFencing fails intermittently due to compaction kicking in too soon (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1481226 13f79535-47bb-0310-9956-ffa450edef68
2013-05-10 22:40:50 +00:00
jxiang 6bff9ab358 HBASE-8437 Clean up tmp coprocessor jars
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1480828 13f79535-47bb-0310-9956-ffa450edef68
2013-05-09 22:55:42 +00:00
Jean-Daniel Cryans 0ca1ec6c75 HBASE-8510 HBASE-8469 added a hdfs-site.xml file for tests but it gets included in the test jar
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1480755 13f79535-47bb-0310-9956-ffa450edef68
2013-05-09 20:12:35 +00:00
Zhihong Yu 695535c657 HBASE-8509 ZKUtil#createWithParents won't set data during znode creation when parent folder doesn't exit (Jefferey and Ted)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1480623 13f79535-47bb-0310-9956-ffa450edef68
2013-05-09 13:28:34 +00:00
mbertozzi 832a6efa17 HBASE-8446 Allow parallel snapshot of different tables
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1480585 13f79535-47bb-0310-9956-ffa450edef68
2013-05-09 10:45:20 +00:00
sershe be3568fb5b HBASE-8498 PB WAL reading is broken due to some partial reads
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1480511 13f79535-47bb-0310-9956-ffa450edef68
2013-05-09 01:03:02 +00:00
Michael Stack cefa4fa671 HBASE-8506 Remove unused/dead classes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1480493 13f79535-47bb-0310-9956-ffa450edef68
2013-05-08 22:51:18 +00:00
Michael Stack 4dc244ce5a HBASE-1762 Remove concept of ZooKeeper from HConnection interface
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1480449 13f79535-47bb-0310-9956-ffa450edef68
2013-05-08 20:49:30 +00:00
Zhihong Yu bac9ae973c HBASE-8306 Enhance TestJoinedScanners with ability to specify various parameters (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1480277 13f79535-47bb-0310-9956-ffa450edef68
2013-05-08 13:54:26 +00:00
Michael Stack 6f79d0e253 HBASE-8483 HConnectionManager can leak ZooKeeper connections when using deleteStaleConnection
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1480010 13f79535-47bb-0310-9956-ffa450edef68
2013-05-07 18:39:08 +00:00
Zhihong Yu 5c58545787 HBASE-7066 Some HMaster coprocessor exceptions are being swallowed in try catch blocks - Revert
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1479961 13f79535-47bb-0310-9956-ffa450edef68
2013-05-07 16:10:07 +00:00
Michael Stack 8a46690944 HBASE-5525 Truncate and preserve region boundaries option
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1479778 13f79535-47bb-0310-9956-ffa450edef68
2013-05-07 06:52:44 +00:00
Enis Soztutar c68cea5b45 HBASE-8478 HBASE-2231 breaks TestHRegion#testRecoveredEditsReplayCompaction under hadoop2 profile
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1479716 13f79535-47bb-0310-9956-ffa450edef68
2013-05-06 23:12:55 +00:00
Michael Stack 6b57e77a58 HBASE-5835 [hbck] Catch and handle NotServingRegionException when close region attempt fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1479240 13f79535-47bb-0310-9956-ffa450edef68
2013-05-05 05:41:44 +00:00
sershe d30d4ef8e7 HBASE-5746 HFileDataBlockEncoderImpl uses wrong header size when reading HFiles with no checksums (0.96)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1478966 13f79535-47bb-0310-9956-ffa450edef68
2013-05-03 20:31:46 +00:00
Michael Stack 515d19c52e HBASE-8404 Extra commas in LruBlockCache.logStats
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1478965 13f79535-47bb-0310-9956-ffa450edef68
2013-05-03 20:31:30 +00:00
jxiang 3ca2bd7339 HBASE-8485 Retry to open a HLog on more exceptions
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1478880 13f79535-47bb-0310-9956-ffa450edef68
2013-05-03 17:19:27 +00:00
nkeywal 6784e894e2 HBASE-8466 Netty messages in the logs
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1478664 13f79535-47bb-0310-9956-ffa450edef68
2013-05-03 07:41:45 +00:00
Michael Stack b782a7202e HBASE-8430 Cell decoder/scanner/etc. should not hide exceptions
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1478656 13f79535-47bb-0310-9956-ffa450edef68
2013-05-03 06:40:13 +00:00
Michael Stack d668363c23 HBASE-8214 Remove proxy and engine, rely directly on pb generated Service
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1478637 13f79535-47bb-0310-9956-ffa450edef68
2013-05-03 03:52:15 +00:00
Michael Stack 1a516ff5b7 HBASE-8482 TestHBaseFsck#testCheckTableLocks broke; java.lang.AssertionError: expected:<[]> but was:<[EXPIRED_TABLE_LOCK]>
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1478556 13f79535-47bb-0310-9956-ffa450edef68
2013-05-02 21:13:31 +00:00
Jonathan Hsieh d5b80e422b HBASE-8469 [hadoop2] Several tests break because of HDFS-4305
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1478368 13f79535-47bb-0310-9956-ffa450edef68
2013-05-02 13:40:49 +00:00
mbertozzi 7475f9088b HBASE-8455 Update ExportSnapshot to reflect changes in HBASE-7419
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1478297 13f79535-47bb-0310-9956-ffa450edef68
2013-05-02 08:19:08 +00:00
Jonathan Hsieh 1ac7bd3d92 HBASE-8477 [hadoop2] TestTableInputFormatScan* fails intermittently with PriviledgeActionException
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1478281 13f79535-47bb-0310-9956-ffa450edef68
2013-05-02 06:29:02 +00:00
Jonathan Hsieh baf55c6e8a REVERT HBASE-8469. Breaks TestOpenedRegionHandler unit test.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1478239 13f79535-47bb-0310-9956-ffa450edef68
2013-05-02 00:03:33 +00:00
Jonathan Hsieh cd8c3820ba HBASE-8469 [hadoop2] Several tests break because of HDFS-4305
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1478203 13f79535-47bb-0310-9956-ffa450edef68
2013-05-01 21:53:50 +00:00
sershe 1d8ec61f64 HBASE-8460 [replication] Fix the three TODOs in TestReplicationStateBasic.testReplicationQueues (Chris Trezzo)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1478104 13f79535-47bb-0310-9956-ffa450edef68
2013-05-01 17:32:25 +00:00
sershe f027f66b22 HBASE-7413 Convert WAL to pb
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1477761 13f79535-47bb-0310-9956-ffa450edef68
2013-04-30 18:34:40 +00:00
Andrew Kyle Purtell fa3918d300 Revert HBASE-8453, HBASE-8454.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1477448 13f79535-47bb-0310-9956-ffa450edef68
2013-04-30 01:51:14 +00:00
sershe 0e9fbc727c HBASE-8272 make compaction checker frequency configurable per table/cf
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1477425 13f79535-47bb-0310-9956-ffa450edef68
2013-04-30 00:32:31 +00:00
sershe d1f0efc81c HBASE-8448 RatioBasedCompactionPolicy (and derived ones) can select already-compacting files for compaction
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1477391 13f79535-47bb-0310-9956-ffa450edef68
2013-04-29 22:36:56 +00:00
Andrew Kyle Purtell efd752b5b4 HBASE-8454. TestImportTsv failing due to configuration issues
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1477377 13f79535-47bb-0310-9956-ffa450edef68
2013-04-29 22:16:59 +00:00
Andrew Kyle Purtell e8dfdeb6ec HBASE-8453. TestImportExport failing again due to configuration issues
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1477373 13f79535-47bb-0310-9956-ffa450edef68
2013-04-29 22:10:55 +00:00
eclark 9f86b77906 HBASE-8425 Per-region memstore size is missing in the new RS web UI
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1477330 13f79535-47bb-0310-9956-ffa450edef68
2013-04-29 20:37:14 +00:00
eclark 741bbb5839 HBASE-8407 Remove Async HBase
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1477251 13f79535-47bb-0310-9956-ffa450edef68
2013-04-29 18:26:52 +00:00
zjushch 6b35308cf0 HBASE-8436 SeekBefore returns wrong result with PREFIX_TREE Encoding
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1476730 13f79535-47bb-0310-9956-ffa450edef68
2013-04-28 08:11:25 +00:00
Zhihong Yu e12e470d5f HBASE-8451 MetricsMBeanBase has concurrency issues in init (Liang Xie)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1476713 13f79535-47bb-0310-9956-ffa450edef68
2013-04-28 03:12:19 +00:00
sershe 4e28bd8bab HBASE-7970 Improve file descriptor usage: currently, there are two file descriptors per storefile
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1476677 13f79535-47bb-0310-9956-ffa450edef68
2013-04-27 21:34:43 +00:00
Enis Soztutar e2868556df HBASE-2231 Compaction events should be written to HLog (Stack & Enis)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1476414 13f79535-47bb-0310-9956-ffa450edef68
2013-04-26 22:05:33 +00:00
jxiang f6c6992581 HBASE-8345 Add all available resources in RootResource and VersionResource to rest RemoteAdmin (Aleksandr Shulman)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1476025 13f79535-47bb-0310-9956-ffa450edef68
2013-04-26 02:18:08 +00:00
Zhihong Yu 1eadb508ab HBASE-8393 Testcase TestHeapSize#testMutations is wrong (Jeffrey)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1476022 13f79535-47bb-0310-9956-ffa450edef68
2013-04-26 01:59:55 +00:00
eclark 76bae3d62d HBASE-8392 TestMetricMBeanBase#testGetAttribute is flakey under hadoop2 profile
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1475998 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 22:51:28 +00:00
Michael Stack 7b3dc4f7ba HBASE-8428 Tighten up IntegrationTestsDriver filter
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1475996 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 22:49:41 +00:00
Devaraj Das 939da7c026 HBASE-5930. Removed a configuration that was causing unnecessary flushes in tests.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1475990 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 22:30:10 +00:00
Michael Stack c0046ba481 HBASE-8422 Master won't go down. Stuck waiting on .META. to come on line
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1475986 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 22:13:26 +00:00
eclark 7b8d3a6dc1 HBASE-5930 Limits the amount of time an edit can live in the memstore.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1475970 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 21:28:13 +00:00
eclark b6aa74ef63 HBASE-8299 ExploringCompactionPolicy can get stuck in rare cases.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1475966 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 21:24:28 +00:00
Enis Soztutar eb192446a7 HBASE-8415 DisabledRegionSplitPolicy
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1475943 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 20:21:11 +00:00
Devaraj Das b65d39bc9d HBASE-5930. Limits the amount of time an edit can live in the memstore.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1475872 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 17:50:17 +00:00
sershe 0c4416a570 HBASE-8024 Make Store flush algorithm pluggable
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1475870 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 17:49:01 +00:00
eclark 47cfaa205c HBASE-8431 Fix missing license headers
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471823 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 03:20:51 +00:00
jxiang 4558ca5a79 HBASE-8383 Support lib/*jar inside coprocessor jar
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471754 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 22:49:56 +00:00
Michael Stack f11b4224fb HBASE-7192 Move TestHBase7051.java into TestAtomicOperation.java
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471620 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 19:56:04 +00:00
jxiang 8a3cba0cc1 HBASE-8327 Consolidate class loaders
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471464 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 15:09:48 +00:00
anoopsamjohn 100cf35f5d HBASE-8396 balancerSwitch making two zookeeper calls everytime(Rajeshbabu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471460 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 15:08:56 +00:00
mbertozzi 846acf6258 HBASE-8413 Snapshot verify region will always fail if the HFile has been archived (Jerry He)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471319 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 09:27:22 +00:00
Michael Stack 374052f071 HBASE-8395 Remove TestFromClientSide.testPoolBehavior
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471258 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 05:47:42 +00:00
Michael Stack 64ef5da665 HBASE-7122 Proper warning message when opening a log file with no entries (idle cluster)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471255 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 05:34:01 +00:00
Michael Stack d11a58116c HBASE-5472 LoadIncrementalHFiles loops forever if the target table misses a CF -- RE-RE-APPLY
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471248 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 04:46:55 +00:00
Michael Stack df95e96647 HBASE-5472 LoadIncrementalHFiles loops forever if the target table misses a CF -- REVERT -- ANOTHER OVERCOMMIT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471247 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 04:45:44 +00:00
Michael Stack e5094baacf HBASE-5472 LoadIncrementalHFiles loops forever if the target table misses a CF -- REAPPLY
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471246 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 04:44:09 +00:00
Andrew Kyle Purtell 227fc888c6 HBASE-7921. TestHFileBlock.testGzipCompression should ignore the block checksum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471225 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 02:02:43 +00:00
Michael Stack 9b36388597 HBASE-5472 LoadIncrementalHFiles loops forever if the target table misses a CF -- REVERT. BROKE BUILD
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471137 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 20:52:16 +00:00
Michael Stack 2286effcc6 HBASE-7579 HTableDescriptor equals method fails if results are returned in a different order; REVERT AGAIN -- BROKE BUILD
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471135 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 20:48:12 +00:00
Michael Stack 93477aa6df HBASE-8284 Allow String Offset(s) in ColumnPaginationFilter for bookmark based pagination
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471070 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 17:50:50 +00:00
Michael Stack 9a758c1668 HBASE-7579 HTableDescriptor equals method fails if results are returned in a different order; REAPPLPY
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471054 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 17:17:48 +00:00
Michael Stack 0f30646656 HBASE-7579 HTableDescriptor equals method fails if results are returned in a different order; REVERT -- OVERCOMMITTED
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471053 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 17:17:04 +00:00
Michael Stack 2b32678420 HBASE-7579 HTableDescriptor equals method fails if results are returned in a different order
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471052 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 17:15:36 +00:00
Jean-Daniel Cryans 0aadc0b0f4 HBASE-8390 Trunk/0.95 cannot simply compile against Hadoop 1.0
HBASE-8391  StochasticLoadBalancer doesn't call needsBalance


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471050 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 17:14:51 +00:00
Michael Stack e5ea7fb8b3 HBASE-5472 LoadIncrementalHFiles loops forever if the target table misses a CF
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471033 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 16:40:17 +00:00
Michael Stack 45b0028fbb HBASE-7704 migration tool that checks presence of HFile V1 files
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1470818 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 05:44:57 +00:00
sershe 1c09148425 HBASE-8384 heap size computation for HStore is fishy
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1470777 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 01:48:12 +00:00
sershe b4dd49f55d HBASE-7437 Improve CompactSelection (Hiroshi Ikeda)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1470754 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 23:45:18 +00:00
zjushch 4370fd18e4 HBASE-8317 Seek returns wrong result with PREFIX_TREE Encoding
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1470123 13f79535-47bb-0310-9956-ffa450edef68
2013-04-20 08:38:17 +00:00
ramkrishna 3e6047f5d5 HBASE-8279-Performance Evaluation does not consider the args passed in case of more than one client (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1469979 13f79535-47bb-0310-9956-ffa450edef68
2013-04-19 18:20:53 +00:00
Zhihong Yu a2af3a76a2 HBASE-8374 NullPointerException when launching the balancer due to unknown region location (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1469954 13f79535-47bb-0310-9956-ffa450edef68
2013-04-19 17:08:00 +00:00
sershe efc32c83ba HBASE-8264 expose the number of seen KVs from StoreScanner
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1469668 13f79535-47bb-0310-9956-ffa450edef68
2013-04-19 02:29:54 +00:00
jxiang 24c6f662c2 HBASE-8321 Log split worker should heartbeat to avoid timeout when the hlog is under recovery
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1468974 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 15:34:11 +00:00
Zhihong Yu cfded304c1 HBASE-8352 Rename '.snapshot' directory (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1468669 13f79535-47bb-0310-9956-ffa450edef68
2013-04-16 23:20:40 +00:00
Jean-Daniel Cryans 7eb77dad7b HBASE-7828 Expose HBase Scan object's "batch" property for intra-row batching
in Thrift API (Shivendra Pratap Singh via JD)


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1468643 13f79535-47bb-0310-9956-ffa450edef68
2013-04-16 22:17:34 +00:00
Zhihong Yu 496c9a666b HBASE-8326 Addendum simplifies lookup in packagedClasses (Nick)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1468605 13f79535-47bb-0310-9956-ffa450edef68
2013-04-16 20:55:52 +00:00
Jonathan Hsieh c2bb416c71 HBASE-8349 TestLogRolling#testLogRollOnDatanodeDeath hangs under hadoop2 profile
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1468564 13f79535-47bb-0310-9956-ffa450edef68
2013-04-16 19:09:02 +00:00
Enis Soztutar 6d99781ddf HBASE-8341 RestoreSnapshotHandler.prepare() is not called by SnapshotManager and TakeSnapshotHandler should first acquire the table lock
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1468262 13f79535-47bb-0310-9956-ffa450edef68
2013-04-15 22:49:43 +00:00
Zhihong Yu 3ba63ba0e7 HBASE-8326 mapreduce.TestTableInputFormatScan times out frequently (Nick Dimiduk)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1468223 13f79535-47bb-0310-9956-ffa450edef68
2013-04-15 20:56:08 +00:00
Jonathan Hsieh fd2b14c873 HBASE-8342 TestTableInputFormatScan#testScanFromConfiguration fails on hadoop2 profile
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1468196 13f79535-47bb-0310-9956-ffa450edef68
2013-04-15 19:18:56 +00:00
jxiang 10a3358bed HBASE-8314 HLogSplitter can retry to open a 0-length hlog file
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467790 13f79535-47bb-0310-9956-ffa450edef68
2013-04-14 15:23:44 +00:00
Michael Stack 6c1e484d36 HBASE-8096 [replication] NPE while replicating a log that is acquiring a new block from HDFS
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467662 13f79535-47bb-0310-9956-ffa450edef68
2013-04-13 17:07:14 +00:00
Zhihong Yu 64863bb03e HBASE-8334 Enable essential column family support by default
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467536 13f79535-47bb-0310-9956-ffa450edef68
2013-04-13 02:12:11 +00:00
eclark ffd8cab11b HBASE-8339 Make sure the StochasticLoadBalancer doesn't run a cost function when not needed
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467517 13f79535-47bb-0310-9956-ffa450edef68
2013-04-12 23:43:17 +00:00
Zhihong Yu 7667ab5414 HBASE-8333 TestTableLockManager#testDelete may occasionally fail due to lack of synchronization between test and handler thread (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467515 13f79535-47bb-0310-9956-ffa450edef68
2013-04-12 23:21:13 +00:00
Enis Soztutar dd52afb4a2 HBASE-8300 TestSplitTransaction fails to delete files due to open handles left when region is split (Malie Yin)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467512 13f79535-47bb-0310-9956-ffa450edef68
2013-04-12 23:11:43 +00:00
Enis Soztutar adae758abe HBASE-8205. HBCK support for table locks. Addendum for adding new class
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467499 13f79535-47bb-0310-9956-ffa450edef68
2013-04-12 22:32:51 +00:00
Enis Soztutar af834c404f HBASE-8205. HBCK support for table locks
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467497 13f79535-47bb-0310-9956-ffa450edef68
2013-04-12 22:30:47 +00:00
eclark 1c81734163 HBASE-7255 KV size metric went missing from StoreScanner.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467485 13f79535-47bb-0310-9956-ffa450edef68
2013-04-12 21:47:19 +00:00
Enis Soztutar 089e876398 HBASE-8119. Optimize StochasticLoadBalancer. Addendum patch for javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467484 13f79535-47bb-0310-9956-ffa450edef68
2013-04-12 21:46:26 +00:00
Jonathan Hsieh 3f2eb3ae16 HBASE-7636 TestDistributedLogSplitting#testThreeRSAbort fails against hadoop 2.0
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467426 13f79535-47bb-0310-9956-ffa450edef68
2013-04-12 19:14:22 +00:00
larsh 3c0f2508d0 HBASE-7801 Allow a deferred sync option per Mutation.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467357 13f79535-47bb-0310-9956-ffa450edef68
2013-04-12 17:07:00 +00:00
Jonathan Hsieh 0623f4b2a5 HBASE-8324 TestHFileOutputFormat.testMRIncremental* fails against hadoop2 profile
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467300 13f79535-47bb-0310-9956-ffa450edef68
2013-04-12 14:58:26 +00:00
Jonathan Hsieh 82059f4345 HBASE-7606 TestJoinedScanners fails in trunk build on hadoop 2.0
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467292 13f79535-47bb-0310-9956-ffa450edef68
2013-04-12 14:51:05 +00:00
Jonathan Hsieh 3cdfd5def0 HBASE-7605 TestMiniClusterLoadSequential fails in trunk build on hadoop2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467135 13f79535-47bb-0310-9956-ffa450edef68
2013-04-11 23:17:28 +00:00
Enis Soztutar e21a1ee4ae HBASE-8119 Optimize StochasticLoadBalancer
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467109 13f79535-47bb-0310-9956-ffa450edef68
2013-04-11 21:59:31 +00:00
jxiang 48ee32824f HBASE-1936 ClassLoader that loads from hdfs; useful adding filters to classpath without having to restart services
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467092 13f79535-47bb-0310-9956-ffa450edef68
2013-04-11 21:19:07 +00:00
mbertozzi 087371d97a HBASE-7658 grant with an empty string as permission should throw an exception (addendum)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466824 13f79535-47bb-0310-9956-ffa450edef68
2013-04-11 10:29:14 +00:00
Michael Stack 416ce07eaa HBASE-8165 Update our protobuf to 2.5 from 2.4.1; REVERT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466760 13f79535-47bb-0310-9956-ffa450edef68
2013-04-11 03:52:13 +00:00
Michael Stack d1b3505b26 HBASE-8165 Update our protobuf to 2.5 from 2.4.1; REVERT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466759 13f79535-47bb-0310-9956-ffa450edef68
2013-04-11 03:51:47 +00:00
larsh 6d32cc0881 HBASE-8316 JoinedHeap for non essential column families should reseek instead of seek
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466711 13f79535-47bb-0310-9956-ffa450edef68
2013-04-10 22:15:21 +00:00
mbertozzi 511663e059 HBASE-7658 grant with an empty string as permission should throw an exception
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466600 13f79535-47bb-0310-9956-ffa450edef68
2013-04-10 18:03:24 +00:00
ramkrishna cc8e0d3341 HBASE-8266-Master cannot start if TableNotFoundException is thrown while partial table recovery(Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466565 13f79535-47bb-0310-9956-ffa450edef68
2013-04-10 16:59:39 +00:00
Michael Stack 1dda0cbc91 HBASE-8165 Update our protobuf to 2.5 from 2.4.1
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466556 13f79535-47bb-0310-9956-ffa450edef68
2013-04-10 16:42:28 +00:00
mbertozzi f2f552c223 HBASE-8313 Add Bloom filter testing for HFileOutputFormat
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466412 13f79535-47bb-0310-9956-ffa450edef68
2013-04-10 10:08:44 +00:00
nkeywal da58fb4a99 HBASE-8312 TestCompactionState - still timeouting
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466345 13f79535-47bb-0310-9956-ffa450edef68
2013-04-10 06:26:20 +00:00
sershe a0b7fb5373 HBASE-7791 Compaction USER_PRIORITY is slightly broken
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466267 13f79535-47bb-0310-9956-ffa450edef68
2013-04-09 22:20:44 +00:00
Jonathan Hsieh d09a134ad8 HBASE-6330 TestImportExport has been failing against hadoop 0.23/2.0 profile
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466256 13f79535-47bb-0310-9956-ffa450edef68
2013-04-09 21:53:34 +00:00
eclark 976aefb5c0 HBASE-8252 Regions by Region Server table in Master's table view needs styling
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466233 13f79535-47bb-0310-9956-ffa450edef68
2013-04-09 21:03:30 +00:00
Zhihong Yu 128134c7f5 HBASE-8308 Lower the number of expected regions in TestTableLockManager#testTableReadLock (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466206 13f79535-47bb-0310-9956-ffa450edef68
2013-04-09 20:15:19 +00:00
Michael Stack a7c40622ae HBASE-8295 TestMasterFailover.testMasterFailoverWithMockedRITOnDeadRS is flaky
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466144 13f79535-47bb-0310-9956-ffa450edef68
2013-04-09 17:25:45 +00:00
nkeywal 889777bf59 HBASE-8303 Increse the test timeout to 60s when they are less than 20s
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466127 13f79535-47bb-0310-9956-ffa450edef68
2013-04-09 16:56:39 +00:00
nkeywal 52343c5516 HBASE-8305 Too much logs in the some tests
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466117 13f79535-47bb-0310-9956-ffa450edef68
2013-04-09 16:49:47 +00:00
zjushch 6aad836c0e HBASE-8219 Align Offline Merge with Online Merge
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465943 13f79535-47bb-0310-9956-ffa450edef68
2013-04-09 09:31:31 +00:00
nkeywal bacb37c2b6 HBASE-7247 Assignment performances decreased by 50% because of regionserver.OpenRegionHandler#tickleOpening
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465914 13f79535-47bb-0310-9956-ffa450edef68
2013-04-09 07:12:21 +00:00
nkeywal 40d8060167 HBASE-8290 TestHTableMultiplexer is flaky
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465912 13f79535-47bb-0310-9956-ffa450edef68
2013-04-09 07:10:12 +00:00
Michael Stack 53a7045cd9 HBASE-8045 Fix .META. migration after HBASE-3171
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465894 13f79535-47bb-0310-9956-ffa450edef68
2013-04-09 06:02:10 +00:00
eclark 4d2f1da951 HBASE-8293 Move BigDecimalColumnInterpreter into hbase-client
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465782 13f79535-47bb-0310-9956-ffa450edef68
2013-04-08 20:57:34 +00:00
sershe ea423691d9 HBASE-8248 HConnectionManager moved region tracking can cause the region server to redirect to itself; load balancer uses incorrect servername compare
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465772 13f79535-47bb-0310-9956-ffa450edef68
2013-04-08 20:40:12 +00:00
Andrew Kyle Purtell d8a1dfdc69 HBASE-8158. Amend HBASE-8140 "TableMapReduceUtils#addDependencyJar fails when nested inside another MR job" (Nick Dimiduk)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465746 13f79535-47bb-0310-9956-ffa450edef68
2013-04-08 19:49:27 +00:00
eclark 1f462ce894 HBASE-8254 Add lz4 to test compression util usage string
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465700 13f79535-47bb-0310-9956-ffa450edef68
2013-04-08 18:13:42 +00:00
zjushch 85cb78d878 HBASE-8287 TestRegionMergeTransactionOnCluster failed in trunk build #4010
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465528 13f79535-47bb-0310-9956-ffa450edef68
2013-04-08 02:29:44 +00:00
ramkrishna db02f627b7 HBASE-8278 - Log message after Memstore flush is always with sequence id -1
(addendum to remove sequenceId) (Ram) 



git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465331 13f79535-47bb-0310-9956-ffa450edef68
2013-04-07 07:04:16 +00:00
larsh 02c22a449f HBASE-8208 In some situations data is not replicated to slaves when deferredLogSync is enabled (Jeffrey Zhong)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465176 13f79535-47bb-0310-9956-ffa450edef68
2013-04-06 03:18:27 +00:00
eclark f6857d59ef HBASE-7842 Add missed Header
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465162 13f79535-47bb-0310-9956-ffa450edef68
2013-04-05 23:56:09 +00:00
eclark 0f46618bdd HBASE-7842 Add compaction policy that explores more storefile groups
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465133 13f79535-47bb-0310-9956-ffa450edef68
2013-04-05 21:21:22 +00:00
ramkrishna 551cfaf279 HBASE-8278 - Log message after Memstore flush is always with sequence id -1
(Ram)



git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465034 13f79535-47bb-0310-9956-ffa450edef68
2013-04-05 16:42:37 +00:00
sershe d747617e15 HBASE-7649 client retry timeout doesn't need to do x2 fallback when going to different server
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1464798 13f79535-47bb-0310-9956-ffa450edef68
2013-04-05 00:40:21 +00:00
Devaraj Das 6debbada44 HBASE-8179. Fixes a problem to do with the json response for the cluster status
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1464797 13f79535-47bb-0310-9956-ffa450edef68
2013-04-05 00:36:02 +00:00
larsh 4855d12aa9 HBASE-8169 TestMasterFailover#testMasterFailoverWithMockedRITOnDeadRS may fail due to regions randomly assigned to a RS (Jeffrey Zhong)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1464790 13f79535-47bb-0310-9956-ffa450edef68
2013-04-04 23:31:14 +00:00
Jonathan Hsieh f357ac700d HBASE-8262 Add testcase to verify HBASE-7678's empty region split semantics change
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1464596 13f79535-47bb-0310-9956-ffa450edef68
2013-04-04 15:31:26 +00:00
mbertozzi 8465f20316 HBASE-7615 Add metrics for snapshots
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1464441 13f79535-47bb-0310-9956-ffa450edef68
2013-04-04 11:10:56 +00:00
mbertozzi fa51414e90 HBASE-7415 Add task information to snapshot operation (Jesse Yates)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1464427 13f79535-47bb-0310-9956-ffa450edef68
2013-04-04 10:50:17 +00:00
mbertozzi 5fe43bfda4 HBASE-5525 Truncate and preserve region boundaries option, addendum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1464425 13f79535-47bb-0310-9956-ffa450edef68
2013-04-04 10:43:11 +00:00
Michael Stack 3f6b735792 HBASE-5525 Truncate and preserve region boundaries option
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1464290 13f79535-47bb-0310-9956-ffa450edef68
2013-04-04 04:58:55 +00:00
larsh 9ebd88a002 HBASE-8188 Avoid unnecessary row compare in StoreScanner
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1464287 13f79535-47bb-0310-9956-ffa450edef68
2013-04-04 04:37:35 +00:00
Michael Stack 656a3d5e41 HBASE-8231 delete tests in table_tests.rb(TestShell) always running on empty table
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1464283 13f79535-47bb-0310-9956-ffa450edef68
2013-04-04 04:06:02 +00:00
Michael Stack c4911d3230 HBASE-8230 Possible NPE on regionserver abort if replication service has not been started
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1464280 13f79535-47bb-0310-9956-ffa450edef68
2013-04-04 03:53:34 +00:00
Michael Stack e7bebd4706 HBASE-7568 [replication] Create an interface for replication queues
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1464279 13f79535-47bb-0310-9956-ffa450edef68
2013-04-04 03:51:32 +00:00
larsh 05defbdce3 HBASE-8229 Replication code logs like crazy if a target table cannot be found.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1464278 13f79535-47bb-0310-9956-ffa450edef68
2013-04-04 03:50:57 +00:00
Michael Stack a62eecc95a HBASE-7923 force unassign can confirm region online on any RS to get rid of double assignments
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1464232 13f79535-47bb-0310-9956-ffa450edef68
2013-04-03 23:16:44 +00:00
sershe bc5fc44966 HBASE-8247 inconsistent date format in different logs makes it painful to manipulate them
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1464184 13f79535-47bb-0310-9956-ffa450edef68
2013-04-03 19:56:37 +00:00
Jonathan Hsieh 6123d2b3d1 HBASE-7401 Remove warning message about running 'hbase migrate'
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1464129 13f79535-47bb-0310-9956-ffa450edef68
2013-04-03 18:00:54 +00:00
Michael Stack e52f34f21b HBASE-7745 Import uses System.out.println instead of logging
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1464124 13f79535-47bb-0310-9956-ffa450edef68
2013-04-03 17:54:44 +00:00
nkeywal ac97504dc5 HBASE-8207 Don't use hdfs append during lease recovery
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1463957 13f79535-47bb-0310-9956-ffa450edef68
2013-04-03 12:22:14 +00:00
Jonathan Hsieh b2d42190b2 HBASE-8192 Logic error causes infinite loop in HRegion.bulkLoadHFiles(List) (Chenghao Jiang)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1463664 13f79535-47bb-0310-9956-ffa450edef68
2013-04-02 18:50:30 +00:00
mbertozzi 7181fa35a3 HBASE-8062 Replace HBaseFsck.debugLsr() in TestFlushSnapshotFromClient with FSUtils.logFileSystemState()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1463646 13f79535-47bb-0310-9956-ffa450edef68
2013-04-02 17:55:11 +00:00
Michael Stack 4f681f6fe9 HBASE-8084 Export could be replaced with IdentityTableMapper
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1463640 13f79535-47bb-0310-9956-ffa450edef68
2013-04-02 17:41:16 +00:00
Zhihong Yu 2ec0f55f84 HBASE-7904 Revert, due to concern over coprocessor exposure
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1463326 13f79535-47bb-0310-9956-ffa450edef68
2013-04-01 22:29:33 +00:00
sershe 0bc9187d46 HBASE-8225 [replication] minor code bug when registering ReplicationLogCleaner (Jerry He)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1463283 13f79535-47bb-0310-9956-ffa450edef68
2013-04-01 20:16:38 +00:00
Michael Stack 58ec4f8e68 HBASE-8164 TestTableLockManager fails intermittently in trunk builds
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1463194 13f79535-47bb-0310-9956-ffa450edef68
2013-04-01 16:32:02 +00:00
Andrew Kyle Purtell d814bff215 HBASE-8213. Global authorization may lose efficacy
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1463189 13f79535-47bb-0310-9956-ffa450edef68
2013-04-01 16:24:53 +00:00
Andrew Kyle Purtell bab650d19f HBASE-8226. HBaseTestingUtility#waitUntilAllRegionsAssigned won't return if it counts 'too many' regions
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1463070 13f79535-47bb-0310-9956-ffa450edef68
2013-04-01 00:57:14 +00:00
Andrew Kyle Purtell abee4b2756 HBASE-8232. TestAccessController occasionally fails with IndexOutOfBoundsException
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1462996 13f79535-47bb-0310-9956-ffa450edef68
2013-03-31 15:57:31 +00:00
Zhihong Yu 7226bff5c4 HBASE-7904 Addendum turns off vmem check
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1462701 13f79535-47bb-0310-9956-ffa450edef68
2013-03-30 04:16:06 +00:00
Zhihong Yu 534198cd36 HBASE-7904 Make mapreduce jobs pass based on 2.0.4-alpha
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1462686 13f79535-47bb-0310-9956-ffa450edef68
2013-03-30 02:26:30 +00:00
Zhihong Yu e4d696d669 HBASE-8222 User class should implement equals() and hashCode()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1462672 13f79535-47bb-0310-9956-ffa450edef68
2013-03-29 23:23:54 +00:00
Zhihong Yu a68bcf2856 HBASE-8164 TestTableLockManager fails intermittently in trunk builds, addendum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1462668 13f79535-47bb-0310-9956-ffa450edef68
2013-03-29 22:52:50 +00:00
Andrew Kyle Purtell 7ae8a946ee Amend HBASE-8209. Revert changes to HBaseTestingUtility#waitUntilAllRegionsAssigned
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1462639 13f79535-47bb-0310-9956-ffa450edef68
2013-03-29 20:50:11 +00:00
Andrew Kyle Purtell b73cacfd8d HBASE-8209. Improve LoadTest extensibility
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1462611 13f79535-47bb-0310-9956-ffa450edef68
2013-03-29 19:11:24 +00:00
Michael Stack 00f7bb46c5 HBASE-8187 trunk/0.95 tarball packaging
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1462606 13f79535-47bb-0310-9956-ffa450edef68
2013-03-29 18:49:42 +00:00
Zhihong Yu c5a16ef24c HBASE-8207 Addendum fixes the typo in extractDeadServersFromZNodeString()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1462552 13f79535-47bb-0310-9956-ffa450edef68
2013-03-29 17:32:03 +00:00
Zhihong Yu 1babc2abbc HBASE-8207 Replication could have data loss when machine name contains hyphen "-" (Jeffrey)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1462515 13f79535-47bb-0310-9956-ffa450edef68
2013-03-29 16:06:51 +00:00
Enis Soztutar 973d38db30 HBASE-7977 Online merge should acquire table lock
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1462385 13f79535-47bb-0310-9956-ffa450edef68
2013-03-29 02:46:28 +00:00
Zhihong Yu a39bfbde4a HBASE-8152 Avoid creating empty reference file when splitkey is outside the key range of a store file (clockfly)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1462275 13f79535-47bb-0310-9956-ffa450edef68
2013-03-28 19:50:19 +00:00
Zhihong Yu 96a5c023c2 HBASE-8063 Addendum adds HalfStoreFileReader#passesKeyRangeFilter()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1462235 13f79535-47bb-0310-9956-ffa450edef68
2013-03-28 17:49:11 +00:00
jxiang b0e1395fc6 HBASE-8144 Limit number of attempts to assign a region
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1462213 13f79535-47bb-0310-9956-ffa450edef68
2013-03-28 17:02:00 +00:00
Zhihong Yu a0185e5462 HBASE-8164 TestTableLockManager fails intermittently in trunk builds (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1461797 13f79535-47bb-0310-9956-ffa450edef68
2013-03-27 18:56:01 +00:00