Commit Graph

5679 Commits

Author SHA1 Message Date
gchanan e74cd24ff2 HBASE-6904 In the HBase shell, an error is thrown that states replication-related znodes already exist
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404389 13f79535-47bb-0310-9956-ffa450edef68
2012-10-31 22:21:48 +00:00
larsh 5b7f4bb535 HBASE-7077 Test for: CheckAndPut should properly read MVCC
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404382 13f79535-47bb-0310-9956-ffa450edef68
2012-10-31 22:09:28 +00:00
larsh 09873f9d32 HBASE-7051 CheckAndPut should properly read MVCC
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404377 13f79535-47bb-0310-9956-ffa450edef68
2012-10-31 22:02:09 +00:00
jxiang 4873d3a441 HBASE-7080 TestHFileOutputFormat.testColumnFamilyCompression failing due to UnsatisfiedLinkError
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404329 13f79535-47bb-0310-9956-ffa450edef68
2012-10-31 20:07:56 +00:00
Zhihong Yu 756840a814 HBASE-7066 Some HMaster coprocessor exceptions are being swallowed in try catch blocks (Francis Liu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404146 13f79535-47bb-0310-9956-ffa450edef68
2012-10-31 14:06:40 +00:00
Michael Stack fb983be9e3 HLog writer can do 1-2 sync operations after lease has been recovered for split process.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403977 13f79535-47bb-0310-9956-ffa450edef68
2012-10-31 04:48:37 +00:00
Zhihong Yu b31e78a424 HBASE-7055 Revert - part 2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403898 13f79535-47bb-0310-9956-ffa450edef68
2012-10-30 22:11:19 +00:00
Zhihong Yu 1abf20084a HBASE-7055 port HBASE-6371 tier-based compaction from 0.89-fb to trunk - revert for further discussion
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403890 13f79535-47bb-0310-9956-ffa450edef68
2012-10-30 22:04:41 +00:00
Zhihong Yu 028a672e20 HBASE-7055 port HBASE-6371 tier-based compaction from 0.89-fb to trunk (Sergey)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403852 13f79535-47bb-0310-9956-ffa450edef68
2012-10-30 20:14:01 +00:00
Zhihong Yu 9fda46c126 HBASE-7060 Region load balancing by table does not handle the case where a table's region count is lower than the number of the RS in the cluster (Ted Yu and Tianying)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403851 13f79535-47bb-0310-9956-ffa450edef68
2012-10-30 20:08:22 +00:00
Jean-Daniel Cryans 02fa99f9f0 HBASE-6700 [replication] empty znodes created during queue failovers aren't
deleted (Terry Zhang via JD)


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403581 13f79535-47bb-0310-9956-ffa450edef68
2012-10-29 23:44:56 +00:00
Michael Stack e7d4f965a1 HBASE-6707 TEST org.apache.hadoop.hbase.backup.example.TestZooKeeperTableArchiveClient.testMultipleTables flaps; ADDENDUM v4 -- I FORGOT THIS BIT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403539 13f79535-47bb-0310-9956-ffa450edef68
2012-10-29 21:33:15 +00:00
jxiang 27f9a5cd7b HBASE-5119 Set the TimeoutMonitor's timeout back down
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403500 13f79535-47bb-0310-9956-ffa450edef68
2012-10-29 20:52:45 +00:00
Michael Stack 28fffb91b7 HBASE-6707 TEST org.apache.hadoop.hbase.backup.example.TestZooKeeperTableArchiveClient.testMultipleTables flaps; ADDENDUM v4
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403098 13f79535-47bb-0310-9956-ffa450edef68
2012-10-28 21:49:19 +00:00
Zhihong Yu 056977d70b HBASE-6665 ROOT region should not be splitted even with META row as explicit split key (Rajesh)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403037 13f79535-47bb-0310-9956-ffa450edef68
2012-10-28 16:33:27 +00:00
Michael Stack 094e8d4420 HBASE-3925 Make Shell's -d and debug cmd behave the same
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402923 13f79535-47bb-0310-9956-ffa450edef68
2012-10-28 01:37:04 +00:00
larsh f4923b98a6 HBASE-6846 BitComparator bug - ArrayIndexOutOfBoundsException (Lucian George Iordache)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402882 13f79535-47bb-0310-9956-ffa450edef68
2012-10-27 21:24:00 +00:00
Michael Stack cd572001f0 HBASE-7024 TableMapReduceUtil.initTableMapperJob unnecessarily limits the types of outputKeyClass and outputValueClass
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402710 13f79535-47bb-0310-9956-ffa450edef68
2012-10-26 23:08:45 +00:00
jxiang 22ee47fc22 HBASE-6223 Document hbck improvements: HBASE-6173, HBASE-5360
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402650 13f79535-47bb-0310-9956-ffa450edef68
2012-10-26 20:28:23 +00:00
Michael Stack 5df23efc39 Add link to Lars's graphs in hbase-7008 where he plays w/ nagles and different data sizes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402399 13f79535-47bb-0310-9956-ffa450edef68
2012-10-26 05:40:00 +00:00
Michael Stack 4ecc39db33 HBASE-7054 Have our website conform to apache branding requirements
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402324 13f79535-47bb-0310-9956-ffa450edef68
2012-10-25 20:50:41 +00:00
Andrew Kyle Purtell 04381e1a6c HBASE-7033. Add hbase.lru.blockcache.acceptable.factor to configuration (Sergey Shelukhin)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402314 13f79535-47bb-0310-9956-ffa450edef68
2012-10-25 20:12:54 +00:00
jxiang d70e3d8180 HBASE-6977 Multithread processing ZK assignment events
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402226 13f79535-47bb-0310-9956-ffa450edef68
2012-10-25 17:32:08 +00:00
Michael Stack c9073c4631 HBASE-5974 Scanner retry behavior with RPC timeout on next() seems incorrect
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402214 13f79535-47bb-0310-9956-ffa450edef68
2012-10-25 16:43:22 +00:00
Zhihong Yu bd7c0c96f9 HBASE-5257 Allow INCLUDE_AND_NEXT_COL in filters and use it in ColumnPaginationFilter (Varun)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402209 13f79535-47bb-0310-9956-ffa450edef68
2012-10-25 16:32:06 +00:00
Zhihong Yu 283746e49a HBASE-6957 Upgrade to hadoop 2.0.2-alpha to see if TestRowCounter fails due to division by zero
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402208 13f79535-47bb-0310-9956-ffa450edef68
2012-10-25 16:29:26 +00:00
Zhihong Yu dc14281b85 HBASE-7048 Regionsplitter requires the hadoop config path to be in hbase classpath (Ming Ma)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402197 13f79535-47bb-0310-9956-ffa450edef68
2012-10-25 16:05:01 +00:00
Michael Stack 0c1a3541e9 Remove a stale section citing issues w/ versions fixed by HBASE-2406 -- thanks to Sho Shimauchi for turning this one up
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401970 13f79535-47bb-0310-9956-ffa450edef68
2012-10-25 03:52:16 +00:00
gchanan 2be66139d6 HBASE-7045 Add some comments to MVCC code
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401910 13f79535-47bb-0310-9956-ffa450edef68
2012-10-24 23:01:10 +00:00
jxiang b1595ac86b HBASE-6896 sync bulk and regular assigment handling socket timeout exception
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401744 13f79535-47bb-0310-9956-ffa450edef68
2012-10-24 15:50:55 +00:00
Michael Stack 47ae2df693 HBASE-7037 ReplicationPeer logs at WARN level aborting server instead of at FATAL
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401563 13f79535-47bb-0310-9956-ffa450edef68
2012-10-24 06:09:06 +00:00
larsh 08491e4f59 HBASE-6843 loading lzo error when using coprocessor (Andy)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401551 13f79535-47bb-0310-9956-ffa450edef68
2012-10-24 04:47:28 +00:00
gchanan af295f5605 HBASE-7018 Fix and Improve TableDescriptor caching for bulk assignment
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401525 13f79535-47bb-0310-9956-ffa450edef68
2012-10-24 01:06:44 +00:00
eclark 65a7c12942 HBASE-7027 Use the correct port of info server of region servers
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401454 13f79535-47bb-0310-9956-ffa450edef68
2012-10-23 20:39:21 +00:00
eclark 2f06bfd297 HBASE-7032 Remove old IncrementColumnValue code.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401447 13f79535-47bb-0310-9956-ffa450edef68
2012-10-23 20:28:37 +00:00
Zhihong Yu 1725705a47 HBASE-7036 Exclude org.apache.hadoop.hbase.coprocessor.example.generated package from findbugs check (Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401334 13f79535-47bb-0310-9956-ffa450edef68
2012-10-23 16:11:19 +00:00
Zhihong Yu 940b37dc24 HBASE-6942 Endpoint implementation for bulk delete rows (Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401330 13f79535-47bb-0310-9956-ffa450edef68
2012-10-23 15:59:57 +00:00
Zhihong Yu 871618c19b HBASE-6972 HBase Shell deleteall should not require column to be defined (Ricky)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401115 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 22:56:54 +00:00
gchanan 2c4b5f74d7 HBASE-7019 Can't pass SplitAlgo in hbase shell
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401091 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 21:46:50 +00:00
Zhihong Yu 2cdb599c36 HBASE-7001 Fix the RCN Correctness Warning in MemStoreFlusher class (Liang Xie)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401037 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 19:34:12 +00:00
gchanan 12315b8597 HBASE-6987 Port HBASE-6920 to trunk (?)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401015 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 19:12:43 +00:00
Zhihong Yu 1a32bfed45 HBASE-6728 revert
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401012 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 19:08:23 +00:00
Zhihong Yu 1048d15c6a HBASE-6728 prevent OOM possibility due to per connection responseQueue being unbounded
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401008 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 19:03:59 +00:00
eclark d115205c13 HBASE-6951 Allow the master info server to be started in a read only mode.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400956 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 17:09:58 +00:00
Michael Stack 7efd1694dc Add caution on enabling zookeeper maintenance
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400955 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 17:04:56 +00:00
Zhihong Yu b27d0319c0 HBASE-6998 Uncaught exception in main() makes the HMaster/HRegionServer process suspend (Liang Xie)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400940 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 16:27:16 +00:00
Michael Stack 77707f9b0a Add in Andrew Purtell's BigTop pointer
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400526 13f79535-47bb-0310-9956-ffa450edef68
2012-10-20 22:28:59 +00:00
jxiang a5bd102cd8 HBASE-6611 Forcing region state offline cause double assignment
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400358 13f79535-47bb-0310-9956-ffa450edef68
2012-10-20 03:57:49 +00:00
Zhihong Yu 312e9187ae HBASE-7005 Addendum updates thrift release that we depend on
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400288 13f79535-47bb-0310-9956-ffa450edef68
2012-10-19 21:02:12 +00:00
Michael Stack a8e4e5c286 HBASE-6949 Automatically delete empty directories in CleanerChore
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400286 13f79535-47bb-0310-9956-ffa450edef68
2012-10-19 21:02:01 +00:00