Bryan Duxbury
8c815c72f4
HBASE-443 Move internal classes out of HStore
...
-Moved out classes Memcache, StoreFileScanner, MapFileCompactionReader, and HStoreScanner, and interface CompactionReader
-Updated TestHMemcache to use the correct type declaration.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@636815 13f79535-47bb-0310-9956-ffa450edef68
2008-03-13 18:06:08 +00:00
Jim Kellerman
9057e559a1
HBASE-27 hregioninfo cell empty in meta table
...
Summary of changes:
HMaster:
- When a row has an empty HRegionInfo (info:regioninfo), log it with the row name and and the other keys still in the row.
- Log the number of rows with empty HRegionInfo
- Delete the rows
- Make RowMap inner class static, change methods to have package scope to avoid synthetic accessors.
- Provide row name to getHRegionInfo so it can issue better log messages
- add method deleteEmptyMetaRows to remove rows with empty HRegionInfo
HRegion
- change removeRegionFromMETA to use deleteAll rather than using a BatchUpdate containing deletes for each cell.
TestEmptyMetaInfo
- new test case
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@636589 13f79535-47bb-0310-9956-ffa450edef68
2008-03-13 00:33:13 +00:00
Bryan Duxbury
6fb7767fc6
HBASE-40 [hbase] Add a method of getting multiple (but not all) cells for a row at once
...
-new override of getRow added to the whole stack
-test for new override added to TestGet2
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@636415 13f79535-47bb-0310-9956-ffa450edef68
2008-03-12 16:58:10 +00:00
Jim Kellerman
082e0237fd
HBASE-433 HBASE-251 Region server should delete restore log after successful restore, Stuck replaying the edits of crashed machine.
...
HLog
- don't overwrite oldlogfile in splitLog if it already exists. Rename it and copy it into the new oldlogfile. Then delete it once it has been copied.
- use FileUtil.fullyDelete to delete region server log directory.
HRegion
- delete oldlogfile once it has been successfully processed
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@636396 13f79535-47bb-0310-9956-ffa450edef68
2008-03-12 16:20:07 +00:00
Bryan Duxbury
dc6e91f615
HBASE-430 Performance: Scanners and getRow return maps with duplicate data
...
-HRegionInterface's next method now returns RowResult objects
-All direct consumers of HRegionInterface make use of RowResults
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@636373 13f79535-47bb-0310-9956-ffa450edef68
2008-03-12 15:41:54 +00:00
Bryan Duxbury
935d300957
HBASE-489 CellValue class for transporting cell timestamp with cell value simultaneously
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@635033 13f79535-47bb-0310-9956-ffa450edef68
2008-03-08 18:33:20 +00:00
Michael Stack
da6dde97ce
HBASE-495 No server address listed in .META.
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@634791 13f79535-47bb-0310-9956-ffa450edef68
2008-03-07 19:55:26 +00:00
Michael Stack
57d1bde0e0
HBASE-476 Passing on edits, we dump all to log
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@634443 13f79535-47bb-0310-9956-ffa450edef68
2008-03-06 23:00:37 +00:00
Michael Stack
8de1e7de79
HBASE-496 impossible state for createLease writes 400k lines in about 15mins
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@634395 13f79535-47bb-0310-9956-ffa450edef68
2008-03-06 19:49:54 +00:00
Jim Kellerman
a0f73c7efd
HBASE-492 hbase TRUNK does not build against hadoop TRUNK
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@634168 13f79535-47bb-0310-9956-ffa450edef68
2008-03-06 05:09:33 +00:00
Michael Stack
36b5f4791f
HBASE-490 Doubly-assigned .META.; master uses one and clients another
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@633597 13f79535-47bb-0310-9956-ffa450edef68
2008-03-04 19:25:14 +00:00
Michael Stack
ab8b5920a9
HBASE-477 Add support for an HBASE_CLASSPATH
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@633240 13f79535-47bb-0310-9956-ffa450edef68
2008-03-03 19:18:53 +00:00
Michael Stack
4e2efbe801
HBASE-480 Tool to manually merge two regions
...
Commit to TRUNK and branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@632663 13f79535-47bb-0310-9956-ffa450edef68
2008-03-01 22:07:12 +00:00
Jim Kellerman
8aa6130bb4
HBASE-479 Speed up TestLogRolling
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@632533 13f79535-47bb-0310-9956-ffa450edef68
2008-03-01 01:52:59 +00:00
Bryan Duxbury
1dc387a0a6
HBASE-473 When a table is deleted, master sends multiple close messages to the region server
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@632131 13f79535-47bb-0310-9956-ffa450edef68
2008-02-28 22:08:35 +00:00
Bryan Duxbury
dee0ea4c7a
HBASE-466 Move HMasterInterface, HRegionInterface, and HMasterRegionInterface into o.a.h.h.ipc
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@630970 13f79535-47bb-0310-9956-ffa450edef68
2008-02-25 19:54:26 +00:00
Bryan Duxbury
f48c1d7893
HBASE-442 Move internal classes out of HRegionServer
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@630968 13f79535-47bb-0310-9956-ffa450edef68
2008-02-25 19:50:02 +00:00
Jim Kellerman
d280d4d0ec
HBASE-468 Move HStoreKey back to o.a.h.h
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@630605 13f79535-47bb-0310-9956-ffa450edef68
2008-02-24 09:22:10 +00:00
Bryan Duxbury
4c9a4b4cb0
HBASE-458 Shell does not throw an error when you feed it garbage statements.
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@630566 13f79535-47bb-0310-9956-ffa450edef68
2008-02-24 02:02:36 +00:00
Bryan Duxbury
8e6a233085
HBASE-464 HBASE-419 introduced javadoc errors
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@630556 13f79535-47bb-0310-9956-ffa450edef68
2008-02-24 00:36:10 +00:00
Bryan Duxbury
dcbc0773fc
419 Move RegionServer and related classes into regionserver package
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@630550 13f79535-47bb-0310-9956-ffa450edef68
2008-02-24 00:19:34 +00:00
Bryan Duxbury
1635b75918
HBASE-457 Factor Master into Master, RegionManager, and ServerManager
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@630545 13f79535-47bb-0310-9956-ffa450edef68
2008-02-23 23:53:21 +00:00
Jim Kellerman
30e6c8c070
HBASE-462 Update migration tool
...
Other miscellaneous changes included:
IdentityTableReduce
- Added SuppressWarnings("unused") for reporter argument
- Removed unnecessary cast.
AbstractMergeTestBase
- Removed unnecessary compaction
StaticTestEnvironment
- Change logging level for client connections which are too noisy in most cases
TestBloomFilters
- Removed unnecessary config settings
- Modified to use BatchUpdate instead of deprecated startUpdate, etc.
TestScannerAPI
- Modified to use BatchUpdate instead of deprecated startUpdate, etc.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@630394 13f79535-47bb-0310-9956-ffa450edef68
2008-02-23 06:11:44 +00:00
Jim Kellerman
c180c47e3f
HBASE-461 Simplify leases.
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@630389 13f79535-47bb-0310-9956-ffa450edef68
2008-02-23 04:44:11 +00:00
Jim Kellerman
f876238940
HBASE-460 TestMigrate broken when HBase moved to subproject
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@630383 13f79535-47bb-0310-9956-ffa450edef68
2008-02-23 03:18:44 +00:00
Michael Stack
8cfd4d2969
Fix broken build
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@630060 13f79535-47bb-0310-9956-ffa450edef68
2008-02-22 00:43:57 +00:00
Michael Stack
65bad043eb
D test/org/apache/hadoop/hbase/TestBrokenTest.java
...
D test/org/apache/hadoop/hbase/TestSomething.java
Back out tests that were added just to see what reporting
looked like up on hudson.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@630032 13f79535-47bb-0310-9956-ffa450edef68
2008-02-21 22:31:13 +00:00
Michael Stack
8edc162bf6
M build.xml
...
A src/test/org/apache/hadoop/hbase/TestBrokenTest.java
M src/test/org/apache/hadoop/hbase/StaticTestEnvironment.java
A src/test/org/apache/hadoop/hbase/TestSomething.java
Temporary commit to see how suites-of-tests work with hudson.
Will back them out after build runs.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@629893 13f79535-47bb-0310-9956-ffa450edef68
2008-02-21 17:50:48 +00:00
Bryan Duxbury
79d04a0252
Added missing double quote to migration necessary message, fixing build
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@629316 13f79535-47bb-0310-9956-ffa450edef68
2008-02-20 02:05:53 +00:00
Michael Stack
9b37593ad6
HBASE-79 When HBase needs to be migrated, it should display a message on
...
stdout, not just in the logs
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@629203 13f79535-47bb-0310-9956-ffa450edef68
2008-02-19 19:38:37 +00:00
Michael Stack
377fb93ca7
HBASE-428 Under continuous upload of rows, WrongRegionExceptions are thrown
...
that reach the client even after retries
Applied to TRUNK and branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@629192 13f79535-47bb-0310-9956-ffa450edef68
2008-02-19 19:03:57 +00:00
Bryan Duxbury
e714fed123
HBASE-8 [hbase] Delete table does not remove the table directory in the FS
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@629175 13f79535-47bb-0310-9956-ffa450edef68
2008-02-19 18:16:00 +00:00
Bryan Duxbury
1f99a440f1
HBASE-448 Add missing name mark
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@628899 13f79535-47bb-0310-9956-ffa450edef68
2008-02-18 22:33:23 +00:00
Bryan Duxbury
51a7b53e5b
414 Move client classes into client package
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@627918 13f79535-47bb-0310-9956-ffa450edef68
2008-02-15 00:29:04 +00:00
Jim Kellerman
21932c5981
HBASE-446 Fully qualified hbase.rootdir doesn't work
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@627837 13f79535-47bb-0310-9956-ffa450edef68
2008-02-14 18:49:00 +00:00
Bryan Duxbury
dd19c18e76
HBASE-438 XMLOutputter state should be initialized.
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@627592 13f79535-47bb-0310-9956-ffa450edef68
2008-02-13 21:09:01 +00:00
Bryan Duxbury
3df6443caf
438 XMLOutputter state should be initialized.
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@627589 13f79535-47bb-0310-9956-ffa450edef68
2008-02-13 20:42:02 +00:00
Bryan Duxbury
6b8c95d8cd
HBASE-444 hbase is very slow at determining table is not present
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@627585 13f79535-47bb-0310-9956-ffa450edef68
2008-02-13 20:31:17 +00:00
Bryan Duxbury
3067b43dc2
HBASE-407 Client should cache region locations in an LRU structure
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@627573 13f79535-47bb-0310-9956-ffa450edef68
2008-02-13 19:30:26 +00:00
Jim Kellerman
77886ac7af
HBASE-434, HBASE-435 TestTableIndex and TestTableMapReduce failed in Hudson builds
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@627197 13f79535-47bb-0310-9956-ffa450edef68
2008-02-13 00:18:29 +00:00
Jim Kellerman
e6c687d159
HBASE-43[45] TestTableIndex and TestTableMapReduce failed in Hudson builds
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@627195 13f79535-47bb-0310-9956-ffa450edef68
2008-02-13 00:09:52 +00:00
Jim Kellerman
8b2c345d4c
HBASE-440 Add optional log roll interval so that log files are garbage collected
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@627152 13f79535-47bb-0310-9956-ffa450edef68
2008-02-12 22:19:24 +00:00
Michael Stack
ef9a7c1017
HBASE-417 Factor TableOperation and subclasses into separate files from HMaster
...
HBASE-439 Add hbase logs path to svn:ignore list
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@620706 13f79535-47bb-0310-9956-ffa450edef68
2008-02-12 06:19:46 +00:00
Michael Stack
39a74cafec
HBASE-436 website
...
Edits (Fixed up releases, cleaned up text on home page, addressed
review comments made by our Jim).
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@620705 13f79535-47bb-0310-9956-ffa450edef68
2008-02-12 06:17:01 +00:00
Michael Stack
c486b1a8aa
HBASE-436 website: http://hadoop.apache.org/hbase/
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@620677 13f79535-47bb-0310-9956-ffa450edef68
2008-02-12 00:18:10 +00:00
Michael Stack
583548b0f2
hbase-436 website
...
Part 3: Edits and add current docs to website
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@620671 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 23:55:53 +00:00
Michael Stack
fcc06c0fef
HBASE-437 Clear Command should use system.out
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@620531 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 17:25:50 +00:00
Michael Stack
7b2a18e5bf
HBASE-436 website
...
Part 1: Basic documentation.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@620246 13f79535-47bb-0310-9956-ffa450edef68
2008-02-10 06:50:00 +00:00
Jim Kellerman
e1871f874b
HBASE-410 Speed up the test suite - Apparently test timeout was too aggressive for Hudson. TestLogRolling timed out even though it was operating properly. Change test timeout to 10 minutes.
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@620232 13f79535-47bb-0310-9956-ffa450edef68
2008-02-10 01:52:53 +00:00
Michael Stack
8dafaa567a
HBASE-426 hbase can't find remote filesystem
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@620058 13f79535-47bb-0310-9956-ffa450edef68
2008-02-09 01:43:59 +00:00