Commit Graph

5659 Commits

Author SHA1 Message Date
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
Zhihong Yu e02139dca7 HBASE-7005 Upgrade Thrift lib to 0.9.0 (Jake Farrell)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400249 13f79535-47bb-0310-9956-ffa450edef68
2012-10-19 19:42:56 +00:00
Andrew Kyle Purtell f2bdf99ec8 Update affiliation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400239 13f79535-47bb-0310-9956-ffa450edef68
2012-10-19 19:13:36 +00:00
Zhihong Yu 7e02b67d30 HBASE-6583 Enhance Hbase load test tool to automatically create column families if not present (Sergey Shelukhin)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400196 13f79535-47bb-0310-9956-ffa450edef68
2012-10-19 17:58:27 +00:00
Zhihong Yu b6ca623286 HBASE-6459 improve speed of table creation (Zhou Wenjian)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400152 13f79535-47bb-0310-9956-ffa450edef68
2012-10-19 16:20:15 +00:00
larsh c951cfbd31 HBASE-6974 Metric for blocked updates (Michael Drzal)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399880 13f79535-47bb-0310-9956-ffa450edef68
2012-10-18 21:58:38 +00:00
Gary Helmling 952ec5521d HBASE-6786 addendum - fix mutation spelling in .proto and generated classes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399755 13f79535-47bb-0310-9956-ffa450edef68
2012-10-18 18:01:05 +00:00
Zhihong Yu 427684e09a HBASE-7000 Fix the "INT_VACUOUS_COMPARISON" WARNING in KeyValue class (Liang Xie)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399740 13f79535-47bb-0310-9956-ffa450edef68
2012-10-18 17:17:41 +00:00
Zhihong Yu 1edf2d3bf1 HBASE-6965 Generic MXBean Utility class to support all JDK vendors (Kumar Ravi)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399734 13f79535-47bb-0310-9956-ffa450edef68
2012-10-18 16:43:42 +00:00
Gary Helmling 6f3cce5220 HBASE-6786 Convert MultiRowMutationProtocol to protocol buffer service (Devaraj Das)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399529 13f79535-47bb-0310-9956-ffa450edef68
2012-10-18 06:38:33 +00:00
Jean-Daniel Cryans d6d73eb286 HBASE-6758 [replication] The replication-executor should make sure the file
that it is replicating is closed before declaring success on that
            file (Devaraj Das via JD)


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399517 13f79535-47bb-0310-9956-ffa450edef68
2012-10-18 04:52:19 +00:00
Zhihong Yu f065232db0 HBASE-7002 Fix all 4 findbug performance warnings (Liang Xie)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399514 13f79535-47bb-0310-9956-ffa450edef68
2012-10-18 04:34:32 +00:00
Zhihong Yu a7f9aa0c25 HBASE-6948 shell create table script cannot handle split key which is expressed in raw bytes (Tianying)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399429 13f79535-47bb-0310-9956-ffa450edef68
2012-10-17 20:58:35 +00:00
jxiang 9c88d9d9ea HBASE-6979 recovered.edits file should not break distributed log splitting
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399352 13f79535-47bb-0310-9956-ffa450edef68
2012-10-17 17:21:25 +00:00
Michael Stack 6d731a10e1 Some more detail on publishing artifacts to maven repo (for Lars)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399109 13f79535-47bb-0310-9956-ffa450edef68
2012-10-17 06:34:33 +00:00
jxiang bb563c3603 HBASE-6858 Fix the incorrect BADVERSION checking in the recoverable zookeeper
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1398920 13f79535-47bb-0310-9956-ffa450edef68
2012-10-16 18:46:54 +00:00
Enis Soztutar 700ff4d0b9 HBASE-6962 Upgrade hadoop 1 dependency to hadoop 1.1
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1398580 13f79535-47bb-0310-9956-ffa450edef68
2012-10-15 23:59:33 +00:00
Zhihong Yu d30fff7c92 HBASE-6785 Convert AggregateProtocol to protobuf defined coprocessor service (Devaraj Das)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1398175 13f79535-47bb-0310-9956-ffa450edef68
2012-10-15 02:32:09 +00:00
Michael Stack 89370eef92 HBASE-3444 Bytes.toBytesBinary and Bytes.toStringBinary() should be reversible
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1397703 13f79535-47bb-0310-9956-ffa450edef68
2012-10-12 19:48:49 +00:00
Michael Stack 8285257518 HBASE-6978 Minor typo in ReplicationSource SocketTimeoutException error handling
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1397441 13f79535-47bb-0310-9956-ffa450edef68
2012-10-12 05:17:03 +00:00
Michael Stack da4fd3e29b HBASE-6971 .META. directory does not contain .tableinfo serialization
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1396928 13f79535-47bb-0310-9956-ffa450edef68
2012-10-11 06:58:07 +00:00