Commit Graph

5958 Commits

Author SHA1 Message Date
Jonathan Hsieh 2eb9249ac2 HBASE-7528 Unhelpful NPE in hbck -repair when adopting orphans if no tableinfo is found (Sergey Shelukhin)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431637 13f79535-47bb-0310-9956-ffa450edef68
2013-01-10 20:58:59 +00:00
zjushch f26e14a1b1 HBASE-7504 -ROOT- may be offline forever after FullGC of RS (Chunhui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431208 13f79535-47bb-0310-9956-ffa450edef68
2013-01-10 08:36:50 +00:00
mbertozzi f31d7f7eb2 HBASE-7526 create table does not log the table name in audit log
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431162 13f79535-47bb-0310-9956-ffa450edef68
2013-01-10 00:34:32 +00:00
Zhihong Yu 19b8272c48 HBASE-7479 Remove VersionedProtocol and ProtocolSignature from RPC, addendum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431145 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 23:23:05 +00:00
Zhihong Yu 36164595bb HBASE-7299 TestMultiParallel fails intermittently in trunk builds, addendum 3
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431138 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 23:05:34 +00:00
Zhihong Yu 39954ddcd4 HBASE-5416 Improve performance of scans with some kind of filters (Max Lapan and Sergey)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431103 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 21:37:35 +00:00
Zhihong Yu afd485e88a Change affiliation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431090 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 21:24:04 +00:00
Enis Soztutar fd34e19f8e HBASE-6824. Introduce ${hbase.local.dir} and save coprocessor jars there
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431081 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 21:13:06 +00:00
Zhihong Yu 3decb8b16e HBASE-7524 hbase-policy.xml is improperly set thus all rules in it can be by-passed (Kai Zheng)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431049 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 20:39:52 +00:00
Zhihong Yu a7fa6e348a HBASE-7515 Store.loadStoreFiles should close opened files if there's an exception (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431045 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 20:32:49 +00:00
zjushch 485cf1a3ce HBASE-7505 Server will hang when stopping cluster, caused by waiting for split threads(Chunhui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1430749 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 09:45:21 +00:00
mbertozzi 369b436bff HBASE-6386 Audit log messages do not include column family / qualifier information consistently (Marcelo Vanzin)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1430691 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 05:45:33 +00:00
Michael Stack 4ab4e075bb HBASE-7479 Remove VersionedProtocol and ProtocolSignature from RPC
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1430677 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 04:23:02 +00:00
mbertozzi 9924f8c7a6 HBASE-7518 Move AuthResult out of AccessController
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1430631 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 23:34:10 +00:00
eclark 087f1df0e2 HBASE-7513 HDFSBlocksDistribution shouldn't send NPEs when something goes wrong
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1430560 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 21:50:38 +00:00
Zhihong Yu f77e5b5bff HBASE-7441 Make ClusterManager in IntegrationTestingUtility pluggable (Liu Shaohui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1430433 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 18:27:04 +00:00
nkeywal 4e0af48fe4 HBASE-7508 Fix simple findbugs
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1430169 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 08:31:11 +00:00
Andrew Kyle Purtell 176ddb066c HBASE-7414. Convert some HFile metadata to PB
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1430106 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 01:15:05 +00:00
Michael Stack 34f53170b9 HBASE-7476 HBase shell count command doesn't escape binary output
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1430003 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 20:59:16 +00:00
Zhihong Yu 27739350c0 HBASE-7369 HConnectionManager should remove aborted connections (Bryan Baugher)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1429556 13f79535-47bb-0310-9956-ffa450edef68
2013-01-06 17:11:27 +00:00
larsh 8f16cdfb65 HBASE-7499 TestScannerTimeout timeout is too aggressive.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1429459 13f79535-47bb-0310-9956-ffa450edef68
2013-01-06 03:12:11 +00:00
jxiang c543a70e68 HBASE-7498 Make REST server thread pool size configurable
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1429364 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 19:31:40 +00:00
Zhihong Yu c8138e1c3e HBASE-7405 Enforce PB ser/de for Aggregate protocol and associated ColumnInterpreter user code bits (Devaraj Das)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1429278 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 13:22:04 +00:00
Zhihong Yu 94bd157d21 HBASE-7450 orphan RPC connection in HBaseClient leaves "null" out member, causing NPE in HCM (Zavier Gao)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1429017 13f79535-47bb-0310-9956-ffa450edef68
2013-01-04 18:21:39 +00:00
Zhihong Yu e107a64087 HBASE-7488 Implement HConnectionManager.locateRegions which is currently returning null (Jean-Marc)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1428907 13f79535-47bb-0310-9956-ffa450edef68
2013-01-04 14:55:47 +00:00
nkeywal a88563783a HBASE-7489 TestHCM is racy
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1428818 13f79535-47bb-0310-9956-ffa450edef68
2013-01-04 12:14:02 +00:00
nkeywal 2286a1c8f4 HBASE-7475 TestUpgradeFromHFileV1ToEncoding.testUpgrade hangs
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1428776 13f79535-47bb-0310-9956-ffa450edef68
2013-01-04 10:29:43 +00:00
Jonathan Hsieh b1e92a4746 HBASE-6694 Test scanner batching in export job feature from HBASE-6372 (Alexander Alten-Lorenz)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1428772 13f79535-47bb-0310-9956-ffa450edef68
2013-01-04 09:58:49 +00:00
Jonathan Hsieh 77e46a5141 HBASE-7490 dev-support script to generate protobuf code
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1428628 13f79535-47bb-0310-9956-ffa450edef68
2013-01-03 22:00:14 +00:00
zjushch 847742b94d Added Chunhui Shen as a committer
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1428224 13f79535-47bb-0310-9956-ffa450edef68
2013-01-03 09:00:07 +00:00
larsh 76cc226867 HBASE-7485 TestSplitLogManager is still flaky on windows (Enis)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1428168 13f79535-47bb-0310-9956-ffa450edef68
2013-01-03 05:32:17 +00:00
Andrew Kyle Purtell a1079157ec HBASE-7351, HBASE-7399, HBASE-7406. Periodic health check chore (Vandana Ayyalasomayajula)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1428141 13f79535-47bb-0310-9956-ffa450edef68
2013-01-03 02:12:24 +00:00
Enis Soztutar 60007bbe63 HBASE-7423 HFileArchiver should not use the configuration from the Filesystem
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1427991 13f79535-47bb-0310-9956-ffa450edef68
2013-01-02 20:11:14 +00:00
Andrew Kyle Purtell 7beca53644 HBASE-7472. [REST] Support MIME type application/protobuf
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1427843 13f79535-47bb-0310-9956-ffa450edef68
2013-01-02 16:18:30 +00:00
nkeywal 1a7e1a2090 HBASE-6811 TestDrainingServer#testDrainingServerWithAbort sometimes fails in trunk
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1427739 13f79535-47bb-0310-9956-ffa450edef68
2013-01-02 11:06:12 +00:00
Andrew Kyle Purtell 74a23195f8 HBASE-7464. [REST] Sending HTML for errors is unhelpful
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1427567 13f79535-47bb-0310-9956-ffa450edef68
2013-01-01 21:53:03 +00:00
Zhihong Yu bca9450cf2 HBASE-7299 TestMultiParallel fails intermittently in trunk builds, addendum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1427289 13f79535-47bb-0310-9956-ffa450edef68
2013-01-01 03:12:15 +00:00
Zhihong Yu 9de9366147 HBASE-7467 CleanerChore checkAndDeleteDirectory not deleting empty directories (Jean-Marc and Jesse Yates)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1427287 13f79535-47bb-0310-9956-ffa450edef68
2013-01-01 03:07:31 +00:00
Andrew Kyle Purtell e204b6a2d4 HBASE-7469. [REST] Share a HBaseAdmin instance
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1427226 13f79535-47bb-0310-9956-ffa450edef68
2012-12-31 19:12:26 +00:00
nkeywal deeb84ae5a HBASE-7390 Add extra test cases for assignement on the region server and fix the related issues
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1427064 13f79535-47bb-0310-9956-ffa450edef68
2012-12-31 09:50:27 +00:00
Zhihong Yu 8d70de20e0 HBASE-7299 TestMultiParallel fails intermittently in trunk builds (Chunhui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426965 13f79535-47bb-0310-9956-ffa450edef68
2012-12-30 17:00:53 +00:00
Jonathan Hsieh 21e5b5200d HBASE-7459 NPE in HMaster TestLocalHBaseCluster
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426789 13f79535-47bb-0310-9956-ffa450edef68
2012-12-29 17:16:14 +00:00
Michael Stack 9e249881ef HBASE-7224 Remove references to Writable in the ipc package
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426729 13f79535-47bb-0310-9956-ffa450edef68
2012-12-29 09:27:24 +00:00
Michael Stack 6184854cd8 HBASE-7457 Fix javadoc warnings in hadoopqa tool, it complains about unsafe accesses
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426728 13f79535-47bb-0310-9956-ffa450edef68
2012-12-29 09:25:24 +00:00
larsh d3371b1b09 HBASE-7455 Increase timeouts in TestReplication and TestSplitLogWorker
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426710 13f79535-47bb-0310-9956-ffa450edef68
2012-12-29 06:22:10 +00:00
ramkrishna 6a73d59a19 HBASE-7258 Hbase needs to create baseZNode recursively (Liu Shaohui via Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426707 13f79535-47bb-0310-9956-ffa450edef68
2012-12-29 04:39:41 +00:00
larsh 3704dc67f6 HBASE-7440 ReplicationZookeeper#addPeer is racy (Himanshu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426702 13f79535-47bb-0310-9956-ffa450edef68
2012-12-29 04:16:12 +00:00
jxiang 0c56fe3198 HBASE-7412 Fix how HTableDescriptor handles default max file size and flush size - ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426683 13f79535-47bb-0310-9956-ffa450edef68
2012-12-29 01:22:16 +00:00
mbertozzi c0031a58f4 Added Matteo Bertozzi as a developer
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426661 13f79535-47bb-0310-9956-ffa450edef68
2012-12-28 23:27:14 +00:00
jxiang 0c504ad79f HBASE-7412 Fix how HTableDescriptor handles default max file size and flush size
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426657 13f79535-47bb-0310-9956-ffa450edef68
2012-12-28 23:12:12 +00:00