Commit Graph

7145 Commits

Author SHA1 Message Date
nkeywal 5ac40d99a8 HBASE-8982 Useless logs in ipc.RpcClient(584): Not able to close an output stream
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504583 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 18:25:10 +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
jxiang c4f38c18f4 HBASE-8845 Add integration test for split, online merge, and compaction
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504515 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 16:38:47 +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
Michael Stack 1e513f08fe Placeholders for migration
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504323 13f79535-47bb-0310-9956-ffa450edef68
2013-07-17 23:37:51 +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 c89c0e25f0 HBASE-8909. HBASE-6170 broke hbase.regionserver.lease.period config, we should support it for BC (add missing file)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503488 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 21:40:12 +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
Andrew Kyle Purtell 0279997340 HBASE-8944. Document workaround for MiniDFSCluster exceptions when running tests
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503429 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 19:11:19 +00:00
Michael Stack 6dd73f74d6 Fix mistake spotted by Benoit
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503398 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 18:28:50 +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
eclark 71ebf190c8 HBASE-8902 IntegrationTestBulkLoad takes way too long
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1502338 13f79535-47bb-0310-9956-ffa450edef68
2013-07-11 19:33:47 +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