Michael Stack
327edc6b1d
HBASE-9276 List tables API should filter with isSystemTable
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1516043 13f79535-47bb-0310-9956-ffa450edef68
2013-08-21 00:42:16 +00:00
jxiang
f034a249f2
HBASE-9273 Consolidate isSystemTable checking
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1516039 13f79535-47bb-0310-9956-ffa450edef68
2013-08-20 23:53:11 +00:00
Michael Stack
9ed698b131
Add note on Compaction Tool
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1515990 13f79535-47bb-0310-9956-ffa450edef68
2013-08-20 22:15:32 +00:00
mbertozzi
422e98350f
HBASE-8760 possible loss of data in snapshot taken after region split
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1515965 13f79535-47bb-0310-9956-ffa450edef68
2013-08-20 20:48:44 +00:00
eclark
a07a9dbbe6
HBASE-9269 IntegrationTestBulkLoad fails because a public constructor is needed.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1515947 13f79535-47bb-0310-9956-ffa450edef68
2013-08-20 19:39:26 +00:00
Enis Soztutar
88afeb0c0e
Set executable bit for bin/hbase-cleanup.sh
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1515803 13f79535-47bb-0310-9956-ffa450edef68
2013-08-20 12:50:15 +00:00
Jonathan Hsieh
bbaafba2b5
HBASE-9195 Fix TestFSHDFSUtils against java7 test re-ordering (Himanshu Vashishtha)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1515685 13f79535-47bb-0310-9956-ffa450edef68
2013-08-20 01:54:29 +00:00
Jonathan Hsieh
7d94fa70f5
HBASE-9262 Make KeyValue.KEY_COMPARATOR default for HFileWriterFactory
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1515591 13f79535-47bb-0310-9956-ffa450edef68
2013-08-19 20:30:02 +00:00
jeffreyz
bf80b04b97
HBASE-8960: TestDistributedLogSplitting - fix testWorkerAbort & testDisallowWritesInRecovering
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1515550 13f79535-47bb-0310-9956-ffa450edef68
2013-08-19 18:38:53 +00:00
eclark
e91ef96624
HBASE-9253 clean up IT test code.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1515207 13f79535-47bb-0310-9956-ffa450edef68
2013-08-18 20:29:54 +00:00
Andrew Kyle Purtell
1668952866
HBASE-9243. Add more useful statistics in the HFile tool (Alexandre Normand)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1515195 13f79535-47bb-0310-9956-ffa450edef68
2013-08-18 18:25:38 +00:00
Zhihong Yu
f06592a1ab
HBASE-9023 Addendum makes the wait for flush look for 2 store files
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1515189 13f79535-47bb-0310-9956-ffa450edef68
2013-08-18 18:06:31 +00:00
Andrew Kyle Purtell
dec9876d5f
HBASE-9251. list_namespace_tables seems to fail
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1515185 13f79535-47bb-0310-9956-ffa450edef68
2013-08-18 17:55:07 +00:00
Jonathan Hsieh
b9e92fdf6f
HBASE-9246 Remove ROOT_TABLEDESC, ROOT_REGIONINFO, and ROOT_TABLE_NAME
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1515160 13f79535-47bb-0310-9956-ffa450edef68
2013-08-18 16:28:10 +00:00
jxiang
1b890d3ecd
HBASE-9234 Rebuilding user regions should ignore system tables
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1515137 13f79535-47bb-0310-9956-ffa450edef68
2013-08-18 15:33:24 +00:00
jeffreyz
c4ad6a6b1e
HBASE-9257: TestAsyncProcess#testFailAndSuccess fails sometime due to a race condition
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1515075 13f79535-47bb-0310-9956-ffa450edef68
2013-08-18 06:14:01 +00:00
jeffreyz
40870be471
HBASE-9255: TestAsyncProcess#testErrorsServers is flaky on suse linux
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1515031 13f79535-47bb-0310-9956-ffa450edef68
2013-08-17 18:46:33 +00:00
mbertozzi
8b39e48691
HBASE-9233 isTableAvailable() may be stuck if an offline parent was never assigned
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514902 13f79535-47bb-0310-9956-ffa450edef68
2013-08-16 21:43:15 +00:00
eclark
0a31b4bd8a
HBASE-9250 Make sure lease time isn't ever negative.
...
Sometimes nextLease.getDelay can return a negative number. Trying to
sleep for a negative time thows an uncaught exception bringing down the
whole regionserver.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514899 13f79535-47bb-0310-9956-ffa450edef68
2013-08-16 21:41:03 +00:00
eclark
ec67046424
HBASE-9237 Integration test cleanup after ChaosMonkey refactor
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514864 13f79535-47bb-0310-9956-ffa450edef68
2013-08-16 19:36:28 +00:00
Zhihong Yu
0a9173ea85
HBASE-9239 TestStoreFileBlockCacheSummary#testBlockCacheSummary occasionally fails (Ted Yu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514770 13f79535-47bb-0310-9956-ffa450edef68
2013-08-16 16:16:04 +00:00
jxiang
b058cdf710
HBASE-9204 An Offline SplitParent Region can be assigned breaking split references
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514747 13f79535-47bb-0310-9956-ffa450edef68
2013-08-16 15:20:56 +00:00
Zhihong Yu
01f291e7b5
HBASE-9236 region_mover#getTable() should use TableName.toString() instead of Bytes.toString()
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514552 13f79535-47bb-0310-9956-ffa450edef68
2013-08-16 01:20:59 +00:00
Zhihong Yu
2b14f9db32
HBASE-9023 TestIOFencing.testFencingAroundCompactionAfterWALSync occasionally fails
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514538 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 23:19:23 +00:00
eclark
01bdee029a
HBASE-9194 Break HMaster metrics into multiple contexts
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514513 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 22:04:24 +00:00
Michael Stack
4bfc15f2b9
HBASE-9227 RESTServer should handle the loginUser correctly
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514440 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 19:07:46 +00:00
Michael Stack
11b7da45ec
HBASE-8667 Master and Regionserver not able to communicate if both bound to different network interfaces on the same machine
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514427 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 18:25:58 +00:00
jeffreyz
72eacc89f3
hbase-9226: Thrift host and port are hardcoded in thrift2 DemoClient.java
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514425 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 18:25:21 +00:00
jeffreyz
00c3eb1a0e
hbase-9222: Thrift DemoClient failed with error IllegalArgument(message:Row length is 0)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514401 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 17:49:37 +00:00
Jonathan Hsieh
4dd82c9b1c
HBASE-9164 Convert List<? extends Cell> anti pattern to List<Cell> pattern
...
This patch also starts a refactor of the KVComparator.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514400 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 17:49:06 +00:00
Michael Stack
58ee2bbf24
HBASE-9232 Fix javadoc warning and a few findbugs items
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514309 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 14:59:00 +00:00
eclark
1fe8c622c9
HBASE-9193 Make what Chaos monkey actions run configurable per test.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514163 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 05:44:56 +00:00
Michael Stack
c8db00c87a
HBASE-9177 Cluster UUID is not properly parsable after rewriting to PB.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514161 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 05:34:41 +00:00
Michael Stack
7170a40dec
HBASE-9191 Update Loadbalancer method to throw HBaseIOException
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514155 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 04:36:11 +00:00
eclark
ef0a055787
HBASE-9229 Fix release warning
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514140 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 02:42:10 +00:00
Zhihong Yu
8c4a9c79d8
HBASE-9225 Enable TRACE logging in TestReplicationBase
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514107 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 00:37:53 +00:00
Michael Stack
92190aa973
HBASE-9224 Print out name of the method we do not support rather than throw NPE
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514102 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 23:56:14 +00:00
eclark
e926483258
HBASE-9121 Update HTrace to 2.00 and add new example usage. -- Part2
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514094 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 23:29:48 +00:00
eclark
5c2a90aa28
HBASE-9121 Update HTrace to 2.00 and add new example usage.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514091 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 23:20:51 +00:00
Jean-Daniel Cryans
17c120f08c
HBASE-8719 Fix responseTooSlow formatting
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514036 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 20:48:54 +00:00
ramkrishna
50c3e3a6da
HBASE-7391 - Review/improve HLog compression's memory consumption - End of line character removal (Ram)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514004 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 18:42:06 +00:00
eclark
2e74ef45c4
HBASE-9144 Leases class has contention that's not needed
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513974 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 17:41:29 +00:00
Jonathan Hsieh
88de40d738
HBASE-9196 Remove dead code related to KeyValue
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513964 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 17:00:45 +00:00
ramkrishna
d21859e048
HBASE-7391 - Review/improve HLog compression's memory consumption (Ram)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513961 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 16:54:49 +00:00
Michael Stack
e79dea8fb4
HBASE-9182 Allow non-admin users to list all table names
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513921 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 15:03:35 +00:00
Michael Stack
5d9f9c9a20
HBASE-9135 Upgrade hadoop 1 version to 1.2.1 which is stable; RESTORE -- THIS DID NOT BREAK BUILD AS I THOUGHT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513739 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 06:47:48 +00:00
Michael Stack
bca9ac9860
Upgrade hadoop 1 version to 1.2.1 which is stable: REVERT -- Breaks TestShell
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513737 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 06:22:19 +00:00
Michael Stack
db3824ab5b
HBASE-9128 Drop the '.' prefix from names under hbase.rootdir after namespaces goes in
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513736 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 06:19:50 +00:00
Michael Stack
1f30fd6f46
HBASE-9160 TestNamespaceUpgrade fails on hadoop 2.1 due to existence of .snapshot directory in tar ball
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513733 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 06:10:20 +00:00
Zhihong Yu
ebd989116c
HBASE-9135 Upgrade hadoop 1 version to 1.2.1 which is stable
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513715 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 02:32:56 +00:00