Commit Graph

1302 Commits

Author SHA1 Message Date
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