Commit Graph

1011 Commits

Author SHA1 Message Date
Zhihong Yu 997c8f8d6b HBASE-7731 Append/Increment methods in HRegion don't check whether the table is readonly or not (Devaraj)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1441593 13f79535-47bb-0310-9956-ffa450edef68
2013-02-01 19:28:41 +00:00
jxiang 157f4eb83d HBASE-7701 Opening regions on dead server are not reassigned quickly
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1441565 13f79535-47bb-0310-9956-ffa450edef68
2013-02-01 18:15:17 +00:00
Michael Stack 6657449eb4 HBASE-3890 Scheduled tasks in distributed log splitting not in sync with ZK
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1441321 13f79535-47bb-0310-9956-ffa450edef68
2013-02-01 06:59:14 +00:00
larsh 2ade85d0b8 HBASE-7729 TestCatalogTrackerOnCluster.testbadOriginalRootLocation fails occasionally
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1441238 13f79535-47bb-0310-9956-ffa450edef68
2013-01-31 22:43:44 +00:00
larsh 5b665ad594 HBASE-7717 addendum, really wait for all tables in TestSplitTransactionOnCluster.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1441150 13f79535-47bb-0310-9956-ffa450edef68
2013-01-31 19:24:48 +00:00
Zhihong Yu 8ab32498b9 HBASE-7711 rowlock release problem with thread interruptions in batchMutate (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1441066 13f79535-47bb-0310-9956-ffa450edef68
2013-01-31 17:08:59 +00:00
Zhihong Yu e2468f61f3 HBASE-7717 Wait until regions are assigned in TestSplitTransactionOnCluster (Lars H and Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440800 13f79535-47bb-0310-9956-ffa450edef68
2013-01-31 02:25:03 +00:00
jxiang e1118764de HBASE-7516 Make compaction policy pluggable
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440737 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 23:53:42 +00:00
jyates 27a27a05d4 HBASE-7702: Add filtering to Import jobs
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440717 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 22:33:55 +00:00
Enis Soztutar 1b5576c693 HBASE-6825. [WINDOWS] Java NIO socket channels does not work with Windows ipv6
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440679 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 21:31:21 +00:00
Zhihong Yu 03cbe99685 HBASE-7718 TestClassLoading needs to consider runtime classpath in buildCoprocessorJar (Jean-Marc)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440661 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 20:50:13 +00:00
Zhihong Yu d104b26a38 HBASE-7715 FSUtils#waitOnSafeMode can incorrectly loop on standby NN (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440600 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 19:30:16 +00:00
Zhihong Yu 58768ee0ed HBASE-7719 HTableDescriptor.setDeferredLogFlush should be synchronized (Jean-Marc)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440581 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 18:46:57 +00:00
Zhihong Yu 1641957baa HBASE-7503 Add exists(List) in HTableInterface to allow multiple parallel exists at one time (Jean-Marc)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440454 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 15:10:40 +00:00
larsh 023a37dd25 HBASE-7705 Make the method getCurrentPoolSize of HTablePool public (cuijianwei)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440284 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 05:48:21 +00:00
Zhihong Yu bd154b16c4 HBASE-7712 Pass ScanType into preCompact() (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440251 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 02:18:22 +00:00
Zhihong Yu 808a3378bb HBASE-7695 Remove unused member and local variables from HRegionServer (Nick Dimiduk)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440211 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 23:10:52 +00:00
Michael Stack 3d5de7ecbb HBASE-7674 add shell documentation for HBASE-7571
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440209 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 23:06:36 +00:00
Zhihong Yu eacea17618 HBASE-7706 Remove reservation blocks from region server (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440183 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 22:18:13 +00:00
larsh 554d5d239b HBASE-7545 Addendum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440157 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 21:38:04 +00:00
Zhihong Yu 0d95dc61e8 HBASE-7660 Remove HFileV1 code (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1439753 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 06:03:59 +00:00
Zhihong Yu 657c26acb8 HBASE-2611 Handle RS that fails while processing the failure of another one (Himanshu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1439744 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 05:04:36 +00:00
mbertozzi 1d330c9478 HBASE-7699 Replace LOG.info() with LOG.debug() in FSUtils.listStatus()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1439736 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 03:09:35 +00:00
Andrew Kyle Purtell c2272d7f22 HBASE-7688. Master coprocessor RPCs don't propagate exceptions (Mike Lewis)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1439692 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 23:25:57 +00:00
Jean-Daniel Cryans 938a6e7ccd HBASE-7673 Incorrect error logging when a replication peer
is removed (Gabriel Reid via JD)


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1439635 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 21:07:46 +00:00
Zhihong Yu 75953a7533 HBASE-7693 Hostname returned by TableInputFormatBase.reverseDNS contains trailing period (Robert Dyer)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1439556 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 18:31:50 +00:00
Zhihong Yu 8dd5332d5d HBASE-1212 merge tool expects regions all have different sequence ids (Jean-Marc)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1439495 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 16:54:58 +00:00
Zhihong Yu 72efa3a4aa HBASE-7687 TestCatalogTracker.testServerNotRunningIOException fails occasionally (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1439180 13f79535-47bb-0310-9956-ffa450edef68
2013-01-27 21:07:14 +00:00
larsh 275382a7c7 HBASE-7681 Addendum, close tables in TestRegionServerMetrics
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1439026 13f79535-47bb-0310-9956-ffa450edef68
2013-01-27 05:40:48 +00:00
larsh 1cdaa710be HBASE-7681 Address some recent random test failures
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1439003 13f79535-47bb-0310-9956-ffa450edef68
2013-01-27 00:17:53 +00:00
mbertozzi a3f0aea354 HBASE-7682 Replace HRegion custom File-System debug, with FSUtils.logFileSystemState()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1438974 13f79535-47bb-0310-9956-ffa450edef68
2013-01-26 22:03:02 +00:00
mbertozzi 48a565a739 HBASE-7643 HFileArchiver.resolveAndArchive() race condition may lead to snapshot data loss
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1438972 13f79535-47bb-0310-9956-ffa450edef68
2013-01-26 21:59:20 +00:00
Zhihong Yu e9f14f1073 HBASE-7669 Addendum fixes TestPriorityRpc
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1438853 13f79535-47bb-0310-9956-ffa450edef68
2013-01-26 05:28:14 +00:00
zjushch 4d7b2824be HBASE-7669 ROOT region wouldn't be handled by PRI-IPC-Handler(Chunhui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1438834 13f79535-47bb-0310-9956-ffa450edef68
2013-01-26 03:46:03 +00:00
Andrew Kyle Purtell d222498586 HBASE-7654. Add List<String> getCoprocessors() to HTableDescriptor (Jean-Marc Spaggiari)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1438789 13f79535-47bb-0310-9956-ffa450edef68
2013-01-26 00:20:44 +00:00
Zhihong Yu f95692ce65 HBASE-7571 add the notion of per-table or per-column family configuration (Sergey)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1438527 13f79535-47bb-0310-9956-ffa450edef68
2013-01-25 14:11:45 +00:00
Zhihong Yu a650c87f1f HBASE-7665 retry time sequence usage in HConnectionManager has off-by-one error (Sergey)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1438332 13f79535-47bb-0310-9956-ffa450edef68
2013-01-25 06:04:45 +00:00
Zhihong Yu 474163397a HBASE-7382 Port ZK.multi support from HBASE-6775 to 0.96 (Gregory, Himanshu and Ted)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1438317 13f79535-47bb-0310-9956-ffa450edef68
2013-01-25 04:34:05 +00:00
mbertozzi dab6872457 HBASE-7657 Make ModifyTableHandler synchronous (Himanshu Vashishtha)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1438298 13f79535-47bb-0310-9956-ffa450edef68
2013-01-25 02:38:31 +00:00
Enis Soztutar 6d25ad02d8 HBASE-7656. Clean up line endings to be LF in the repo
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1438204 13f79535-47bb-0310-9956-ffa450edef68
2013-01-24 21:33:39 +00:00
Zhihong Yu 963d5f007f HBASE-7268 correct local region location cache information can be overwritten (or deleted) w/stale information from an old server, Addendum (Sergey)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437851 13f79535-47bb-0310-9956-ffa450edef68
2013-01-24 03:19:29 +00:00
Zhihong Yu c637f33c8c HBASE-5664 CP hooks in Scan flow for fast forward when filter filters out a row (Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437790 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 23:01:50 +00:00
Enis Soztutar 507565e35f HBASE-6821. [WINDOWS] In TestMetaMigrationConvertingToPB .META. table name causes file system problems on windows
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437718 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 20:26:11 +00:00
Andrew Kyle Purtell 44b054897b HBASE-7594. TestLocalHBaseCluster failing on ubuntu2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437658 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 19:47:26 +00:00
Enis Soztutar 669626b15b HBASE-6829. [WINDOWS] Tests should ensure that HLog is closed
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437647 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 19:37:15 +00:00
Enis Soztutar 73d6cbb4cf HBASE-6832. [WINDOWS] Tests should use explicit timestamp for Puts, and not rely on implicit RS timing
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437643 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 19:32:06 +00:00
Zhihong Yu 6c1aac8f0e HBASE-6466 Enable multi-thread for memstore flush (Chunhui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437591 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 17:28:09 +00:00
jxiang 3e786cc548 HBASE-7648 TestAcidGuarantees.testMixedAtomicity hangs sometimes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437538 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 16:22:16 +00:00
Zhihong Yu 29a226e189 HBASE-6466 Revert, TestLogRolling failed twice on trunk build
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437274 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 05:28:51 +00:00
Zhihong Yu 538798fc95 HBASE-6466 Enable multi-thread for memstore flush (Chunhui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437252 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 02:28:36 +00:00
larsh e488304992 HBASE-7293 [replication] Remove dead sinks from ReplicationSource.currentPeers and pick new ones
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437240 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 23:57:19 +00:00
Michael Stack f60b8246e7 HBASE-7588 Fix two findbugs warning in MemStoreFlusher; REAPPLIED
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437154 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 20:45:40 +00:00
Michael Stack c3e140cd14 HBASE-7588 Fix two findbugs warning in MemStoreFlusher; REVERTED
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437121 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 19:43:44 +00:00
Michael Stack 3b345cd684 HBASE-7588 Fix two findbugs warning in MemStoreFlusher
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437119 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 19:42:30 +00:00
Enis Soztutar 14a20fceee HBASE-7642. HBase shell cannot set Compression
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437099 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 18:59:07 +00:00
Zhihong Yu c4fbb3ae2e HBASE-7329 remove flush-related records from WAL and make locking more granular (Sergey)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1436678 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 22:58:09 +00:00
Zhihong Yu 90417abe51 HBASE-7329 Revert due to compilation error
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1436633 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 21:36:25 +00:00
Zhihong Yu 644cf0f636 HBASE-7329 remove flush-related records from WAL and make locking more granular (Sergey)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1436632 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 21:33:37 +00:00
Zhihong Yu e5ef0c2a04 HBASE-7635 Proxy created by HFileSystem#createReorderingProxy() should implement Closeable (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1436594 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 20:29:34 +00:00
Michael Stack 4580a66bbb HBASE-3170 RegionServer confused about empty row keys
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1436587 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 20:11:42 +00:00
Enis Soztutar f17016bd5b HBASE-7268. Correct local region location cache information can be overwritten w/stale information from an old server (Sergey Shelukhin)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1436583 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 20:07:25 +00:00
Zhihong Yu 7e1a05c200 HBASE-6907 KeyValue equals and compareTo methods should match (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1436434 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 15:59:06 +00:00
zjushch 6298623a2f HBASE-7507 Make memstore flush be able to retry after exception (Chunhui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1436111 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 02:23:56 +00:00
Michael Stack c56eeb9598 HBASE-7577 Review names of all znodes in zk to make sure they are sensible before 0.96
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1435995 13f79535-47bb-0310-9956-ffa450edef68
2013-01-20 22:56:15 +00:00
Michael Stack ea245beac7 HBASE-7315 Remove support for client-side RowLocks
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1435747 13f79535-47bb-0310-9956-ffa450edef68
2013-01-19 22:45:11 +00:00
Michael Stack b96d60d659 HBASE-7601 Fix 8 remaining EQ findbug warnings from hbase-server.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1435487 13f79535-47bb-0310-9956-ffa450edef68
2013-01-19 05:05:50 +00:00
Gary Helmling da18540ea3 HBASE-7460 Cleanup RPC client connection layers
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1435414 13f79535-47bb-0310-9956-ffa450edef68
2013-01-18 23:32:39 +00:00
Zhihong Yu 96214c1a7c HBASE-7542 SCVF: Avoid sending two unwanted boolean values from client to RS (Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1435303 13f79535-47bb-0310-9956-ffa450edef68
2013-01-18 19:04:50 +00:00
Zhihong Yu c19520a956 HBASE-7299 TestMultiParallel fails intermittently in trunk builds, addendum 4 (Chunhui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1435301 13f79535-47bb-0310-9956-ffa450edef68
2013-01-18 18:49:42 +00:00
Michael Stack 0c9a81436e HBASE-7565 [replication] Create an interface for the replication state node
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1435250 13f79535-47bb-0310-9956-ffa450edef68
2013-01-18 17:02:28 +00:00
mbertozzi d333239070 HBASE-7596 Redundant FSTableDescriptor update
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434979 13f79535-47bb-0310-9956-ffa450edef68
2013-01-18 00:10:40 +00:00
larsh 907fdcb1f6 HBASE-7602 TestFromClientSide.testPoolBehavior is incorrect
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434855 13f79535-47bb-0310-9956-ffa450edef68
2013-01-17 18:42:34 +00:00
Andrew Kyle Purtell d82b07dc6d HBASE-7585. TestAccessController tests should close HTables
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434846 13f79535-47bb-0310-9956-ffa450edef68
2013-01-17 18:22:50 +00:00
Zhihong Yu b996b19d8e HBASE-7034 Bad version, failed OPENING to OPENED but master thinks it is open anyways (Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434800 13f79535-47bb-0310-9956-ffa450edef68
2013-01-17 17:35:16 +00:00
Michael Stack 28b79e1214 HBASE-7595 Fix one findbug warning in ReplicationSourceManager
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434561 13f79535-47bb-0310-9956-ffa450edef68
2013-01-17 05:39:22 +00:00
Zhihong Yu 4ef3a7b395 HBASE-7238 Size based scan metric broken by protobufs (Sergey)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434558 13f79535-47bb-0310-9956-ffa450edef68
2013-01-17 05:06:39 +00:00
Enis Soztutar ca430a2314 HBASE-7563. Move CompoundConfiguration to common and add string map support (Sergey Shelukhin). Addendum commit for the moved files.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434541 13f79535-47bb-0310-9956-ffa450edef68
2013-01-17 02:29:03 +00:00
Enis Soztutar 7adfd368cb HBASE-7563. Move CompoundConfiguration to common and add string map support (Sergey Shelukhin)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434540 13f79535-47bb-0310-9956-ffa450edef68
2013-01-17 02:24:23 +00:00
larsh ec117ea67d HBASE-7578 TestCatalogTracker hangs occasionally
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434436 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 22:10:46 +00:00
Michael Stack 7b17ed9e91 HBASE-6066 some low hanging read path improvement ideas
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434415 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 21:36:57 +00:00
Andrew Kyle Purtell bda467aeca HBASE-7587. Fix two findbugs warnings in RowResource (Jean-Marc Spaggiari)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434376 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 20:43:03 +00:00
Michael Stack 5c8c3d0a8c HBASE-7586 Fix two findbugs warnings to get our count down to the tolerated number again
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434365 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 20:25:23 +00:00
Michael Stack ee766c07f9 HBASE-4451 Improve zk node naming (/hbase/shutdown)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434101 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 18:44:21 +00:00
Andrew Kyle Purtell adb7e27eb2 HBASE-7584. Improve TestAccessController.testAppend
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434091 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 18:27:31 +00:00
nkeywal b892e48c7e HBASE-7581 TestAccessController depends on the execution order
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434057 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 17:27:42 +00:00
mbertozzi 5bc5ee613f HBASE-7560 TestCompactionState failures
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434045 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 17:13:25 +00:00
jxiang 9723ea9cdf HBASE-7575 FSUtils#getTableStoreFilePathMap should all ignore non-table folders
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434010 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 16:14:17 +00:00
Zhihong Yu a06597e34a HBASE-7213 Addendum tries to fix premature LogRoller exit (Chunhui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433830 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 05:45:13 +00:00
Zhihong Yu db4a453149 HBASE-7549 Make HTableInterface#batch() javadoc proper (Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433805 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 02:37:55 +00:00
Zhihong Yu 10c1bceda4 HBASE-6748 Endless recursive of deleteNode happened in SplitLogManager#DeleteAsyncCallback (Jeffrey Zhong)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433733 13f79535-47bb-0310-9956-ffa450edef68
2013-01-15 23:18:56 +00:00
Michael Stack 5f60754608 HBASE-7570 rename user metadata dictionary in shell from CONFIG
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433730 13f79535-47bb-0310-9956-ffa450edef68
2013-01-15 23:10:05 +00:00
larsh 289c12dea3 HBASE-7551 nodeChildrenChange event may happen after the transition to RS_ZK_REGION_SPLITTING in SplitTransaction causing the SPLIT event to be missed in the master side. (Ram, Ted, and Lars H)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433696 13f79535-47bb-0310-9956-ffa450edef68
2013-01-15 22:14:23 +00:00
mbertozzi 21ebbdae06 HBASE-7537 .regioninfo not created by createHRegion()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433514 13f79535-47bb-0310-9956-ffa450edef68
2013-01-15 16:51:44 +00:00
Zhihong Yu 7fb425daf4 HBASE-5498 Secure Bulk Load (Francis Liu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433452 13f79535-47bb-0310-9956-ffa450edef68
2013-01-15 15:19:52 +00:00
nkeywal 2c2e0bc6cf HBASE-7556 TestAdmin depends on the execution order
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433314 13f79535-47bb-0310-9956-ffa450edef68
2013-01-15 08:53:16 +00:00
Michael Stack a380af2543 HBASE-7569 change HTD/HCD to use standard byte-byte pair for metadata
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433289 13f79535-47bb-0310-9956-ffa450edef68
2013-01-15 05:07:56 +00:00
Michael Stack 238bcb34da HBASE-7566 remove useless ctor from HRegion and move sporadic null checks earlier
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433288 13f79535-47bb-0310-9956-ffa450edef68
2013-01-15 04:59:13 +00:00
mbertozzi 2e2eec2d06 HBASE-7558 Client not able to access /hbase/unassigned in secure cluster
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433251 13f79535-47bb-0310-9956-ffa450edef68
2013-01-15 00:51:23 +00:00
Zhihong Yu 96c32807dd HBASE-7383 create integration test for HBASE-5416 (improving scan performance for certain filters) (Sergey)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433224 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 23:57:48 +00:00
Zhihong Yu 9575f0f0a0 HBASE-7213 Have HLog files for .META. and -ROOT- edits only (Devaraj Das)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433152 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 21:43:31 +00:00
Zhihong Yu 920153a859 HBASE-7552 Pass bufferSize param to FileLinkInputStream constructor within FileLink.open method, and remove unnecessary import packages (Julian Zhou)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433112 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 20:40:48 +00:00
Jean-Daniel Cryans 64147bd02f HBASE-7545 [replication] Break out TestReplication into manageable classes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433057 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 19:11:42 +00:00
nkeywal ef2a643d22 HBASE-7553 TestServerCustomProtocol depends on the test methods execution order
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433014 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 18:03:57 +00:00
nkeywal cfb6fbefe2 HBASE-7554 TestZooKeeper depends on the execution order
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1432970 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 16:06:16 +00:00
zjushch 90ed67dc9a HBASE-7404 Bucket Cache:A solution about CMS,Heap Fragment and Big Cache on HBASE (Chunhui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1432797 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 04:08:17 +00:00
Enis Soztutar e4711dc714 HBASE-7384 Introducing waitForCondition function into test cases (Jeffrey Zhong)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1432358 13f79535-47bb-0310-9956-ffa450edef68
2013-01-12 02:07:25 +00:00
Michael Stack ad853582b4 HBASE-7540 Make znode dump to print a dump of replciation znodes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1432235 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 19:10:33 +00:00
Michael Stack d4f7604298 HBASE-7213 Have HLog files for .META. edits only; REVERT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1432234 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 19:08:22 +00:00
Zhihong Yu e5349081c2 HBASE-7502 TestScannerTimeout fails on snapshot branch (Himanshu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1432211 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 18:28:20 +00:00
Michael Stack 641a592b51 HBASE-7213 Have HLog files for .META. edits only
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431935 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 08:31:23 +00:00
Michael Stack 2ade9c0048 HBASE-7387 StoreScanner need to be able to be subclassed
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431916 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 07:05:21 +00:00
zjushch 50bac9f397 HBASE-7506 Judgment of carrying ROOT/META will become wrong when expiring server (Chunhui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431901 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 05:47:18 +00:00
Michael Stack fcc11f61e5 HBASE-7318 Add verbose logging option to HConnectionManager
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431894 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 05:27:37 +00:00
zjushch bda51b6458 HBASE-7529 Wrong ExecutorType for EventType.M_RS_OPEN_ROOT in trunk
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431816 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 02:22:59 +00:00
Jean-Daniel Cryans 72bf55b224 HBASE-7530 [replication] Work around HDFS-4380 else we get NPEs
HBASE-7531  [replication] NPE in SequenceFileLogReader because
            ReplicationSource doesn't nullify the reader
HBASE-7534  [replication] TestReplication.queueFailover can fail
            because HBaseTestingUtility.createMultiRegions is dangerous


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431768 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 00:53:28 +00:00
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
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
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
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
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
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
Zhihong Yu 5807515e54 HBASE-7428 There are multiple HConstants for configuring Zookeeper timeout (Nick Dimiduk)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426611 13f79535-47bb-0310-9956-ffa450edef68
2012-12-28 19:19:06 +00:00
nkeywal 4409ba741c HBASE-7443 More findbugs fixes - addendum - fix compilation error
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426557 13f79535-47bb-0310-9956-ffa450edef68
2012-12-28 16:02:07 +00:00
nkeywal 92c98a76d1 HBASE-7443 More findbugs fixes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426511 13f79535-47bb-0310-9956-ffa450edef68
2012-12-28 13:56:15 +00:00
Zhihong Yu 3e600deba2 HBASE-3776 Addendum fixes reference to BloomType
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426409 13f79535-47bb-0310-9956-ffa450edef68
2012-12-28 05:41:48 +00:00
Zhihong Yu 14e3bed584 HBASE-3776 Add Bloom Filter Support to HFileOutputFormat (Anoop Sam John)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426406 13f79535-47bb-0310-9956-ffa450edef68
2012-12-28 05:23:42 +00:00
Zhihong Yu e9555cb36e HBASE-5776 HTableMultiplexer (Liyin, binlijin and Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426221 13f79535-47bb-0310-9956-ffa450edef68
2012-12-27 15:07:28 +00:00
larsh 58aa9d60c0 HBASE-7438 TestSplitTransactionOnCluster has too many infinite loops
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426066 13f79535-47bb-0310-9956-ffa450edef68
2012-12-26 22:31:14 +00:00
larsh fb5883bea6 HBASE-7431 TestSplitTransactionOnCluster tests still flaky
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1425572 13f79535-47bb-0310-9956-ffa450edef68
2012-12-24 02:09:51 +00:00
nkeywal 9fac4877d3 HBASE-5598 Analyse and fix the findbugs reporting by QA and add invalid bugs into findbugs-excludeFilter file
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1425351 13f79535-47bb-0310-9956-ffa450edef68
2012-12-22 22:05:30 +00:00
eclark dceffb1bda HBASE-7426 Fix PreCheckin script to error out when there are Javadoc errors.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1425281 13f79535-47bb-0310-9956-ffa450edef68
2012-12-22 13:43:41 +00:00
eclark 08671a4129 HBASE-7186 Split Classes for Client/Server module split.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1425198 13f79535-47bb-0310-9956-ffa450edef68
2012-12-21 23:39:30 +00:00
eclark dae051d664 HBASE-7425 Move to the newest BootStrap css and js for the webui.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1425196 13f79535-47bb-0310-9956-ffa450edef68
2012-12-21 23:36:10 +00:00
jxiang b29a0eb9b7 HBASE-7421 TestHFileCleaner->testHFileCleaning has an aggressive timeout
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1425108 13f79535-47bb-0310-9956-ffa450edef68
2012-12-21 19:40:23 +00:00
Michael Stack b70f27ac6a HBASE-6895 Remove CoprocessorProtocol support and implementations
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1425010 13f79535-47bb-0310-9956-ffa450edef68
2012-12-21 16:37:03 +00:00
Michael Stack 1793a0bbcd HBASE-6789 Convert test CoprocessorProtocol implementations to protocol buffer services
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1424808 13f79535-47bb-0310-9956-ffa450edef68
2012-12-21 04:29:43 +00:00
jxiang 4480a9f6eb HBASE-7373 table should not be required in AccessControlService
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1424604 13f79535-47bb-0310-9956-ffa450edef68
2012-12-20 17:44:45 +00:00
Michael Stack cdf88c07dc HBASE-7397 HTable.coprocessorService() should allow null values in returned Map
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1424282 13f79535-47bb-0310-9956-ffa450edef68
2012-12-20 03:55:54 +00:00
Jean-Daniel Cryans c8486bb705 Trying to see if this fixes Jenkins (TestRep sleep .5 => 1.5s)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1424275 13f79535-47bb-0310-9956-ffa450edef68
2012-12-20 03:22:34 +00:00
Jean-Daniel Cryans cfafe13c1f HBASE-7158 Allow CopyTable to identify the source cluster (for replication scenarios)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1424193 13f79535-47bb-0310-9956-ffa450edef68
2012-12-19 22:46:07 +00:00
Jean-Daniel Cryans ef20e8a8da HBASE-5778 Fix HLog compression's incompatibilities
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1424174 13f79535-47bb-0310-9956-ffa450edef68
2012-12-19 22:23:27 +00:00
Gary Helmling 63760196ee HBASE-6788 Convert AuthenticationProtocol to protocol buffer service; ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1424146 13f79535-47bb-0310-9956-ffa450edef68
2012-12-19 21:27:04 +00:00
Gary Helmling a7faf0d605 HBASE-6788 Convert AuthenticationProtocol to protocol buffer service
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1424122 13f79535-47bb-0310-9956-ffa450edef68
2012-12-19 21:22:36 +00:00
Zhihong Yu 593fe025b5 HBASE-6499 StoreScanner's QueryMatcher not reset on store update (Max Lapan)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1424020 13f79535-47bb-0310-9956-ffa450edef68
2012-12-19 18:49:34 +00:00
jxiang 04b3f13b38 HBASE-7199 hbck should check lingering reference hfile and have option to sideline them automatically
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423970 13f79535-47bb-0310-9956-ffa450edef68
2012-12-19 17:29:39 +00:00
jxiang d4e08292b7 HBASE-6887 Convert security-related shell commands to use PB-based AccessControlService
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423965 13f79535-47bb-0310-9956-ffa450edef68
2012-12-19 17:16:49 +00:00
Michael Stack ef1b95bab2 HBASE-6585 Audit log messages should contain info about the higher level operation being executed
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423775 13f79535-47bb-0310-9956-ffa450edef68
2012-12-19 07:52:24 +00:00
gchanan 344ae36d07 HBASE-7377 Clean up TestHBase7051
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423674 13f79535-47bb-0310-9956-ffa450edef68
2012-12-18 21:33:52 +00:00
Michael Stack 96f6aa3b95 HBASE-7361 Fix all javadoc warnings in hbase-server/{,mapreduce}; ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423667 13f79535-47bb-0310-9956-ffa450edef68
2012-12-18 21:19:45 +00:00
Michael Stack e21c9fde83 HBASE-7363 Fix javadocs warnings for hbase-server packages from master to end; ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423581 13f79535-47bb-0310-9956-ffa450edef68
2012-12-18 19:07:34 +00:00
Andrew Kyle Purtell 115a8fd439 HBASE-7374. Expose table operations for coprocessors by way of MasterServices
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423578 13f79535-47bb-0310-9956-ffa450edef68
2012-12-18 19:01:23 +00:00
jxiang c001f73c37 HBASE-7376 Acquiring readLock does not apply timeout in HRegion#flushcache (binlijin)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423551 13f79535-47bb-0310-9956-ffa450edef68
2012-12-18 17:53:57 +00:00
eclark 8aaff7c3d4 HBASE-7370 Remove Writable From ScanMetrics.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423435 13f79535-47bb-0310-9956-ffa450edef68
2012-12-18 13:57:49 +00:00
larsh f3aece94d2 HBASE-7371 Blocksize in TestHFileBlock is unintentionally small
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423286 13f79535-47bb-0310-9956-ffa450edef68
2012-12-18 06:25:19 +00:00
Michael Stack 47775d321d HBASE-4791 Allow Secure Zookeeper JAAS configuration to be programmatically set (rather than only by reading JAAS configuration file)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423238 13f79535-47bb-0310-9956-ffa450edef68
2012-12-18 00:55:03 +00:00
Zhihong Yu 21594e57ef HBASE-7342 Split operation without split key incorrectly finds the middle key in off-by-one error (Aleksandr Shulman)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423110 13f79535-47bb-0310-9956-ffa450edef68
2012-12-17 19:41:36 +00:00
Michael Stack 4cc31baec3 HBASE-7361 Fix all javadoc warnings in hbase-server/{,mapreduce}
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423096 13f79535-47bb-0310-9956-ffa450edef68
2012-12-17 19:08:02 +00:00
nkeywal 07d670920e HBASE-7363 Fix javadocs warnings for hbase-server packages from master to end
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1422493 13f79535-47bb-0310-9956-ffa450edef68
2012-12-16 09:58:29 +00:00
Gary Helmling 9e9e1ab97d HBASE-7357 Use hbase.security.authentication for HBaseClient / HBaseServer negotiation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1422185 13f79535-47bb-0310-9956-ffa450edef68
2012-12-15 04:06:35 +00:00
Andrew Kyle Purtell 2e3102f703 HBASE-7359. [REST] 'accessToken' in RemoteHTable is vestigial
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1422158 13f79535-47bb-0310-9956-ffa450edef68
2012-12-14 23:54:54 +00:00
Andrew Kyle Purtell c9a360e360 HBASE-7197. Add multi get to RemoteHTable (Elliott Clark)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1422143 13f79535-47bb-0310-9956-ffa450edef68
2012-12-14 23:23:05 +00:00
Andrew Kyle Purtell 1ef0621695 HBASE-7331. Add access control for region open and close, and stopping the regionserver (Vandana Ayyalasomayajula)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1422094 13f79535-47bb-0310-9956-ffa450edef68
2012-12-14 21:12:36 +00:00
Andrew Kyle Purtell 5dbff1427d HBASE-7355. NPE in ClusterStatus PB conversion
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1422076 13f79535-47bb-0310-9956-ffa450edef68
2012-12-14 21:03:33 +00:00
Zhihong Yu e0c1dded33 HBASE-7340 Master coprocessor notification for assignmentManager.balance() is inconsistent (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1421537 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 21:11:43 +00:00
jxiang 3b23a837af HBASE-7338 Fix flaky condition for org.apache.hadoop.hbase.TestRegionRebalancing.testRebalanceOnRegionServerNumberChange (Himanshu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1421444 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 19:40:06 +00:00
larsh e23ba9b3ce HBASE-7336 HFileBlock.readAtOffset does not work well with multiple threads
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1421440 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 19:34:26 +00:00
Zhihong Yu 2c4a2a6c51 HBASE-5258 Move coprocessors set out of RegionLoad - Addendum (Sergey)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1420521 13f79535-47bb-0310-9956-ffa450edef68
2012-12-12 04:39:06 +00:00
Zhihong Yu 0aec9dd711 HBASE-7205 Coprocessor classloader is replicated for all regions in the HRegionServer (Ted Yu and Adrian Muraru)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1420480 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 23:19:40 +00:00
larsh b017ee8e9a HBASE-7180 RegionScannerImpl.next() is inefficient.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1420004 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 05:46:27 +00:00
Zhihong Yu bd5a2f972f HBASE-7307 MetaReader.tableExists should not return false if the specified table regions has been split (Rajesh)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1419998 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 05:09:51 +00:00
Michael Stack 315b38becc HBASE-7289 Strip Writable from KeyValue; ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1419997 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 05:09:29 +00:00
eclark a23ecdae14 HBASE-7262 Move HBaseRPC metrics to metrics2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1419962 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 01:12:46 +00:00
Michael Stack 5184c87734 HBASE-7289 Strip Writable from KeyValue
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1419958 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 01:02:31 +00:00
Michael Stack 9f1787fe87 HBASE-7289 Strip Writable from KeyValue
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1419950 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 00:54:09 +00:00
Enis Soztutar 930fd35848 HBASE-6367 List backup masters in ui.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1419787 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 21:27:50 +00:00
Jonathan Hsieh 8c61fe6364 HBASE-7306 [shell] Count shell command to return ruby bindable value
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1419654 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 18:45:17 +00:00
nkeywal d6bc735d19 HBASE-7271 Have a single executor for all zkWorkers in the assignment manager
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1419351 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 11:34:46 +00:00
nkeywal f0f66f4ba9 HBASE-4709 Hadoop metrics2 setup in test MiniDFSClusters spewing JMX errors
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1419296 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 09:46:04 +00:00
Zhihong Yu 078817462d HBASE-7309 Metrics refresh-task is not canceled when regions are closed, leaking HRegion objects (Adrian Muraru)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1419172 13f79535-47bb-0310-9956-ffa450edef68
2012-12-09 22:06:39 +00:00
Michael Stack 5a3c77afd7 HBASE-4072 Deprecate/disable and remove support for reading ZooKeeper zoo.cfg files from the classpath
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1418775 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 22:41:57 +00:00
Jean-Daniel Cryans d440c135ef HBASE-7300 HbckTestingUtil needs to keep a static executor to lower the number of threads used
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1418571 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 00:46:56 +00:00
Zhihong Yu f8cb35d156 HBASE-5258 Move coprocessors set out of RegionLoad (Sergey Shelukhin)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1418561 13f79535-47bb-0310-9956-ffa450edef68
2012-12-07 23:57:10 +00:00
jxiang 044f53bf33 HBASE-7284 Rename rest server from Main to RESTServer
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1418407 13f79535-47bb-0310-9956-ffa450edef68
2012-12-07 17:32:52 +00:00
larsh 0d8874982c HBASE-7279 Avoid copying the rowkey in RegionScanner, StoreScanner, and ScanQueryMatcher
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1417715 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 00:25:56 +00:00
Michael Stack 970b111774 HBASE-7285 HMaster fails to start with secure Hadoop
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1417690 13f79535-47bb-0310-9956-ffa450edef68
2012-12-05 23:13:30 +00:00
Zhihong Yu b0072b0b46 HBASE-6423 Writes should not block reads on blocking updates to memstores - Addendum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1417242 13f79535-47bb-0310-9956-ffa450edef68
2012-12-05 00:03:41 +00:00
larsh 16084720bb HBASE-7008 Set scanner caching to a better default, disable Nagles
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1417233 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 23:08:34 +00:00
jxiang f7f190a684 HBASE-6423 Writes should not block reads on blocking updates to memstores
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1417078 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 18:14:23 +00:00
jyates 690f61be12 HBASE-7270: Remove MultiPut and MultiPutResponse to satisfy rat-check
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1417015 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 16:17:11 +00:00
Jean-Daniel Cryans 211e4e019b HBASE-6804 [replication] lower the amount of logging to a more human-readable level
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1416735 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 00:09:49 +00:00
eclark abd334265e HBASE-7265 Make Maven skip module test properties consistent
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1416723 13f79535-47bb-0310-9956-ffa450edef68
2012-12-03 23:17:29 +00:00
eclark 3baeb74265 HBASE-7187 Create empty hbase-client module
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1416676 13f79535-47bb-0310-9956-ffa450edef68
2012-12-03 21:30:19 +00:00
eclark 1826577ffc HBASE-7187 Revert Dirty commit.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1416671 13f79535-47bb-0310-9956-ffa450edef68
2012-12-03 21:26:30 +00:00
eclark d269cd2687 HBASE-7187 Create empty hbase-client module
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1416664 13f79535-47bb-0310-9956-ffa450edef68
2012-12-03 21:11:31 +00:00
Michael Stack 489726957e HBASE-7253 CompactionTool
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1416657 13f79535-47bb-0310-9956-ffa450edef68
2012-12-03 20:35:58 +00:00
Michael Stack ee254fa233 HBASE-1299 JSPs don't HTML escape literals (ie: table names, region names, start & end keys)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1416645 13f79535-47bb-0310-9956-ffa450edef68
2012-12-03 19:38:57 +00:00
jxiang 5a408cf256 HBASE-7204 Make hbck ErrorReporter pluggable, ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1415897 13f79535-47bb-0310-9956-ffa450edef68
2012-12-01 00:38:39 +00:00
jxiang 51dc20638e HBASE-7204 Make hbck ErrorReporter pluggable
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1415871 13f79535-47bb-0310-9956-ffa450edef68
2012-11-30 22:16:51 +00:00
Michael Stack ac3c5eb6fa HBASE-7234 Remove long-deprecated HServerAddress and HServerInfo Writables
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1415766 13f79535-47bb-0310-9956-ffa450edef68
2012-11-30 17:50:44 +00:00
Michael Stack 813cd30de5 HBASE-7232 Remove HbaseMapWritable
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1415507 13f79535-47bb-0310-9956-ffa450edef68
2012-11-30 06:27:21 +00:00
larsh 726f822774 HBASE-7215 Put, Delete, Increment, Result, all all HBase M/R classes still implement/use Writable
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1415412 13f79535-47bb-0310-9956-ffa450edef68
2012-11-29 22:19:39 +00:00
eclark 7dc5908e6b HBASE-7220 Creating a table with 3000 regions on 2 nodes fails after 1 hour
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1415016 13f79535-47bb-0310-9956-ffa450edef68
2012-11-29 01:12:55 +00:00
Enis Soztutar eded2c4881 HBASE-7235 TestMasterObserver is flaky
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1415005 13f79535-47bb-0310-9956-ffa450edef68
2012-11-29 00:12:57 +00:00
Enis Soztutar b79c62dcbd HBASE-7172 TestSplitLogManager.testVanishingTaskZNode() fails when run individually and is flaky
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1414973 13f79535-47bb-0310-9956-ffa450edef68
2012-11-28 22:38:00 +00:00
Michael Stack 4d4129231b HBASE-7200 hbase-it/src/test/java/org/apache/hadoop/hbase/IngestIntegrationTestBase.java
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1414559 13f79535-47bb-0310-9956-ffa450edef68
2012-11-28 07:15:13 +00:00
Michael Stack 9806433ee9 HBASE-7110 refactor the compaction selection and config code similarly to 0.89-fb changes; REAPPLY v9
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1414308 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 18:33:28 +00:00
jyates d8ceacc577 HBASE-7214: CleanerChore logs too much, so much so it obscures all else that is going on
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1414229 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 15:41:41 +00:00
Michael Stack 8e49c2a45d HBASE-7110 refactor the compaction selection and config code similarly to 0.89-fb changes; REVERT of original patch and ADDENDUM because applied old patch originally, v8
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1414000 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 05:23:14 +00:00
Michael Stack 5d19fcfd83 HBASE-7110 refactor the compaction selection and config code similarly to 0.89-fb changes; ADDENDUM to fix broke TestHeapSize
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1413995 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 04:48:38 +00:00
Michael Stack 3d759b79c8 HBASE-7110 refactor the compaction selection and config code similarly to 0.89-fb changes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1413912 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 22:51:37 +00:00
jxiang 7233553030 HBASE-7190 Add an option to hbck to check only meta and assignment
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1413762 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 18:10:14 +00:00
eclark 9a030acad8 HBASE-7203 Move example CoProcessor into hbase-examples
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1413751 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 18:02:29 +00:00