Michael Stack
f0f9240de4
HBASE-2925 LRU of HConnectionManager.HBASE_INSTANCES breaks if HBaseConfiguration is changed
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@993078 13f79535-47bb-0310-9956-ffa450edef68
2010-09-06 15:50:46 +00:00
Michael Stack
9f12e0d060
HBASE-1845 MultiGet, MultiDelete, and MultiPut - batched to the appropriate region servers; commit again -- was removed by hbase-2692 commit
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@992530 13f79535-47bb-0310-9956-ffa450edef68
2010-09-04 03:57:21 +00:00
Michael Stack
61f9214268
HBASE-2955 hbase-2692 broke replication -- committed HCM change by mistake
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@992426 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03 19:20:09 +00:00
Michael Stack
6f4e9c7117
HBASE-2955 hbase-2692 broke replication -- disabling replication tests till this issue is addressed
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@992425 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03 19:18:39 +00:00
Michael Stack
39e213e62d
HBASE-2643 Figure how to deal with eof splitting logs
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@992215 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03 05:57:02 +00:00
Michael Stack
95a9c26c77
HBASE-2943 major_compact (and other admin commands) broken for .META. -- Bug spotted by jgray after commit
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@992131 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02 22:18:54 +00:00
Michael Stack
e3d0498438
HBASE-2943 major_compact (and other admin commands) broken for .META.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@992110 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02 20:39:41 +00:00
Michael Stack
1574bac2f1
HBASE-2799 'Append not enabled' warning should not show if hbase root dir isn't on DFS
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@992027 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02 17:31:48 +00:00
Michael Stack
081f97077b
HBASE-2918 SequenceFileLogWriter doesnt make it clear if there is no append by config or by missing lib/feature
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@991741 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01 22:34:12 +00:00
Michael Stack
1e70bfbb00
HBASE-2857 HBaseAdmin.tableExists() should not require a full meta scan
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@991734 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01 22:14:40 +00:00
Michael Stack
6d747b7f38
HBASE-2953 Edit of hbase-default.xml removing stale configs.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@991700 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01 20:51:50 +00:00
Michael Stack
177abe115f
HBASE-2948 bin/hbase shell broken
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@991584 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01 16:10:14 +00:00
Jonathan Gray
04afcd034c
HBASE-2944 cannot alter bloomfilter setting for a column family from hbase shell (kannan via jgray)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@991408 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01 00:31:37 +00:00
Michael Stack
f521309532
HBASE-2692 Master rewrite and cleanup for 0.90
...
Patch brought over from 0.90_master_rewrite branch.
Replication test is broke as are some of the rest tests.
Others should be passing.
Some of the changes made in this fat patch:
+ In HLogKey, we now use encoded region name instead of full region name.
+ On split, daughters are opened on the parent's regionserver; let the new balancer
sort them out later when it cuts in.
+ Added move region from one server to another as well as enable/disable balancer.
+ All .META. and -ROOT- edits go via new *Editor and *Reader classes -- no more
do we have 5 different ways of reading and editing .META.
+ Rather than 3 different listeners to hlog each w/ own way of listening, instead
we only have WALObserver now.
+ New Server Interface that has whats common to HMaster and RegionServer. Also
new Services Interface. This should make test writing cleaner making it so
less need of full cluster context testing anything -- e.g. the new
Interfaces are good w/ Mockito.
+ New balacner that runs on a period and takes into consideration all load
across cluster.
+ Table online/offline is now a flag in ZK; the offline flag on a region is
just used splitting from here on out.
+ Moved fixup of failed add of daughter edits to .META. into shutdown server
recover code (It used to be in basescanner).
+ The heartbeat now sends master the regionserver load and is used sending
shutdown message from master to regionserver ONLY; all other messages are
via zk (HMsg is pretty bare now).
+ No more Worker in RS and ToDoQueue in master. Both in master and regionserver
we use handlers instead run out of Executors.
+ Client can not send split, flush, compact direct to RS; no longer does
it go via master.
+ Server shutdown runs differently now. All are watching a flag in zk.
When RS notices its gone, it closes all user-space regions. If thats all
it was carrying, then it goes down. Otherwise, waits on master to send
the shutdown msg via heartbeat.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@991397 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31 23:51:44 +00:00
Ryan Rawson
8586a6238a
HBASE-1845 MultiGet, MultiDelete, and MultiPut - batched to the
...
appropriate region servers (Marc Limotte via Ryan)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@991289 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31 18:53:32 +00:00
Jean-Daniel Cryans
7abfcbc22c
HBASE-2920 HTable.checkAndPut/Delete doesn't handle null values
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@989296 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25 18:58:43 +00:00
Jean-Daniel Cryans
bdc56078d4
HBASE-2915 Deadlock between HRegion.ICV and HRegion.close
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@988343 13f79535-47bb-0310-9956-ffa450edef68
2010-08-23 22:47:36 +00:00
Michael Stack
88eb9c5281
HBASE-2931 Do not throw RuntimeExceptions in RPC/HbaseObjectWritable code, ensure we log and rethrow as IOE
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@987952 13f79535-47bb-0310-9956-ffa450edef68
2010-08-22 22:20:16 +00:00
Jean-Daniel Cryans
461c835fc9
HBASE-2922 HLog preparation and cleanup are done under the updateLock,
...
major slowdown
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@987675 13f79535-47bb-0310-9956-ffa450edef68
2010-08-20 23:44:23 +00:00
Jonathan Gray
5e9f6d1528
HBASE-2928 Fault in logic in BinaryPrefixComparator leads to ArrayIndexOutOfBoundsException (pranav via jgray)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@986969 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 22:27:58 +00:00
Jean-Daniel Cryans
0e481c64e8
HBASE-2927 BaseScanner gets stale HRegionInfo in some race cases
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@986887 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 19:40:49 +00:00
Jean-Daniel Cryans
625a079b73
HBASE-2923 Deadlock between HRegion.internalFlushCache and close
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@986448 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17 18:44:35 +00:00
Michael Stack
4dbf0c9b69
HBASE-2919 initTableReducerJob: Unused method parameter.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@986058 13f79535-47bb-0310-9956-ffa450edef68
2010-08-16 17:21:17 +00:00
Ryan Rawson
4784ec1b57
HBASE-1517 Implement inexpensive seek operations in HFile (Pranav via Ryan)
...
HBASE-2903 ColumnPrefix filtering (Pranav via Ryan)
HBASE-2904 Smart seeking using filters (Pranav via Ryan)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@985412 13f79535-47bb-0310-9956-ffa450edef68
2010-08-14 00:30:20 +00:00
Jean-Daniel Cryans
d80de85a69
HBASE-2909 SoftValueSortedMap is broken, can generate NPEs
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@985383 13f79535-47bb-0310-9956-ffa450edef68
2010-08-13 22:09:42 +00:00
Michael Stack
92ffa8580c
HBASE-2868 Do some small cleanups in org.apache.hadoop.hbase.regionserver.wal
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@984433 13f79535-47bb-0310-9956-ffa450edef68
2010-08-11 15:03:21 +00:00
Michael Stack
8b5d7dbb1c
HBASE-2908 Wrong order of null-check [in TIF]
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@984423 13f79535-47bb-0310-9956-ffa450edef68
2010-08-11 14:43:15 +00:00
Michael Stack
e30ddb01aa
HBASE-2870: Add Backup CLI Option to HMaster
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@984116 13f79535-47bb-0310-9956-ffa450edef68
2010-08-10 16:54:40 +00:00
Andrew Kyle Purtell
a95f1ed4f6
HBASE-2905 NPE when inserting mass data via REST interface
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@983699 13f79535-47bb-0310-9956-ffa450edef68
2010-08-09 15:55:19 +00:00
Andrew Kyle Purtell
af09891840
HBASE-2897 RowResultGenerator should handle NoSuchColumnFamilyException; add hunk missed from last commit
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@983667 13f79535-47bb-0310-9956-ffa450edef68
2010-08-09 14:56:38 +00:00
Andrew Kyle Purtell
0530905854
HBASE-2897 RowResultGenerator should handle NoSuchColumnFamilyException
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@983493 13f79535-47bb-0310-9956-ffa450edef68
2010-08-08 23:29:53 +00:00
Michael Stack
f4ed3cd699
HBASE-2844 Capping the number of regions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@983442 13f79535-47bb-0310-9956-ffa450edef68
2010-08-08 15:59:46 +00:00
Michael Stack
25ffbc5f11
HBASE-2823 Entire Row Deletes not stored in Row+Col Bloom
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@982472 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05 05:16:10 +00:00
Michael Stack
37af9aab2e
HBASE-2901 HBASE-2461 broke build
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@982461 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05 03:58:32 +00:00
Michael Stack
094197a180
HBASE-2461 Split doesn't handle IOExceptions when creating new region reference files; forgot to svn add new files
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@982122 13f79535-47bb-0310-9956-ffa450edef68
2010-08-04 05:08:38 +00:00
Michael Stack
f7b8d9cf7a
HBASE-2461 Split doesn't handle IOExceptions when creating new region reference files
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@982089 13f79535-47bb-0310-9956-ffa450edef68
2010-08-04 00:00:51 +00:00
Jean-Daniel Cryans
77aef8f799
HBASE-2892 Replication metrics aren't updated
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@980993 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30 23:37:19 +00:00
Michael Stack
b3db1e976e
HBASE-2792 Create a better way to chain log cleaners
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@980901 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30 18:10:04 +00:00
Michael Stack
2d214ccc52
HBASE-2755 Duplicate assignment of a region after region server recovery
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@980649 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30 04:57:44 +00:00
Michael Stack
26ebe0c583
HBASE-2890 init per-method RPC metrics on startup
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@980638 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30 03:22:08 +00:00
Todd Lipcon
852f3cf9a0
HBASE-2820 hbck throws an error if HBase root dir isn't on the default FS
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@980264 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28 23:14:12 +00:00
Michael Stack
8f5e996795
HBASE-2886 Add search box to site
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@980135 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28 17:33:53 +00:00
Michael Stack
5215e49df0
HBASE-1729 Move cache stats out of RS log and into metrics
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@979834 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27 19:59:01 +00:00
Jean-Daniel Cryans
ea63f24c5d
HBASE-2838 Replication metrics
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@979532 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27 04:58:31 +00:00
Jonathan Gray
90908553e9
HBASE-2852 Bloom filter NPE (pranav via jgray)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@979491 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27 01:31:04 +00:00
Andrew Kyle Purtell
95612cd281
HBASE-1537 Intra-row scanning; Query matcher will be confused if intra-row scanning
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@978980 13f79535-47bb-0310-9956-ffa450edef68
2010-07-25 04:32:45 +00:00
Michael Stack
e60312c1bd
HBASE-2815 not able to run the test suite in background because TestShell gets suspended on tty output
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@978973 13f79535-47bb-0310-9956-ffa450edef68
2010-07-25 03:48:58 +00:00
Michael Stack
04bf6f48e4
HBASE-2876 HBase hbck: false positive error reported for parent regions that are in offline state in meta after a split
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@978971 13f79535-47bb-0310-9956-ffa450edef68
2010-07-25 03:45:26 +00:00
Michael Stack
e258c33f78
HBASE-2849 HBase clients cannot recover when their ZooKeeper session becomes invalid
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@978802 13f79535-47bb-0310-9956-ffa450edef68
2010-07-24 05:18:38 +00:00
Michael Stack
01a251b50a
HBASE-2874 Unnecessary double-synchronization in ZooKeeperWrapper
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@978801 13f79535-47bb-0310-9956-ffa450edef68
2010-07-24 05:08:21 +00:00
Michael Stack
b64c40daff
HBASE-2869 Regularize how we log sequenceids -- sometimes its myseqid, other times its sequence id, etc. -- Found another case where we had seqid instead of sequenceid
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@978799 13f79535-47bb-0310-9956-ffa450edef68
2010-07-24 05:01:34 +00:00
Michael Stack
8400698734
HBASE-2873 Minor clean up in basescanner; fix a log and make deletes of region processing run in order -- continued... removing redundancy in logs -- no need to log encoded name anymore .. its part of region name
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@978798 13f79535-47bb-0310-9956-ffa450edef68
2010-07-24 04:56:58 +00:00
Michael Stack
234c458727
HBASE-2873 Minor clean up in basescanner; fix a log and make deletes of region processing run in order
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@978797 13f79535-47bb-0310-9956-ffa450edef68
2010-07-24 04:50:34 +00:00
Michael Stack
237fbbc817
HBASE-2830 NotServingRegionException shouldn't log a stack trace
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@978796 13f79535-47bb-0310-9956-ffa450edef68
2010-07-24 04:43:03 +00:00
Michael Stack
13cd010140
HBASE-2873 Minor clean up in basescanner; fix a log and make deletes of region processing run in order
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@967301 13f79535-47bb-0310-9956-ffa450edef68
2010-07-23 23:12:53 +00:00
Jean-Daniel Cryans
1415130b41
HBASE-2866 Region permanently offlined
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@967290 13f79535-47bb-0310-9956-ffa450edef68
2010-07-23 22:44:21 +00:00
Michael Stack
6dddd674cf
HBASE-2869 Regularize how we log sequenceids -- sometimes its myseqid, other times its sequence id, etc.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@966907 13f79535-47bb-0310-9956-ffa450edef68
2010-07-22 23:51:27 +00:00
Ryan Rawson
65b09b7cd5
HBASE-2863 HBASE-2553 removed an important edge case
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@966906 13f79535-47bb-0310-9956-ffa450edef68
2010-07-22 23:49:28 +00:00
Michael Stack
07d085c2e5
HBASE-2865 Cleanup of LRU logging; its hard to read, uses custom MB'maker, repeats info, too many numbers after the point, etc.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@966877 13f79535-47bb-0310-9956-ffa450edef68
2010-07-22 22:15:07 +00:00
Michael Stack
4321ef5546
HBASE-2862 Name DFSClient for Improved Debugging
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@966874 13f79535-47bb-0310-9956-ffa450edef68
2010-07-22 21:58:44 +00:00
Michael Stack
9bb7a8ae65
HBASE-2865 Cleanup of LRU logging; its hard to read, uses custom MB'maker, repeats info, too many numbers after the point, etc.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@966840 13f79535-47bb-0310-9956-ffa450edef68
2010-07-22 20:17:24 +00:00
Jean-Daniel Cryans
baf6eb43ff
HBASE-2858 TestReplication.queueFailover fails half the time
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@966468 13f79535-47bb-0310-9956-ffa450edef68
2010-07-22 00:16:16 +00:00
Michael Stack
b6282f5508
HBASE-1511 Pseudo distributed mode in LocalHBaseCluster
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@965672 13f79535-47bb-0310-9956-ffa450edef68
2010-07-19 22:59:51 +00:00
Michael Stack
3ada3242b4
HBASE-2846 Make rest server be same as thrift and avro servers
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@965160 13f79535-47bb-0310-9956-ffa450edef68
2010-07-18 05:24:17 +00:00
Michael Stack
4c16c452e6
HBASE-2845 Small edit of shell main help page cutting down some on white space and text
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@965158 13f79535-47bb-0310-9956-ffa450edef68
2010-07-18 05:15:43 +00:00
Ryan Rawson
7557b73e90
HBASE-2840 Remove the final remnants of the old Get code - the query matchers and other helper classes
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@964981 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16 23:29:19 +00:00
Michael Stack
8164552e35
Fixup of 'Getting Started' to point at CHANGES.txt of 0.20-append to get list of patches
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@964978 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16 23:22:04 +00:00
Ryan Rawson
2fd862b403
HBASE-2553 Revisit IncrementColumnValue implementation in 0.22
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@964973 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16 23:08:57 +00:00
Michael Stack
4158a4e4a3
HBASE-2727 Splits writing one file only is untenable; need dir of recovered edits ordered by sequenceid
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@964965 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16 22:28:21 +00:00
Ryan Rawson
e4ee10d24f
HBASE-2803 Remove remaining Get code from Store.java,etc
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@964645 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15 23:49:59 +00:00
Ryan Rawson
dac26ea612
HBASE-2517 Didn't adjust heapSize() in memstore with addition of 2 new references
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@964627 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15 22:15:46 +00:00
Jonathan Gray
9a4a3f512c
HBASE-2517 During reads when passed the specified time range, seek to next column (Pranav via jgray)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@964496 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15 17:15:14 +00:00
Jean-Daniel Cryans
e58e1f82fb
HBASE-2808 Document the implementation of replication
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@964220 13f79535-47bb-0310-9956-ffa450edef68
2010-07-14 22:11:47 +00:00
Jean-Daniel Cryans
e9eebe3a1f
HBASE-2781 fixup
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@963951 13f79535-47bb-0310-9956-ffa450edef68
2010-07-14 05:29:32 +00:00
Jean-Daniel Cryans
643ae0c985
HBASE-2781 ZKW.createUnassignedRegion doesn't make sure existing znode is
...
in the right state (Karthik Ranganathan via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@963910 13f79535-47bb-0310-9956-ffa450edef68
2010-07-14 00:07:03 +00:00
Ryan Rawson
d89cb8d0c5
HBASE-2265 HFile and Memstore should maintain minimum and maximum timestamps
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@963903 13f79535-47bb-0310-9956-ffa450edef68
2010-07-13 23:17:59 +00:00
Ryan Rawson
3c080bb8cc
HBASE-2265 HFile and Memstore should maintain minimum and maximum timestamps
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@963862 13f79535-47bb-0310-9956-ffa450edef68
2010-07-13 21:01:11 +00:00
Michael Stack
c45b3bc413
HBASE-2828 HTable unnecessarily coupled with HMaster
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@963826 13f79535-47bb-0310-9956-ffa450edef68
2010-07-13 19:21:36 +00:00
Ryan Rawson
c36ed07685
HBASE-2793 Add ability to extract a specified list of versions of a column in a single roundtrip
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@962700 13f79535-47bb-0310-9956-ffa450edef68
2010-07-09 21:36:40 +00:00
Ryan Rawson
b5a5aa6381
HBASE-2797 Another NPE in ReadWriteConsistencyControl
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@961549 13f79535-47bb-0310-9956-ffa450edef68
2010-07-08 01:22:08 +00:00
Jonathan Gray
c2c41f0439
HBASE-2806 (small compile fix via jgray)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@960664 13f79535-47bb-0310-9956-ffa450edef68
2010-07-05 19:34:51 +00:00
Michael Stack
2993d97c97
HBASE-2806 DNS hiccups cause uncaught NPE in HServerAddress#getBindAddress
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@960650 13f79535-47bb-0310-9956-ffa450edef68
2010-07-05 17:47:10 +00:00
Jean-Daniel Cryans
03933720fa
HBASE-2223 Handle 10min+ network partitions between clusters
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@959479 13f79535-47bb-0310-9956-ffa450edef68
2010-07-01 00:25:50 +00:00
Ryan Rawson
35616d9205
HBASE-2501 Refactor StoreFile Code
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@958468 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28 06:02:49 +00:00
Michael Stack
7353c3dc0a
HBASE-2707 Can't recover from a dead ROOT server if any exceptions happens during log splitting
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@958153 13f79535-47bb-0310-9956-ffa450edef68
2010-06-26 00:05:17 +00:00
Todd Lipcon
655f156494
Add missing Apache licenses to some source files
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@957575 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24 15:03:42 +00:00
Michael Stack
dbc9c82055
Quick edit of 'Getting Started' for development release 0.89.x
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@957417 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24 05:07:17 +00:00
Michael Stack
05598d5ae3
HBASE-2774 Spin in ReadWriteConsistencyControl eating CPU (load > 40) and no progress running YCSB on clean cluster startup
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@957412 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24 04:42:17 +00:00
Michael Stack
878f8e5fa3
HBASE-2774 Spin in ReadWriteConsistencyControl eating CPU (load > 40) and no progress running YCSB on clean cluster startup
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@957411 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24 04:35:22 +00:00
Jean-Daniel Cryans
049120cdde
HBASE-2772 Scan doesn't recover from region server failure
...
HBASE-2775 Update of hadoop jar in HBASE-2771 broke TestMultiClusters
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@957333 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23 20:33:48 +00:00
Todd Lipcon
c4654b285a
HBASE-2729. Interrupted or failed memstore flushes should not corrupt the region
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@957307 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23 19:04:40 +00:00
Michael Stack
51de1e3aa9
HBASE-2617 Load balancer falls into pathological state if one server under average - slop; endless churn; did not apply to trunk
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@957131 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23 07:41:28 +00:00
Jonathan Gray
77fcd6cb63
HBASE-2758 META region stuck in RS2ZK_REGION_OPENED state (Karthik Ranganathan via jgray)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@957099 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23 03:31:19 +00:00
Michael Stack
97657cccd2
HBASE-2763 Cross-port HADOOP-6833 IPC parameter leak bug
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@957058 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22 22:11:17 +00:00
Todd Lipcon
76c2563c67
HBASE-2769. Fix typo in warning message for HBaseConfiguration
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@957051 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22 21:59:58 +00:00
Michael Stack
80ab0f9703
HBASE-7 Provide a HBase checker and repair tool similar to fsck
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@957040 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22 21:42:13 +00:00
Todd Lipcon
6aa3261fc5
HBASE-2762. Add warning to master if running without append enabled
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@957029 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22 20:56:18 +00:00
Jean-Daniel Cryans
ada9be3cf2
HBASE-2741 HBaseExecutorService needs to be multi-cluster friendly
...
(Karthik Ranganathan via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@956968 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22 18:24:12 +00:00
Todd Lipcon
981573c9e1
HBASE-2764. Force all Chore tasks to have a thread name
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@956766 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22 03:57:12 +00:00
Michael Stack
75caa88aec
HBASE-1025 Reconstruction log playback has no bounds on memory used
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@956753 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22 00:57:46 +00:00
Michael Stack
52ae2e469b
HBASE-1025 Reconstruction log playback has no bounds on memory used
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@956706 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21 21:33:17 +00:00
Todd Lipcon
d59d054fc9
HBASE-2760. Fix MetaScanner TableNotFoundException when scanning starting at the first row in a table.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@956689 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21 20:52:31 +00:00
Todd Lipcon
ebbdb536c7
HBASE-2656. HMaster.getRegionTableClosest should not return null for closed regions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@956685 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21 20:36:39 +00:00
Jean-Daniel Cryans
dccbca8561
HBASE-2756 MetaScanner.metaScan doesn't take configurations
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@956643 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21 17:16:02 +00:00
Jean-Daniel Cryans
ebb698fd09
HBASE-2737 CME in ZKW introduced in HBASE-2694 (Karthik Ranganathan via JD)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@956314 13f79535-47bb-0310-9956-ffa450edef68
2010-06-20 01:01:11 +00:00
Michael Stack
9e73f76604
HBASE-2752 Don't retry forever when waiting on too many store files
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@956183 13f79535-47bb-0310-9956-ffa450edef68
2010-06-19 05:39:47 +00:00
Jean-Daniel Cryans
13cf63cac5
HBASE-2683 Make it obvious in the documentation that ZooKeeper needs
...
permanent storage
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@956135 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 21:29:34 +00:00
Ryan Rawson
0beea3751b
HBASE-2740 NPE in ReadWriteConsistencyControl
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@955784 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 23:20:40 +00:00
Michael Stack
7aedf3a36f
HBASE-2725 Shutdown hook management is gone in trunk; restore
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@955427 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 23:32:00 +00:00
Michael Stack
bbe4d7981f
HBASE-2725 Shutdown hook management is gone in trunk; restore
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@955426 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 23:31:36 +00:00
Jean-Daniel Cryans
3fc4397289
HBASE-2735 Make HBASE-2694 replication-friendly
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@955418 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 22:45:24 +00:00
Todd Lipcon
609ce409a0
HBASE-2733. Replacement of LATEST_TIMESTAMP with real timestamp was broken by HBASE-2353
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@955077 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 22:44:07 +00:00
Todd Lipcon
fef909299a
HBASE-2670. Provide atomicity for readers even when new insert has same timestamp as current row.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@955076 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 22:37:56 +00:00
Todd Lipcon
43b0753558
HBASE-2726. Region Server should never abort without an informative log message
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@954705 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 05:04:42 +00:00
Todd Lipcon
18a53dfd6b
HBASE-2353. Batch puts should sync HLog as few times as possible
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@954285 13f79535-47bb-0310-9956-ffa450edef68
2010-06-13 18:54:25 +00:00
Michael Stack
d92c49629d
HBASE-2468 Improvements to prewarm META cache on client
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@954268 13f79535-47bb-0310-9956-ffa450edef68
2010-06-13 17:20:58 +00:00
Ryan Rawson
84378fa8bf
HBASE-2400 new connector for Avro RPC access to HBase cluster
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@954175 13f79535-47bb-0310-9956-ffa450edef68
2010-06-13 06:53:50 +00:00
Jonathan Gray
b1ef73ff1f
HBASE-2694 Move RS to Master region open/close messaging into ZooKeeper
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@953920 13f79535-47bb-0310-9956-ffa450edef68
2010-06-12 01:17:45 +00:00
Jean-Daniel Cryans
df71c57269
HBASE-2712 Cached region location that went stale won't recover if
...
asking for first row
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@953859 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 20:08:21 +00:00
Michael Stack
53b3274251
HBASE-2208 TableServers # processBatchOfRows - converts from List to [ ] - Expensive copy
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@953802 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 18:09:48 +00:00
Michael Stack
4193875580
HBASE-2618 Don't inherit from HConstants
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@953790 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 17:49:55 +00:00
Todd Lipcon
296b055f97
HBASE-2710. Shell should have default terminal width when detection fails
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@953529 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 01:27:06 +00:00
Michael Stack
bdcc7f126a
HBASE-2703 ui not working in distributed context
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@953495 13f79535-47bb-0310-9956-ffa450edef68
2010-06-10 23:21:45 +00:00
Jean-Daniel Cryans
d3fb45f189
HBASE-2691 LeaseStillHeldException totally ignored by RS, wrongly named
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@952869 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09 00:10:29 +00:00
Ryan Rawson
fc52e8d359
HBASE-2616 TestHRegion.testWritesWhileGetting flaky on trunk
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@952796 13f79535-47bb-0310-9956-ffa450edef68
2010-06-08 20:11:50 +00:00
Ryan Rawson
a01c22af11
HBASE-2578 Add ability for tests to override server-side timestamp setting (currentTimeMillis)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@952479 13f79535-47bb-0310-9956-ffa450edef68
2010-06-07 23:06:24 +00:00
Andrew Kyle Purtell
3181d96ec8
HBASE-2397 Bytes.toStringBinary escapes printable chars
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@951840 13f79535-47bb-0310-9956-ffa450edef68
2010-06-06 08:38:42 +00:00
Michael Stack
493ccf01e8
HBASE-2615 M/R on bulk imported tables
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@951742 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05 16:44:21 +00:00
Andrew Kyle Purtell
d380a628bf
HBASE-1537 Intra-row scanning; apply limit over multiple families
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@951682 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05 08:54:32 +00:00
Michael Stack
650b6cea53
HBASE-2667 TestHLog.testSplit failing in trunk
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@951657 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05 05:53:03 +00:00
Michael Stack
64c6a071d7
HBASE-2614 killing server in TestMasterTransitions causes NPEs and test deadlock
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@951652 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05 05:22:33 +00:00
Michael Stack
0abcfa0ed7
HBASE-2667 TestHLog.testSplit failing in trunk
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@951471 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 16:08:41 +00:00
Michael Stack
e91448f040
HBASE-2662 TestScannerResource.testScannerResource broke in trunk
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@951192 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 22:52:42 +00:00
Todd Lipcon
c6cfd1b9a6
HBASE-2651. Allow alternate column separators to be specified for ImportTsv
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@951136 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 19:58:20 +00:00
Michael Stack
e9b68fdce6
HBASE-2579 Add atomic checkAndDelete support; fix broke build -- i forgot to change one of the prepareDelete calls
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@950813 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 23:03:39 +00:00
Michael Stack
94c6f4c1b8
HBASE-2579 Add atomic checkAndDelete support
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@950743 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 20:05:27 +00:00
Michael Stack
0a7e9913a6
HBASE-2657 TestTableResource is broken in trunk
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@950714 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 18:47:58 +00:00
Todd Lipcon
5e56bdea4e
HBASE-2560. Fix IllegalArgumentException when manually splitting table from web UI
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@950700 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 18:12:11 +00:00
Todd Lipcon
f9a10488c0
HBASE-1923. Bulk incremental load into an existing table
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@950321 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 00:40:48 +00:00
Todd Lipcon
fc0d79bdfd
HBASE-2588. Add easier way to ship HBase dependencies to MR cluster with Job
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@950318 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 00:29:47 +00:00
Todd Lipcon
8e870fa13e
HBASE-2635. ImmutableBytesWritable ignores offset in several cases
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@950242 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01 20:42:10 +00:00
Michael Stack
dacf350835
HBASE-2437 Refactor HLog splitLog
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@950174 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01 18:01:53 +00:00
Michael Stack
677738d3ed
HBASE-2531 32-bit encoding of regionnames waaaaaaayyyyy too susceptible to hash clashes
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@949919 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01 03:50:57 +00:00
Todd Lipcon
12855081cc
HBASE-2632. Shell should autodetect terminal width
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@949803 13f79535-47bb-0310-9956-ffa450edef68
2010-05-31 16:49:50 +00:00
Todd Lipcon
57740b8e12
HBASE-2371. Fix 'list' command in shell
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@949549 13f79535-47bb-0310-9956-ffa450edef68
2010-05-30 18:03:46 +00:00
Todd Lipcon
c8f365c85b
HBASE-2630. HFile should use toStringBinary when printing keys
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@949547 13f79535-47bb-0310-9956-ffa450edef68
2010-05-30 17:54:19 +00:00
Michael Stack
e9da90e109
HBASE-2352 Small values for hbase.client.retries.number and ipc.client.connect.max.retries breaks long ops in hbase shell
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@949521 13f79535-47bb-0310-9956-ffa450edef68
2010-05-30 14:36:12 +00:00
Michael Stack
6cdd1822b6
HBASE-2599 BaseScanner says "Current assignment of X is not valid" over and over for same region
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@949327 13f79535-47bb-0310-9956-ffa450edef68
2010-05-29 00:40:54 +00:00
Todd Lipcon
4d3d22e521
HBASE-2621. Fix bad link to HFile documentation in javadoc
...
Contributed by Jeff Hammerbacher
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@949251 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28 18:22:27 +00:00
Michael Stack
90a56da42e
HBASE-2619 HBase shell 'alter' command cannot set table properties to False
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@949026 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27 22:24:03 +00:00
Jean-Daniel Cryans
982a15f227
HBASE-2613 Remove the code around MSG_CALL_SERVER_STARTUP
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@948632 13f79535-47bb-0310-9956-ffa450edef68
2010-05-26 23:09:09 +00:00
Michael Stack
54b2cf6806
HBASE-2610 ValueFilter copy pasted javadoc from QualifierFilter
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@948365 13f79535-47bb-0310-9956-ffa450edef68
2010-05-26 08:49:04 +00:00
Andrew Kyle Purtell
bb8e346466
HBASE-2586 Move hbase webapps to a hbase-webapps dir
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@948298 13f79535-47bb-0310-9956-ffa450edef68
2010-05-26 02:56:08 +00:00
Michael Stack
d7276f47fd
HBASE-2516 Ugly IOE when region is being closed; rather, should NSRE
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@947675 13f79535-47bb-0310-9956-ffa450edef68
2010-05-24 15:43:46 +00:00
Michael Stack
c7ed31b969
HBASE-2519 StoreFileScanner.seek swallows IOEs
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@947511 13f79535-47bb-0310-9956-ffa450edef68
2010-05-23 22:21:48 +00:00
Michael Stack
f896891125
HBASE-2598 Move NINES and ZEROS to client package and change visibility to default
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@947349 13f79535-47bb-0310-9956-ffa450edef68
2010-05-22 23:38:16 +00:00
Jean-Daniel Cryans
4ae7a64206
HBASE-2580 Make the hlog file names unique
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@947127 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21 18:49:17 +00:00
Michael Stack
49aee06f93
HBASE-2577 Remove 'core' maven module; move core up a level
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@946530 13f79535-47bb-0310-9956-ffa450edef68
2010-05-20 05:24:32 +00:00