Todd Lipcon
fbd1666643
HBASE-3711 importtsv fails if rowkey length exceeds MAX_ROW_LENGTH
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1086724 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 20:26:52 +00:00
Andrew Kyle Purtell
df3a53e764
HBASE-3709 HFile compression not sharing configuration
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1086504 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 07:46:54 +00:00
Gary Helmling
70379d17b3
HBASE-3702 Fix NPE in Exec method parameter serialization
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085818 13f79535-47bb-0310-9956-ffa450edef68
2011-03-26 22:07:51 +00:00
Todd Lipcon
561deab8fc
HBASE-3703. hbase-config.sh needs to be updated so it can auto-detect the sun jdk provided by RHEL6
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085798 13f79535-47bb-0310-9956-ffa450edef68
2011-03-26 20:38:21 +00:00
Michael Stack
edd036b045
HBASE-3696 isMajorCompaction() check triggers lots of listStatus DFS RPC calls from HBase
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085560 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 21:05:13 +00:00
Michael Stack
83143be819
HBASE-3686 ClientScanner skips too many rows on recovery if using scanner caching
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085542 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 19:54:48 +00:00
Jean-Daniel Cryans
e64108690e
HBASE-3681 Check the sloppiness of the region load before balancing (Ted Yu via JD)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085223 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 00:40:55 +00:00
Michael Stack
5f69f20011
HBASE-3658 Alert when heap is over committed
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085195 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 23:36:36 +00:00
Michael Stack
cad0a1bb9c
HBASE-3052 Add ability to have multiple ZK servers in a quorum in MiniZooKeeperCluster for test writing
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085190 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 23:20:24 +00:00
Michael Stack
91404d9c5d
HBASE-3688 Setters of class HTableDescriptor do not work properly
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085186 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 23:12:55 +00:00
Michael Stack
d82dabaa6f
HBASE-3541 REST Multi Gets
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085183 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 23:06:08 +00:00
Michael Stack
4c59785135
HBASE-3474 HFileOutputFormat to use column family's compression algorithm
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085179 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 22:59:45 +00:00
Michael Stack
a344cd98b7
HBASE-3673 Reduce HTable Pool Contention Using Concurrent Collections
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085169 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 22:28:26 +00:00
Jean-Daniel Cryans
ee969a8d83
HBASE-3497 TableMapReduceUtil.initTableReducerJob broken due to setConf
...
method in TableOutputFormat
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085139 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 20:59:25 +00:00
Michael Stack
ff192229ca
HBASE-3683 NMapInputFormat should use a different config param for number of maps
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085132 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 20:47:56 +00:00
Michael Stack
15cc58f797
HBASE-3666 TestScannerTimeout fails occasionally
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085123 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 20:40:13 +00:00
Michael Stack
b500e86e2d
HBASE-3654 Weird blocking between getOnlineRegion and createRegionLoad
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085114 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 20:25:10 +00:00
Michael Stack
1cab7fc7b9
HBASE-3660 HMaster will exit when starting with stale data in cached locations such as -ROOT- or .META.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085107 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 20:04:32 +00:00
Michael Stack
cf3284dfb9
HBASE-3627 NPE in EventHandler when region already reassigned
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085075 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 19:01:50 +00:00
Andrew Kyle Purtell
a17043496b
HBASE-3583 Coprocessors: scannerNext and scannerClose hooks are called when HRegionInterface#get is invoked
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1084854 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 06:27:23 +00:00
Andrew Kyle Purtell
c63fe3174a
HBASE-3697 Admin actions that use MetaReader to iterate regions need to skip offline ones
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1084843 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 04:33:54 +00:00
Jean-Daniel Cryans
4b8b1c2ed8
HBASE-3640 [replication] Transferring queues shouldn't be done inline with RS startup
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1084785 13f79535-47bb-0310-9956-ffa450edef68
2011-03-23 22:23:54 +00:00
Andrew Kyle Purtell
5c78c1a4a7
HBASE-3468 Enhance checkAndPut and checkAndDelete with comparators
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1084752 13f79535-47bb-0310-9956-ffa450edef68
2011-03-23 21:26:07 +00:00
Jean-Daniel Cryans
75bbdd7397
HBASE-3668 CatalogTracker.waitForMeta can wait forever and totally stall a RS
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1084377 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22 22:20:17 +00:00
Michael Stack
ce86d7ca82
HBASE-3617 NoRouteToHostException during balancing will cause Master abort
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1084375 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22 22:16:55 +00:00
Michael Stack
c1fcc65b19
HBASE-3687 Bulk assign on startup should handle a ServerNotRunningException
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1084314 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22 19:35:56 +00:00
Michael Stack
bb28add83e
HBASE-3575 Update rename table script
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1084062 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22 03:18:12 +00:00
Michael Stack
2147902eab
HBASE-3621 The timeout handler in AssignmentManager does an RPC while holding lock on RIT; a big no-no
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1084061 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22 03:13:11 +00:00
Michael Stack
99f9ca542f
HBASE-3621 The timeout handler in AssignmentManager does an RPC while holding lock on RIT; a big no-no
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1084059 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22 03:11:31 +00:00
Michael Stack
53a031f00c
HBASE-3674 Treat ChecksumException as we would a ParseException splitting logs; else we replay split on every restart
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1084051 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22 02:04:01 +00:00
Michael Stack
d2ccdeb8dd
HBASE-3532 HRegion#equals is broken
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1084038 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22 00:22:04 +00:00
Michael Stack
c5eed8a344
HBASE-3052 Add ability to have multiple ZK servers in a quorum in MiniZooKeeperCluster for test writing -- BACKED IT OUT... NOT DONE YET
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1084021 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21 23:34:54 +00:00
Michael Stack
f1996d4932
HBASE-3052 Add ability to have multiple ZK servers in a quorum in MiniZooKeeperCluster for test writing
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1084008 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21 22:48:47 +00:00
Michael Stack
c4fb32cc22
HBASE-3676 Update region server load for AssignmentManager through regionServerReport()
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1083992 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21 22:13:38 +00:00
Jonathan Gray
9d93ccc938
HBASE-3641 LruBlockCache.CacheStats.getHitCount() is not using the correct variable
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1083986 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21 22:08:10 +00:00
Michael Stack
9ad69f3bd0
HBASE-3422 Balancer will try to rebalance thousands of regions in one go; needs an upper bound added
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1083362 13f79535-47bb-0310-9956-ffa450edef68
2011-03-20 02:41:12 +00:00
Michael Stack
3579bdf84b
HBASE-3671 Split report before we finish parent region open; workaround till 0.92; Race between split and OPENED processing
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1083275 13f79535-47bb-0310-9956-ffa450edef68
2011-03-19 20:17:02 +00:00
Jean-Daniel Cryans
d051203938
Reverting HBASE-3515
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1082772 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18 00:40:00 +00:00
Jean-Daniel Cryans
95661df251
HBASE-3664 [replication] Adding a slave when there's none may kill the cluster
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1082752 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 23:45:38 +00:00
Andrew Kyle Purtell
5997bc3ca5
HBASE-3662 REST server does not respect client supplied max versions when creating scanner
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1082717 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 21:59:08 +00:00
Michael Stack
1e07b8a396
HBASE-3595 get_counter broken in shell
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1082694 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 21:01:25 +00:00
Michael Stack
83772176b6
HBASE-3595 get_counter broken in shell
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1082691 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 20:59:43 +00:00
Michael Stack
c980f1d16a
HBASE-3657 reduce copying of HRegionInfo's
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1082686 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 20:46:57 +00:00
Nicolas Spiegelberg
4723e3b017
add HBASE-3665 to CHANGES.txt
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1082654 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 19:29:06 +00:00
Nicolas Spiegelberg
b9e1d6c698
HBASE-3653 : Parallelize Server Requests on HBase Client
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1082648 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 19:08:50 +00:00
Todd Lipcon
a50c7d8dfc
Clean up CHANGES.txt to move things fixed on 90 branch into 0.90.2 section
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1082407 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 06:27:25 +00:00
Todd Lipcon
f39217bad1
Fill in release date for 0.90.1 in CHANGES.txt
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1082405 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 06:04:11 +00:00
Todd Lipcon
0f57c35465
HBASE-3659 Fix TestHLog to pass on newer versions of Hadoop
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1082403 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 05:59:29 +00:00
Michael Stack
60c70403f8
HBASE-3440 Clean out load_table.rb and make sure all roads lead to completebulkload tool
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1082246 13f79535-47bb-0310-9956-ffa450edef68
2011-03-16 18:25:41 +00:00
Jean-Daniel Cryans
a8beafc5cf
HBASE-3650 HBA.delete can return too fast
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1082204 13f79535-47bb-0310-9956-ffa450edef68
2011-03-16 16:55:02 +00:00
Michael Stack
449e7386bc
HBASE-3600 Update our jruby to 1.6.0
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1081994 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15 23:15:38 +00:00
Ryan Rawson
f3134976f4
HBASE-3613 NPE in MemStoreFlusher
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1081986 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15 23:04:35 +00:00
Ryan Rawson
4e50338bb6
HBASE-3606 Create an package integration project (Eric Yang via Ryan)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1081964 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15 22:20:08 +00:00
Ryan Rawson
6e3c8eed74
HBASE-3514 Speedup HFile.Writer append (Matteo Bertozzi via Ryan)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1081959 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15 22:01:59 +00:00
Jean-Daniel Cryans
6392c15b73
HBASE-3648 [replication] failover is sloppy with znodes
...
HBASE-3596 [replication] Wait a few seconds before transferring queues
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1081957 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15 21:47:48 +00:00
Michael Stack
b408cc1217
HBASE-2495 Allow record filtering with selected row key values in HBase Export
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1081889 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15 18:25:32 +00:00
Todd Lipcon
4953a4fd11
HBASE-3625 improve/fix support excluding Tests via Maven -D property. (Alejandro Abdelnur via todd)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1081624 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15 01:10:27 +00:00
Todd Lipcon
b45a3456a1
HBASE-3639 FSUtils.getRootDir should qualify path
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1081618 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15 00:25:59 +00:00
Michael Stack
856065dee8
HBASE-3636 a bug about deciding whether this key is a new key for the ROWCOL bloomfilter
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1081577 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14 21:54:07 +00:00
Nicolas Spiegelberg
7c8f6406a5
HBASE-3610 : Improve RegionSplitter performance
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1081566 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14 21:17:08 +00:00
Michael Stack
4f5e8d29db
HBASE-3618 Add to HBase book, 'schema' chapter - pre-creating regions and key types
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1081435 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14 16:10:12 +00:00
Michael Stack
cfedd4d7dd
HBASE-3630 DemoClient.Java is outdated
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1081432 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14 15:58:40 +00:00
Michael Stack
36c3025c97
HBASE-3313 Table name isn't checked in isTableEnabled/isTableDisabled
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1081431 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14 15:53:31 +00:00
Michael Stack
afbbbef1ce
HBASE-3631 CLONE - HBase 2984 breaks ability to specify BLOOMFILTER & COMPRESSION via shell
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1081430 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14 15:45:11 +00:00
Michael Stack
df2d501052
HBASE-3633 ZKUtil::createSetData should only create a node when it nonexists
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1081427 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14 15:40:34 +00:00
Michael Stack
c96566d022
HBASE-3538 Column families allow to have slashes in name
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1080870 13f79535-47bb-0310-9956-ffa450edef68
2011-03-12 06:34:26 +00:00
Michael Stack
2501de1c3f
HBASE-3626 Update instructions in thrift demo files
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1080868 13f79535-47bb-0310-9956-ffa450edef68
2011-03-12 06:30:40 +00:00
Michael Stack
30d63d550f
HBASE-3533 Allow HBASE_LIBRARY_PATH env var to specify extra locations of native lib
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1080459 13f79535-47bb-0310-9956-ffa450edef68
2011-03-11 06:04:18 +00:00
Nicolas Spiegelberg
dd21a45854
Update CHANGES.txt with 3620
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1080458 13f79535-47bb-0310-9956-ffa450edef68
2011-03-11 06:01:51 +00:00
Michael Stack
897890bca1
HBASE-3623 Allow non-XML representable separator characters in the ImportTSV tool
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1080449 13f79535-47bb-0310-9956-ffa450edef68
2011-03-11 04:44:31 +00:00
Andrew Kyle Purtell
d86e7e1c18
HBASE-3612 HBaseAdmin::isTableAvailable returns true when the table does not exit
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1080397 13f79535-47bb-0310-9956-ffa450edef68
2011-03-10 23:41:28 +00:00
Andrew Kyle Purtell
3d4a190562
HBASE-1960 Master should wait for DFS to come up when creating hbase.version; use alternate strategy for waiting for DNs
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1079501 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08 19:39:54 +00:00
Michael Stack
18999eca06
HBASE-3586 Improve the selection of regions to balance
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1079025 13f79535-47bb-0310-9956-ffa450edef68
2011-03-07 23:37:28 +00:00
Ryan Rawson
4573c829b4
HBASE-3608 MemstoreFlusher error message doesnt include exception
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1079001 13f79535-47bb-0310-9956-ffa450edef68
2011-03-07 22:37:53 +00:00
Michael Stack
87a95ec3e1
HBASE-3285 Hlog recovery takes too much time
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1078892 13f79535-47bb-0310-9956-ffa450edef68
2011-03-07 18:53:08 +00:00
Ryan Rawson
e27a683cac
HBASE-3513 upgrade thrift to 0.5.0 and use mvn version
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1078228 13f79535-47bb-0310-9956-ffa450edef68
2011-03-05 01:34:24 +00:00
Gary Helmling
4d28e95a61
HBASE-3582 Allow HMaster and HRegionServer to login from keytab when running on secure Hadoop
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1078225 13f79535-47bb-0310-9956-ffa450edef68
2011-03-05 01:10:07 +00:00
Michael Stack
2a530e891c
HBASE-3603 Remove -XX:+HeapDumpOnOutOfMemoryError autodump of heap option on OOME
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1078087 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 18:23:51 +00:00
Michael Stack
d41dd79f10
HBASE-3605 Fix balancer log message
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1078082 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 18:08:22 +00:00
Andrew Kyle Purtell
b5365c49aa
HBASE-3586 Improve the selection of regions to balance
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1078020 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 15:51:07 +00:00
Ryan Rawson
507abe55ff
HBASE-3514 revert
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1076907 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 00:48:19 +00:00
Michael Stack
c42b256df4
HBASE-3601 TestMasterFailover broken in TRUNK
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1076901 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 00:31:16 +00:00
Todd Lipcon
cee9f4631c
HBASE-3594. Rest server fails because of missing asm jar
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1076834 13f79535-47bb-0310-9956-ffa450edef68
2011-03-03 22:13:51 +00:00
Todd Lipcon
5f6ca32168
Revert HBASE-3525 due to HBASE-3594 - rest server failing because of missing asm jar
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1076828 13f79535-47bb-0310-9956-ffa450edef68
2011-03-03 22:09:25 +00:00
Michael Stack
ceddce542a
HBASE-3591 completebulkload doesn't honor generic -D options
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1076709 13f79535-47bb-0310-9956-ffa450edef68
2011-03-03 18:00:27 +00:00
Michael Stack
c478055161
HBASE-3593 DemoClient.cpp is outdated
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1076705 13f79535-47bb-0310-9956-ffa450edef68
2011-03-03 17:51:11 +00:00
Todd Lipcon
7e90ed10b8
HBASE-3589. test jar should not include mapred-queues.xml and log4j.properties
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1076371 13f79535-47bb-0310-9956-ffa450edef68
2011-03-02 21:00:34 +00:00
Ryan Rawson
e07675d2dc
HBASE-3514 Speedup HFile.Writer append (Matteo via Ryan)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1076138 13f79535-47bb-0310-9956-ffa450edef68
2011-03-02 08:32:09 +00:00
Michael Stack
6b014bbf3b
HBASE-3573 Move shutdown messaging OFF hearbeat; prereq for fix of hbase-1502
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1076019 13f79535-47bb-0310-9956-ffa450edef68
2011-03-01 20:52:45 +00:00
Michael Stack
5e25568812
HBASE-3559 Move report of split to master OFF the heartbeat channel
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1075600 13f79535-47bb-0310-9956-ffa450edef68
2011-03-01 00:39:24 +00:00
Ryan Rawson
0a44f87441
HBASE-3572 memstore lab can leave half inited data structs
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1075494 13f79535-47bb-0310-9956-ffa450edef68
2011-02-28 19:16:51 +00:00
Michael Stack
8607a22a7b
HBASE-3578 TableInputFormat does not setup the configuration for HBase mapreduce jobs correctly
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1075441 13f79535-47bb-0310-9956-ffa450edef68
2011-02-28 17:34:07 +00:00
Michael Stack
9d53036b8d
HBASE-3561 OPTS arguments are duplicated
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1075439 13f79535-47bb-0310-9956-ffa450edef68
2011-02-28 17:28:35 +00:00
Michael Stack
44be5806f3
HBASE-3576 MasterAddressTracker is registered to ZooKeeperWatcher twice
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074909 13f79535-47bb-0310-9956-ffa450edef68
2011-02-26 19:30:44 +00:00
Andrew Kyle Purtell
dc5e50b07b
HBASE-3552 Coprocessors are unable to load if RegionServer is launched using a different classloader than system default
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074908 13f79535-47bb-0310-9956-ffa450edef68
2011-02-26 19:27:16 +00:00
Andrew Kyle Purtell
dbf9ea8565
HBASE-3566 writeToWAL is not serialized for increment operation
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074905 13f79535-47bb-0310-9956-ffa450edef68
2011-02-26 19:10:30 +00:00
Ryan Rawson
0b1af71c74
HBASE-3560 the hbase-default entry of "hbase.defaults.for.version" causes tests not to run via not-maven
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074405 13f79535-47bb-0310-9956-ffa450edef68
2011-02-25 06:03:20 +00:00
Michael Stack
c1fe9b1698
HBASE-3564 DemoClient.pl - a demo client in Perl
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074399 13f79535-47bb-0310-9956-ffa450edef68
2011-02-25 04:31:40 +00:00
Michael Stack
fb502bee15
HBASE-3563 [site] Add one-page-only version of hbase doc
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074349 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 23:12:21 +00:00
Gary Helmling
a5057da6cf
HBASE-3553 Make HTable ThreadPoolExecutor actually launch up to max threads
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074331 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 22:34:44 +00:00
Ryan Rawson
94ca0f49fe
undoing HBASE-3514 due to build breakage
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074063 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 08:02:27 +00:00
Ryan Rawson
501afa4ffb
HBASE-3514 Speedup HFile.Writer append
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074001 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 00:59:11 +00:00
Ryan Rawson
8811bed468
HBASE-3542 MultiGet methods in Thrift
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1073979 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23 23:02:10 +00:00
Michael Stack
71fcacea91
HBASE-3548 Fix type in documentation of pseudo distributed mode
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1072504 13f79535-47bb-0310-9956-ffa450edef68
2011-02-20 05:50:11 +00:00
Michael Stack
d26aa781b5
HBASE-3548 Fix type in documentation of pseudo distributed mode
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1072502 13f79535-47bb-0310-9956-ffa450edef68
2011-02-20 05:47:00 +00:00
Andrew Kyle Purtell
3564a25e85
HBASE-3550 FilterList reports false positives
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1072481 13f79535-47bb-0310-9956-ffa450edef68
2011-02-20 02:50:48 +00:00
Michael Stack
57f43d7c99
Moved TASK item in 0.90.2 section to 0.92 IMPROVEMENTS section
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1071727 13f79535-47bb-0310-9956-ffa450edef68
2011-02-17 17:49:41 +00:00
Michael Stack
e9bfa72555
HBASE-3545 Possible liveness issue with MasterServerAddress in HRegionServer getMaster
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1071725 13f79535-47bb-0310-9956-ffa450edef68
2011-02-17 17:46:58 +00:00
Todd Lipcon
6e5f3c7024
HBASE-3531. When under global memstore pressure, dont try to flush unflushable regions.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1070707 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15 00:36:46 +00:00
Michael Stack
c7695aaba6
HBASE-3525 mvn assembly is over-filling the hbase lib dir
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1070636 13f79535-47bb-0310-9956-ffa450edef68
2011-02-14 20:12:00 +00:00
Ryan Rawson
7901f641d5
HBASE-3524 NPE from CompactionChecker
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1070033 13f79535-47bb-0310-9956-ffa450edef68
2011-02-12 05:52:58 +00:00
Michael Stack
e692a54414
HBASE-3522 Unbundle our RPC versioning; rather than a global for all 4 Interfaces -- region, master, region to master, and coprocesssors -- instead version each individually
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1069551 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10 20:12:19 +00:00
Michael Stack
2333c74b94
HBASE-3520 Update our bundled hadoop from branch-0.20-append to latest (rpc version 43)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1069244 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10 07:01:29 +00:00
Todd Lipcon
614f8f665f
HBASE-3517. Store build version in hbase-default.xml and verify at runtime
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1069038 13f79535-47bb-0310-9956-ffa450edef68
2011-02-09 19:12:08 +00:00
Todd Lipcon
b43483b764
Revert HBASE-3470 since it breaks job submission (HBASE-3517)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1068699 13f79535-47bb-0310-9956-ffa450edef68
2011-02-09 00:22:38 +00:00
Jean-Daniel Cryans
ef29cac094
HBASE-3515 [replication] ReplicationSource can miss a log after RS comes
...
out of GC
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1068590 13f79535-47bb-0310-9956-ffa450edef68
2011-02-08 21:34:34 +00:00
Jonathan Gray
d02659378e
HBASE-3419 If re-transition to OPENING during log replay fails, server aborts. Instead, should just cancel region open.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1068247 13f79535-47bb-0310-9956-ffa450edef68
2011-02-08 02:06:50 +00:00
Andrew Kyle Purtell
ba3426321a
HBASE-3257 Coprocessors: Extend server side API to include HLog operations
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1068206 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07 23:01:28 +00:00
Todd Lipcon
c479f0a984
HBASE-3509. Add metric for flush queue length
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1068189 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07 22:26:52 +00:00
Todd Lipcon
81022285b9
HBASE-3510. Add thread name for IPC reader threads
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1068162 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07 22:02:16 +00:00
Todd Lipcon
69eec35098
HBASE-3511. Allow rolling restart to apply to only RS or only masters
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1068158 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07 21:57:47 +00:00
Todd Lipcon
e0dbeec47f
HBASE-3455. Add memstore-local allocation buffers to combat heap fragmentation in the region server.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1068148 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07 21:39:08 +00:00
Todd Lipcon
1ae03f81b9
HBASE-3508. LruBlockCache statistics thread should have a name
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1068140 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07 21:14:54 +00:00
Todd Lipcon
b8482c13fa
HBASE-3470. Check that hbase-default.xml is loaded from within jar
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1068102 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07 20:28:57 +00:00
Michael Stack
5f64c2d27b
HBASE-3500 Documentation update for replication
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1067598 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06 05:46:39 +00:00
Nicolas Spiegelberg
1cd8c4ae72
HBASE-3496 HFile CLI Improvements
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1067449 13f79535-47bb-0310-9956-ffa450edef68
2011-02-05 14:37:36 +00:00
Michael Stack
7a2e1fdd4c
HBASE-3502 Remove the deletion limit in LogCleaner
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1067328 13f79535-47bb-0310-9956-ffa450edef68
2011-02-04 23:02:43 +00:00
Michael Stack
f0e8ab83fd
HBASE-3502 Can't open region because can't open .regioninfo because AlreadyBeingCreatedException
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1067323 13f79535-47bb-0310-9956-ffa450edef68
2011-02-04 22:56:20 +00:00
Gary Helmling
e8f33fc4cc
HBASE-3400 Coprocessor Support for Generic Interfaces
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1067252 13f79535-47bb-0310-9956-ffa450edef68
2011-02-04 18:25:40 +00:00
Andrew Kyle Purtell
1aa394d882
HBASE-2824 A filter that randomly includes rows based on a configured chance
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1067232 13f79535-47bb-0310-9956-ffa450edef68
2011-02-04 17:32:02 +00:00
Lars George
5bb4725494
HBASE-3495 Shell is failing on subsequent split calls
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1066787 13f79535-47bb-0310-9956-ffa450edef68
2011-02-03 11:49:02 +00:00
Lars George
d7a63983fc
HBASE-3492 NPE while splitting table with empty column family store
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1066785 13f79535-47bb-0310-9956-ffa450edef68
2011-02-03 11:40:07 +00:00
Andrew Kyle Purtell
a3a2ce9215
HBASE-3416 For intra-row scanning, the update readers notification resets the query matcher and can lead to incorrect behavior
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1066744 13f79535-47bb-0310-9956-ffa450edef68
2011-02-03 07:42:17 +00:00
Ryan Rawson
6b30bf2a09
HBASE-3494 checkAndPut implementation doesnt verify row param and writable row are the same
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1066149 13f79535-47bb-0310-9956-ffa450edef68
2011-02-01 19:15:19 +00:00
Todd Lipcon
9b0a004017
HBASE-3483 Memstore lower limit should trigger asynchronous flushes
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1065918 13f79535-47bb-0310-9956-ffa450edef68
2011-02-01 06:20:21 +00:00
Michael Stack
c8529f0cab
HBASE-3493 HMaster sometimes hangs during initialization due to missing notify call
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1065745 13f79535-47bb-0310-9956-ffa450edef68
2011-01-31 20:23:57 +00:00
Jonathan Gray
d09a8b5cec
HBASE-3305 Allow round-robin distribution for table created with multiple regions (ted yu via jgray)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1064930 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28 23:38:19 +00:00
Ryan Rawson
105e28a85d
fixing 2481 -> 3481 in changes.txt
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1064312 13f79535-47bb-0310-9956-ffa450edef68
2011-01-27 21:17:02 +00:00
Ryan Rawson
dab4c39761
HBASE-2481 max seq id in flushed file can be larger than its correct value causing data loss during recovery
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1064050 13f79535-47bb-0310-9956-ffa450edef68
2011-01-27 09:25:55 +00:00
Lars George
df5fcf6445
HBASE-3476 HFile -m option need not scan key values (Prakash Khemani via Lars George)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1064034 13f79535-47bb-0310-9956-ffa450edef68
2011-01-27 08:54:20 +00:00
Nicolas Spiegelberg
2514a87ad6
HBASE-3433 : KeyValue API to explicitly distinguish between deep & shallow copies
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1061648 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21 06:24:36 +00:00
Nicolas Spiegelberg
91750f48bd
Forgot to update CHANGES.txt
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1061639 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21 05:35:56 +00:00
Andrew Kyle Purtell
81d751f9d0
HBASE-3456 Fix hardcoding of 20 second socket timeout down in HBaseClient
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1061596 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21 02:08:27 +00:00
Michael Stack
ff21baac60
HBASE-3449 Server shutdown handlers deadlocked waiting for META
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1061575 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20 23:47:37 +00:00
Michael Stack
0aade298db
HBASE-3387 Pair does not deep check arrays for equality -- REVERTED
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1061082 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20 00:47:29 +00:00
Nicolas Spiegelberg
eb0921b921
Forgot to modify CHANGES.txt for HBASE-3437
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1057801 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11 19:05:29 +00:00
Michael Stack
0d31ac5f37
HBASE-3403 Region orphaned after failure during split
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056884 13f79535-47bb-0310-9956-ffa450edef68
2011-01-09 05:25:50 +00:00
Michael Stack
dddee0d50f
REVERT HBASE-3429 HBaseObjectWritable should support arrays of any Writable or Serializable, not just Writable[]
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056582 13f79535-47bb-0310-9956-ffa450edef68
2011-01-08 01:07:15 +00:00
Michael Stack
efa5448aa3
HBASE-3429 HBaseObjectWritable should support arrays of any Writable or Serializable, not just Writable[]
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056548 13f79535-47bb-0310-9956-ffa450edef68
2011-01-07 22:33:24 +00:00
Michael Stack
ce16f762e9
HBASE-3430 hbase-daemon.sh should clean up PID files on process stop
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056515 13f79535-47bb-0310-9956-ffa450edef68
2011-01-07 21:18:31 +00:00
Jonathan Gray
f64db932fd
HBASE-3418 Increment operations can break when qualifiers are split between memstore/snapshot and storefiles
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056108 13f79535-47bb-0310-9956-ffa450edef68
2011-01-06 22:53:05 +00:00
Todd Lipcon
7a678034af
HBASE-3401. Region IPC operations should be high priority
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056041 13f79535-47bb-0310-9956-ffa450edef68
2011-01-06 19:49:28 +00:00
Todd Lipcon
857d41472f
HBASE-3407 hbck should pause between fixing and re-checking state
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056023 13f79535-47bb-0310-9956-ffa450edef68
2011-01-06 19:32:32 +00:00
Gary Helmling
e89bfb07f3
HBASE-3405 Allow HBaseRpcMetrics to register custom interface methods
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056011 13f79535-47bb-0310-9956-ffa450edef68
2011-01-06 19:00:52 +00:00
Andrew Kyle Purtell
0ae47644a4
HBASE-3423 hbase-env.sh overrides HBASE_OPTS incorrectly
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1055719 13f79535-47bb-0310-9956-ffa450edef68
2011-01-06 02:53:49 +00:00
Michael Stack
7c878981b5
HBASE-3420 Handling a big rebalance, we can queue multiple instances of a Close event; messes up state
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1055639 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 21:07:20 +00:00
Jean-Daniel Cryans
f397fa6309
HBASE-3412 HLogSplitter should handle missing HLogs
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1055563 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 18:05:59 +00:00
Michael Stack
b7ece04e0f
HBASE-3409 Failed server shutdown processing when retrying hlog split
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1055254 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 00:48:42 +00:00
Michael Stack
c10721b8a8
HBASE-3402 Web UI shows two META regions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1055252 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 00:45:33 +00:00
Michael Stack
8620d2c697
HBASE-3408 AssignmentManager NullPointerException
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1055248 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 00:01:56 +00:00
Todd Lipcon
46a56a74db
HBASE-3392. Update backport of InputSampler to reflect MAPREDUCE-1820
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1054845 13f79535-47bb-0310-9956-ffa450edef68
2011-01-04 00:52:06 +00:00
Michael Stack
384f4c93dd
HBASE-3344 Master aborts after RPC to server that was shutting down
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1054837 13f79535-47bb-0310-9956-ffa450edef68
2011-01-04 00:10:39 +00:00
Michael Stack
221e8a807e
HBASE-3393 Update Avro gateway to use Avro 1.4.1 and the new server.join() method
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1053531 13f79535-47bb-0310-9956-ffa450edef68
2010-12-29 05:25:26 +00:00
Michael Stack
6ceadd85dc
HBASE-3387 Pair does not deep check arrays for equality
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1053484 13f79535-47bb-0310-9956-ffa450edef68
2010-12-29 00:04:32 +00:00
Jean-Daniel Cryans
0f2700df67
HBASE-3383 [0.90RC1] bin/hbase script displays "no such file" warning on
...
target/cached_classpath.txt
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1052093 13f79535-47bb-0310-9956-ffa450edef68
2010-12-22 23:02:42 +00:00
Michael Stack
1758553f45
HBASE-3388 NPE processRegionInTransition(AssignmentManager.java:264) doing rolling-restart.sh
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1052058 13f79535-47bb-0310-9956-ffa450edef68
2010-12-22 20:28:57 +00:00
Jean-Daniel Cryans
bfe27f5764
HBASE-3386 NPE in TableRecordReaderImpl.restart
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1052051 13f79535-47bb-0310-9956-ffa450edef68
2010-12-22 19:54:11 +00:00
Michael Stack
bc8d7005b1
HBASE-3381 Interrupt of a region open comes across as a successful open
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1051710 13f79535-47bb-0310-9956-ffa450edef68
2010-12-22 00:17:51 +00:00
Gary Helmling
1229397a95
HBASE-3256: Add coprocessor host and observer for HMaster
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1051639 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21 20:39:26 +00:00
Michael Stack
8f67476c53
HBASE-3343 Server not shutting down after losing log lease
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1051380 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21 05:32:22 +00:00
Michael Stack
a59bd1030b
HBASE-3374 Our jruby jar has *GPL jars in it; fix
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1051343 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21 00:34:36 +00:00
Michael Stack
d000821c1e
HBASE-3323 OOME in master splitting logs
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1051278 13f79535-47bb-0310-9956-ffa450edef68
2010-12-20 20:35:41 +00:00
Jonathan Gray
9685e81958
Commit for freenode hbase group request approval freenode7fhrc24c.ver
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1051264 13f79535-47bb-0310-9956-ffa450edef68
2010-12-20 19:55:26 +00:00
Michael Stack
8c73db0ebd
HBASE-3335 Add BitComparator for filtering
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1051217 13f79535-47bb-0310-9956-ffa450edef68
2010-12-20 17:30:09 +00:00
Andrew Kyle Purtell
57a325bf4c
HBASE-3377 Upgrade Jetty to 6.1.26
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1051022 13f79535-47bb-0310-9956-ffa450edef68
2010-12-20 08:51:45 +00:00
Jean-Daniel Cryans
ef96f37844
HBASE-3366 WALObservers should be notified before the lock
...
HBASE-3367 Failed log split not retried
HBASE-3370 ReplicationSource.openReader fails to locate HLogs when they
aren't split yet
HBASE-3371 Race in TestReplication can make it fail
HBASE-3372 HRS shouldn't print a full stack for ServerNotRunningException
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1050542 13f79535-47bb-0310-9956-ffa450edef68
2010-12-18 00:13:13 +00:00
Gary Helmling
96e37125ba
HBASE-3260 Coprocessors: Add explicit lifecycle management
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1050489 13f79535-47bb-0310-9956-ffa450edef68
2010-12-17 20:50:34 +00:00
Michael Stack
1cb79368d3
HBASE-3368 Split message can come in before region opened message; results in 'Region has been PENDING_CLOSE for too long' cycle
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1050279 13f79535-47bb-0310-9956-ffa450edef68
2010-12-17 05:48:05 +00:00
Michael Stack
d154629ef9
HBASE-3362 If .META. offline between OPENING and OPENED, then wrong server location in .META. is possible
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1050276 13f79535-47bb-0310-9956-ffa450edef68
2010-12-17 05:38:18 +00:00
Michael Stack
605ebb05ec
HBASE-3365 EOFE contacting crashed RS causes Master abort
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049755 13f79535-47bb-0310-9956-ffa450edef68
2010-12-16 00:31:42 +00:00
Jean-Daniel Cryans
0957e3867a
HBASE-3363 ReplicationSink should batch delete
...
doc fixes for replication
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049745 13f79535-47bb-0310-9956-ffa450edef68
2010-12-15 23:31:45 +00:00
Jean-Daniel Cryans
39330cff75
HBASE-3360 ReplicationLogCleaner is enabled by default in 0.90 -- causes NPE
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049680 13f79535-47bb-0310-9956-ffa450edef68
2010-12-15 19:47:09 +00:00
Andrew Kyle Purtell
1842a1ee85
HBASE-3348 Coprocessors: Allow Observers to completely override base function
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049471 13f79535-47bb-0310-9956-ffa450edef68
2010-12-15 10:11:59 +00:00
Nicolas Spiegelberg
45942d3d52
Modified CHANGES.txt for HBASE-3328
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049381 13f79535-47bb-0310-9956-ffa450edef68
2010-12-15 01:46:54 +00:00
Jean-Daniel Cryans
e6e0eea777
HBASE-3358 Recovered replication queue wait on themselves when terminating
...
HBASE-3359 LogRoller not added as a WAL listener when replication is enabled
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049360 13f79535-47bb-0310-9956-ffa450edef68
2010-12-15 00:20:14 +00:00
Jean-Daniel Cryans
e5ebff208a
HBASE-3355 Stopping a stopped cluster leaks an HMaster
...
HBASE-3356 Add more checks in replication if RS is stopped
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049249 13f79535-47bb-0310-9956-ffa450edef68
2010-12-14 20:26:30 +00:00
Jonathan Gray
36be388220
HBASE-3332 Regions stuck in transition after RS failure
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049238 13f79535-47bb-0310-9956-ffa450edef68
2010-12-14 20:01:03 +00:00
Jonathan Gray
c0c723f660
HBASE-3337 Restore HBCK fix of unassignment and dupe assignment for new master
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049236 13f79535-47bb-0310-9956-ffa450edef68
2010-12-14 19:58:08 +00:00
Jean-Daniel Cryans
6c2dd8e749
HBASE-3351 ReplicationZookeeper goes to ZK every time a znode is modified
...
HBASE-3326 Replication state's znode should be created else it
defaults to false
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1048932 13f79535-47bb-0310-9956-ffa450edef68
2010-12-14 04:20:42 +00:00
Todd Lipcon
1b7b7a935a
HBASE-3349. Pass HBase configuration to HttpServer
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1048928 13f79535-47bb-0310-9956-ffa450edef68
2010-12-14 04:00:27 +00:00
Todd Lipcon
ebae4daf4e
HBASE-3353. table.jsp doesn't handle entries in META without server info
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1048926 13f79535-47bb-0310-9956-ffa450edef68
2010-12-14 03:56:39 +00:00
Michael Stack
5a36e4032a
HBASE-3352 enabling a non-existent table from shell prints no error
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1048922 13f79535-47bb-0310-9956-ffa450edef68
2010-12-14 03:39:55 +00:00
Jean-Daniel Cryans
702766bd2f
HBASE-3321 Replication.join shouldn't clear the logs znode
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1045426 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13 23:52:53 +00:00
Michael Stack
0482a811e6
HBASE-3347 Can't truncate/disable table that has rows in .META. that have empty info:regioninfo column
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1045399 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13 22:33:35 +00:00
Michael Stack
ee1cfcc1df
HBASE-3334 Refresh our hadoop jar because of HDFS-1520
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1044529 13f79535-47bb-0310-9956-ffa450edef68
2010-12-10 23:03:15 +00:00
Jean-Daniel Cryans
ceaf3ee3d7
HBASE-3308 SplitTransaction.splitStoreFiles slows splits a lot
...
HBASE-3318 Split rollback leaves parent with writesEnabled=false
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1043688 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08 21:38:25 +00:00
Nicolas Spiegelberg
53d7c62bbd
logged HBASE-1861 to CHANGES.txt
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1043534 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08 17:19:12 +00:00
Michael Stack
afac14fcf0
HBASE-1888 KeyValue methods throw NullPointerException instead of IllegalArgumentException during parameter sanity check
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1043218 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07 22:36:06 +00:00
Michael Stack
584e9b5c26
HBASE-3317 Javadoc and Throws Declaration for Bytes.incrementBytes() is Wrong
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1043214 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07 22:17:01 +00:00
Michael Stack
23c9501783
HBASE-3316 Add support for Java Serialization to HbaseObjectWritable
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1043179 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07 19:46:58 +00:00