Jonathan Gray
5abb3867c0
HBASE-3162 Add TimeRange support into Increment to optimize for counters that are partitioned on time
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029118 13f79535-47bb-0310-9956-ffa450edef68
2010-10-30 16:58:44 +00:00
Jonathan Gray
8f3c1a5bc4
HBSAE-3174 Add ability for Get operations to enable/disable use of block caching
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029115 13f79535-47bb-0310-9956-ffa450edef68
2010-10-30 16:51:30 +00:00
Jonathan Gray
93588c8cfc
HBASE-3175 Commit of HBASE-3160 broke TestPriorityCompactionQueue up on hudson (nicolas via jgray)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029105 13f79535-47bb-0310-9956-ffa450edef68
2010-10-30 16:01:07 +00:00
Michael Stack
c9da74ebc7
HBASE-2406 Define semantics of cell timestamps/versions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1028949 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 23:53:09 +00:00
Jonathan Gray
8379057874
HBASE-3172 Reverse order of AssignmentManager and MetaNodeTracker in ZooKeeperWatcher
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1028911 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 21:32:11 +00:00
Michael Stack
022f70b722
HBASE-3169 NPE when master joins running cluster if a RIT references a RS no longer present
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1028872 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 18:34:32 +00:00
Michael Stack
7b4eb5b505
HBASE-3160 Use more intelligent priorities for PriorityCompactionQueue
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1028622 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 06:08:44 +00:00
Michael Stack
0944bd9fb0
HBASE-3102 Enhance HBase rMetrics for Long-running Stats
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1028615 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 04:48:10 +00:00
Jean-Daniel Cryans
d2cdee5141
HBASE-3013 Tool to verify data in two clusters
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1028558 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 00:09:56 +00:00
Michael Stack
6ed7225290
HBASE-3167 HBase Export: Add ability to export specific Column Family; Turn Block Cache off during export; improve usage doc
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1028546 13f79535-47bb-0310-9956-ffa450edef68
2010-10-28 23:40:47 +00:00
Jonathan Gray
3523b66eec
HBASE-3159 Double play of OpenedRegionHandler for a single region and assorted fixes around this + TestRollingRestart added
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1028497 13f79535-47bb-0310-9956-ffa450edef68
2010-10-28 21:31:58 +00:00
Jean-Daniel Cryans
3c1c948f45
HBASE-3012 TOF doesn't take zk client port for remote clusters
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1028132 13f79535-47bb-0310-9956-ffa450edef68
2010-10-27 23:17:30 +00:00
Michael Stack
d95e8f964d
HBASE-3155 HFile.appendMetaBlock() uses wrong comparator
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1027959 13f79535-47bb-0310-9956-ffa450edef68
2010-10-27 13:44:30 +00:00
Michael Stack
f9fda11ec0
HBASE-3158 Bloom File Writes Broken if keySize is large
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1027810 13f79535-47bb-0310-9956-ffa450edef68
2010-10-27 04:15:26 +00:00
Jonathan Gray
97f7976755
HBASE-2946 Increment multiple columns in a row at once
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1027681 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26 18:50:13 +00:00
Michael Stack
b22ba3afd3
HBASE-3147 Regions stuck in transition after rolling restart, perpetual timeout handling but nothing happens
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1027646 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26 16:52:31 +00:00
Ryan Rawson
a702d2253c
HBASE-2753 Remove sorted() methods from Result now that Gets are Scans
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1027293 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25 22:56:47 +00:00
Jonathan Gray
e3c5654626
HBASE-3082 changes
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1026911 13f79535-47bb-0310-9956-ffa450edef68
2010-10-24 22:36:49 +00:00
Jonathan Gray
d92252312c
HBASE-3082 For ICV gets, first look in MemStore before reading StoreFiles (Prakash via jgray)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1026910 13f79535-47bb-0310-9956-ffa450edef68
2010-10-24 22:36:27 +00:00
Jonathan Gray
a574082d85
HBASE-3136 Stale reads from ZK can break the atomic CAS operations we have in ZKAssign
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1026909 13f79535-47bb-0310-9956-ffa450edef68
2010-10-24 22:31:46 +00:00
Michael Stack
1d6743ae7f
HBASE-3139 Server shutdown processor stuck because meta not online
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1026567 13f79535-47bb-0310-9956-ffa450edef68
2010-10-23 06:32:02 +00:00
Ryan Rawson
5deb69715c
HBASE-2514 RegionServer should refuse to be assigned a region that use LZO when LZO isn't available
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1026538 13f79535-47bb-0310-9956-ffa450edef68
2010-10-23 00:39:14 +00:00
Jean-Daniel Cryans
01aa76e5b0
HBASE-2984 [shell] Altering a family shouldn't reset to default unchanged
...
attributes
HBASE-3143 Adding the tests' hbase-site.xml to the jar breaks some clients
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1026526 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22 23:28:07 +00:00
Todd Lipcon
a0d2e6dcb9
HBASE-3145. importtsv fails when the line contains no data (Kazuki Ohta via Todd Lipcon)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1026483 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22 20:24:59 +00:00
Michael Stack
f36d48b045
HBASE-2998 rolling-restart.sh shouldn't rely on zoo.cfg
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1026470 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22 19:54:21 +00:00
Michael Stack
4b3fc6b14b
HBASE-3140 Rest schema modification throw null pointer exception
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1026154 13f79535-47bb-0310-9956-ffa450edef68
2010-10-21 21:57:14 +00:00
Michael Stack
3a7d12ce2c
HBASE-2658 REST (stargate) TableRegionModel Regions need to be updated to work w/ new region naming convention from HBASE-2531
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1026131 13f79535-47bb-0310-9956-ffa450edef68
2010-10-21 20:35:57 +00:00
Jonathan Gray
5200b27780
HBASE-3132 Print TimestampRange and BloomFilters in HFile pretty print
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1025798 13f79535-47bb-0310-9956-ffa450edef68
2010-10-21 00:28:22 +00:00
Jonathan Gray
90420894be
HBASE-3133 Only log compaction requests when a request is actually added to the queue
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1025647 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20 17:25:11 +00:00
Michael Stack
6d2aaf8833
HBASE-3128 On assign, if ConnectException, reassign another server
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1024524 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20 05:12:19 +00:00
Jean-Daniel Cryans
a7d61ec5b5
HBASE-2201 JRuby shell for replication
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1024470 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20 00:21:08 +00:00
Michael Stack
95c46c0e74
HBASE-3031 CopyTable MR job named 'Copy Table' in Driver
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1024333 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 17:36:54 +00:00
Michael Stack
b825581bc4
HBASE-3076 Allow to disable automatic shipping of dependency jars for mapreduce jobs
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1024317 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 16:44:06 +00:00
Todd Lipcon
d4d7ceef68
HBASE-3115. HBaseClient wastes 1 TCP packet per RPC
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1024125 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 06:03:25 +00:00
Ryan Rawson
1eede65ae1
HBASE-2985 HRegionServer.multi() no longer calls HRegion.put(List) when possible
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1024074 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 01:01:52 +00:00
Michael Stack
113d533ad7
HBASE-2669 HCM.shutdownHook causes data loss with hbase.client.write.buffer != 0
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1024067 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 23:58:21 +00:00
Andrew Kyle Purtell
2fe608efd3
HBASE-3121 [rest] Do not perform cache control when returning results
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1024055 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 22:56:36 +00:00
Jonathan Gray
5f7c8ca1b2
HBASE-2700 Test of: Handle master failover for regions in transition
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023953 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 19:08:50 +00:00
Todd Lipcon
2a6edb9848
HBASE-3101. bin assembly doesn't include -tests or -source jars
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023937 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 18:30:00 +00:00
Michael Stack
53b0c0097a
HBASE-3097 Merge in hbase-1200 doc on bloomfilters into hbase book
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023380 13f79535-47bb-0310-9956-ffa450edef68
2010-10-16 21:55:34 +00:00
Michael Stack
7d71883786
HBASE-3088 TestAvroServer and TestThriftServer broken because use same table in all tests and tests enable/disable/delete; adding mention to CHANGES.txt
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023193 13f79535-47bb-0310-9956-ffa450edef68
2010-10-16 05:55:04 +00:00
Michael Stack
cd9a0cb473
HBASE-2968 No standard family filter provided
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023190 13f79535-47bb-0310-9956-ffa450edef68
2010-10-16 05:53:13 +00:00
Michael Stack
a01b4c5576
HBASE-3110 TestReplicationSink failing in TRUNK up on Hudson; mentioning fixed issue in CHANGES.txt
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023189 13f79535-47bb-0310-9956-ffa450edef68
2010-10-16 05:46:27 +00:00
Michael Stack
c8f2f45a99
HBASE-3098 TestMetaReaderEditor is broken in TRUNK; hangs; made mention in CHANGES.txt
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023188 13f79535-47bb-0310-9956-ffa450edef68
2010-10-16 05:40:05 +00:00
Michael Stack
aab46757ec
HBASE-3081 Log Splitting & Replay: Distinguish between Network IOE and Parsing IOE
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023186 13f79535-47bb-0310-9956-ffa450edef68
2010-10-16 05:35:27 +00:00
Michael Stack
63ba21eca5
HBASE-2933 Skip EOF Errors during Log Recovery
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023183 13f79535-47bb-0310-9956-ffa450edef68
2010-10-16 05:27:57 +00:00
Michael Stack
dcbcd4f2d4
HBASE-3113 Don't reassign regions if cluster is being shutdown
...
M src/main/java/org/apache/hadoop/hbase/master/ServerManager.java
Bit of javadoc.
M src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
If bad server, pass in name of bad server when remaking assignment
plan -- i missed this important part on commit of part 2 of 3113.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023179 13f79535-47bb-0310-9956-ffa450edef68
2010-10-16 05:07:50 +00:00
Jean-Daniel Cryans
a5a00687ef
HBASE-3041 [replication] ReplicationSink shouldn't kill the whole RS when
...
it fails to replicate
HBASE-3044 [replication] ReplicationSource won't cleanup logs if there's
nothing to replicate
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1022770 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14 23:52:49 +00:00
Jean-Daniel Cryans
5ccf27683b
HBASE-3060 [replication] Reenable replication on trunk with unit tests
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1021447 13f79535-47bb-0310-9956-ffa450edef68
2010-10-11 18:00:48 +00:00
Michael Stack
83782f16d6
Note some resolved issues
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1006350 13f79535-47bb-0310-9956-ffa450edef68
2010-10-10 21:00:49 +00:00