Commit Graph

1541 Commits

Author SHA1 Message Date
Michael Stack 5e65d6ee2f HBASE-2089 HBaseConfiguration() ctor. deprecated
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@895916 13f79535-47bb-0310-9956-ffa450edef68
2010-01-05 06:12:11 +00:00
Michael Stack e2f7f90e00 HBASE-2090 findbugs issues
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@895913 13f79535-47bb-0310-9956-ffa450edef68
2010-01-05 06:06:46 +00:00
Michael Stack 95ed506323 HBASE-1996 Configure scanner buffer in bytes instead of number of rows
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@895820 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04 23:05:13 +00:00
Michael Stack b378ea615f HBASE-2068 MetricsRate is missing registry parameter
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@895780 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04 21:00:57 +00:00
Michael Stack f4c8d1a06c HBASE-2086 Job(configuration,String) deprecated
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@895515 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04 00:23:11 +00:00
Michael Stack 70312ea625 HBASE-2052 Upper bound of outstanding WALs can be overrun
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@895331 13f79535-47bb-0310-9956-ffa450edef68
2010-01-03 04:08:51 +00:00
Michael Stack 94464432f8 HBASE-2085 StringBuffer -> StringBuilder - conversion of references as necessary
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894950 13f79535-47bb-0310-9956-ffa450edef68
2009-12-31 22:34:16 +00:00
Andrew Kyle Purtell 11d2b63d1c HBASE-2084 [EC2] JAVA_HOME handling broken
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894938 13f79535-47bb-0310-9956-ffa450edef68
2009-12-31 20:50:56 +00:00
Michael Stack 3339e94e8d HBASE-2036 Use Configuration instead of HBaseConfiguration
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894934 13f79535-47bb-0310-9956-ffa450edef68
2009-12-31 20:44:31 +00:00
Andrew Kyle Purtell b9d6604a94 HBASE-2083 [EC2] HDFS DataNode no longer required on master
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894903 13f79535-47bb-0310-9956-ffa450edef68
2009-12-31 17:36:46 +00:00
Andrew Kyle Purtell 98637a0bfb HBASE-2080 [EC2] Support multivolume local instance storage
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894807 13f79535-47bb-0310-9956-ffa450edef68
2009-12-31 10:50:45 +00:00
Andrew Kyle Purtell e6e56e6269 HBASE-2082 TableInputFormat is ignoring input scan's stop row setting
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894798 13f79535-47bb-0310-9956-ffa450edef68
2009-12-31 09:20:12 +00:00
Andrew Kyle Purtell e99d776a91 HBASE-1956 Export HDFS read and write latency as a metric
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894779 13f79535-47bb-0310-9956-ffa450edef68
2009-12-31 05:18:46 +00:00
Jean-Daniel Cryans 1241459503 HBASE-2081 Set the retries higher in shell since client pause is lower
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894743 13f79535-47bb-0310-9956-ffa450edef68
2009-12-30 23:47:41 +00:00
Jean-Daniel Cryans bd3e171467 HBASE-2025 0.20.2 accessed from older client throws
UndeclaredThrowableException; frustrates rolling upgrade


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894739 13f79535-47bb-0310-9956-ffa450edef68
2009-12-30 23:27:49 +00:00
Jean-Daniel Cryans dfd0303cd7 HBASE-2068 MetricsRate is missing "registry" parameter (Lars George via JD)
HBASE-2078  Add JMX settings as commented out lines to hbase-env.sh
            (Lars George via JD)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894689 13f79535-47bb-0310-9956-ffa450edef68
2009-12-30 18:27:44 +00:00
Jean-Daniel Cryans 58039a7bc2 HBASE-2077 NullPointerException with an open scanner that expired causing
an immediate region server shutdown (Sam Pullara via JD)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894553 13f79535-47bb-0310-9956-ffa450edef68
2009-12-30 07:38:02 +00:00
Andrew Kyle Purtell 6802181855 HBASE-2075 Master requires HDFS superuser privileges due to waitOnSafeMode
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894525 13f79535-47bb-0310-9956-ffa450edef68
2009-12-30 00:48:36 +00:00
Jean-Daniel Cryans 42411929ff HBASE-2076 Many javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894511 13f79535-47bb-0310-9956-ffa450edef68
2009-12-29 23:22:39 +00:00
Michael Stack bbefab59d6 HBASE-2074 Improvements to the hadoop-config script
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894510 13f79535-47bb-0310-9956-ffa450edef68
2009-12-29 23:17:42 +00:00
Michael Stack b6a18a17d9 HBASE-2074 Improvements to the hadoop-config script
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894505 13f79535-47bb-0310-9956-ffa450edef68
2009-12-29 23:08:20 +00:00
Jean-Daniel Cryans bdcfe1f11c HBASE-2045 Update trunk and branch zk to just-release 3.2.2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894229 13f79535-47bb-0310-9956-ffa450edef68
2009-12-28 19:28:09 +00:00
Jean-Daniel Cryans 3fb9ac02b8 HBASE-2072 fs.automatic.close isn't passed to FileSystem
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894228 13f79535-47bb-0310-9956-ffa450edef68
2009-12-28 19:16:33 +00:00
Jean-Daniel Cryans f4406121af HBASE-2026 NPE in StoreScanner on compaction
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894219 13f79535-47bb-0310-9956-ffa450edef68
2009-12-28 18:41:02 +00:00
Jean-Daniel Cryans 69a6ef5a9a HBASE-2062 Metrics documentation outdated
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894216 13f79535-47bb-0310-9956-ffa450edef68
2009-12-28 18:37:10 +00:00
Jean-Daniel Cryans a64f8aa795 HBASE-2062 Metrics documentation outdated
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894213 13f79535-47bb-0310-9956-ffa450edef68
2009-12-28 18:35:49 +00:00
Jean-Daniel Cryans 1b3748a994 HBASE-2064 Cannot disable a table if at the same the Master is moving
its regions around
HBASE-2065  Cannot disable a table if any of its region is opening 
            at the same time


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@893379 13f79535-47bb-0310-9956-ffa450edef68
2009-12-23 02:39:03 +00:00
Andrew Kyle Purtell 9f45ca97ec HBASE-1982 [EC2] Handle potentially large and uneven instance startup times
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@892958 13f79535-47bb-0310-9956-ffa450edef68
2009-12-21 20:11:31 +00:00
Andrew Kyle Purtell c609d25614 HBASE-2028 Add HTable.incrementColumnValue support to shell
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@892648 13f79535-47bb-0310-9956-ffa450edef68
2009-12-20 19:50:23 +00:00
Andrew Kyle Purtell ed377a19e3 HBASE-2060 Missing closing tag in mapreduce package info
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@892645 13f79535-47bb-0310-9956-ffa450edef68
2009-12-20 19:41:05 +00:00
Andrew Kyle Purtell 23cbf39343 HBASE-2059 Break out WAL reader and writer impl from HLog
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@892451 13f79535-47bb-0310-9956-ffa450edef68
2009-12-19 08:10:45 +00:00
Jean-Daniel Cryans 91fa2ad048 HBASE-2054 memstore size 0 is >= than blocking -2.0g size
HBASE-2057  Cluster won't stop


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@892392 13f79535-47bb-0310-9956-ffa450edef68
2009-12-18 22:47:03 +00:00
Andrew Kyle Purtell 21bd10825a HBASE-1960 Master should wait for DFS to come up when creating hbase.version
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@892072 13f79535-47bb-0310-9956-ffa450edef68
2009-12-18 01:33:25 +00:00
Jean-Daniel Cryans 3e11daa7c0 HBASE-2052 Make hbase more 'live' when comes to noticing table creation,
splits, etc., for 0.20.3
            Temporary until master is redone


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@891855 13f79535-47bb-0310-9956-ffa450edef68
2009-12-17 19:28:03 +00:00
Michael Stack 962236ed99 HBASE-2049 Cleanup HLog binary log output
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@891843 13f79535-47bb-0310-9956-ffa450edef68
2009-12-17 19:03:36 +00:00
Michael Stack d225c7576c HBASE-2034 [Bulk load tools] loadtable.rb calls an undefined method 'descendingIterator'
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@891842 13f79535-47bb-0310-9956-ffa450edef68
2009-12-17 19:02:37 +00:00
Jean-Daniel Cryans 04155cac92 HBASE-2044 HBASE-1822 removed not-deprecated APIs
HBASE-2041  Change WAL default configuration values
            changes to the shell and fixing interrupt bug


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@891073 13f79535-47bb-0310-9956-ffa450edef68
2009-12-15 23:41:40 +00:00
Jean-Daniel Cryans 83f441fb18 HBASE-2048 Small inconsistency in the "Example API Usage"
(Benoit Sigoure via JD)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@890601 13f79535-47bb-0310-9956-ffa450edef68
2009-12-15 02:02:35 +00:00
Jean-Daniel Cryans 66e1e3863d HBASE-2047 Example command in the "Getting Started"
documentation doesn't work (Benoit Sigoure via JD)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@890599 13f79535-47bb-0310-9956-ffa450edef68
2009-12-15 01:31:09 +00:00
Jean-Daniel Cryans 6965cf5135 HBASE-2043 Shell's scan broken
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@890192 13f79535-47bb-0310-9956-ffa450edef68
2009-12-14 06:20:21 +00:00
Jean-Daniel Cryans 21f8097353 HBASE-2040 Fixes to group commit
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@889775 13f79535-47bb-0310-9956-ffa450edef68
2009-12-11 19:15:10 +00:00
Jean-Daniel Cryans 5d8688fc3d HBASE-2031 When starting HQuorumPeer, try to match on more than 1 address
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@889461 13f79535-47bb-0310-9956-ffa450edef68
2009-12-10 23:17:35 +00:00
Jean-Daniel Cryans 0db51718ce HBASE-2013 Add useful helpers to HBaseTestingUtility.java (Lars George
via J-D)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@889453 13f79535-47bb-0310-9956-ffa450edef68
2009-12-10 22:56:51 +00:00
Jean-Daniel Cryans 99b6ece5c1 HBASE-2033 Shell scan 'limit' is off by one
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@888640 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08 23:55:36 +00:00
Michael Stack d0b61e75ae HBASE-2027 HConnectionManager.HBASE_INSTANCES leaks TableServers
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@888202 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08 00:24:21 +00:00
Jean-Daniel Cryans 28b6d90a93 HBASE-2022 NPE in housekeeping kills RS
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@888193 13f79535-47bb-0310-9956-ffa450edef68
2009-12-07 23:39:26 +00:00
Michael Stack 5c6931f263 HBASE-2029 Reduce shell exception dump on console
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@888132 13f79535-47bb-0310-9956-ffa450edef68
2009-12-07 20:54:58 +00:00
Michael Stack 0a09b675d6 HBASE-1994 Master will lose hlog entries while splitting if region has empty oldlogfile.log
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@887314 13f79535-47bb-0310-9956-ffa450edef68
2009-12-04 18:37:00 +00:00
Andrew Kyle Purtell c3eb2c844f HBASE-2018 Updates to .META. blocked under high MemStore load
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@887054 13f79535-47bb-0310-9956-ffa450edef68
2009-12-04 04:30:56 +00:00
Andrew Kyle Purtell 6f56688341 HBASE-2019 [EC2] remember credentials if not configured
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@886052 13f79535-47bb-0310-9956-ffa450edef68
2009-12-02 05:25:12 +00:00
Andrew Kyle Purtell bf32e51013 HBASE-2017 Set configurable max value size check to 10MB
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@885317 13f79535-47bb-0310-9956-ffa450edef68
2009-11-30 02:43:02 +00:00
Andrew Kyle Purtell c09a401202 HBASE-1995 Add configurable max value size check
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@885162 13f79535-47bb-0310-9956-ffa450edef68
2009-11-28 22:59:09 +00:00
Andrew Kyle Purtell 17653dd487 HBASE-2011 Add zktop like output to HBase's master UI
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@884476 13f79535-47bb-0310-9956-ffa450edef68
2009-11-26 09:37:25 +00:00
Andrew Kyle Purtell e505eb385c HBASE-2012 [EC2] LZO support
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@884448 13f79535-47bb-0310-9956-ffa450edef68
2009-11-26 08:00:02 +00:00
Andrew Kyle Purtell 0fa38355cf HBASE-2009 [EC2] Support mapreduce
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@883960 13f79535-47bb-0310-9956-ffa450edef68
2009-11-25 02:25:30 +00:00
Michael Stack 0440aab870 HBASE-1958 Remove '# TODO: PUT BACK vi CHANGES.txt! ''/bin/hadoop dfsadmin -safemode wai'
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@883899 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24 22:21:51 +00:00
Michael Stack 225fb345f6 HBASE-1985 change HTable.delete(ArrayList) to HTable.delete(List)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@883897 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24 22:11:36 +00:00
Michael Stack 67047d7ec7 HBASE-1987 The Put object has no simple read methods for checking what has already been added
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@883853 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24 20:26:34 +00:00
Michael Stack 97eb0f0b6f HBASE-1970 Export does one version only; make it configurable how many it does
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@883845 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24 20:10:16 +00:00
Michael Stack 7486a7efe2 HBASE-1901 General partitioner for hbase-48 bulk (behind the api, write hfiles direct) uploader
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@883833 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24 19:44:32 +00:00
Andrew Kyle Purtell 866453467e HBASE-2003 [shell] deleteall ignores column if specified
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@883242 13f79535-47bb-0310-9956-ffa450edef68
2009-11-23 04:25:24 +00:00
Michael Stack e7ee750f6c HBASE-1997 zk tick time bounds maximum zk session time
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@883190 13f79535-47bb-0310-9956-ffa450edef68
2009-11-22 23:39:18 +00:00
Michael Stack 41bfe09a49 HBASE-1999 When HTable goes away, close zk session in shutdown hook or something...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@883189 13f79535-47bb-0310-9956-ffa450edef68
2009-11-22 23:36:00 +00:00
Jean-Daniel Cryans 8dd763874c HBASE-1971 Unit test the full WAL replay cycle
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@880956 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16 21:08:04 +00:00
Andrew Kyle Purtell b83cda4bd8 HBASE-1961 HBase EC2 scripts
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@836183 13f79535-47bb-0310-9956-ffa450edef68
2009-11-14 14:11:53 +00:00
Andrew Kyle Purtell 463eea1343 HBASE-1979 MurmurHash does not yield the same results as the reference C++ implementation when size % 4 >= 2
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@835840 13f79535-47bb-0310-9956-ffa450edef68
2009-11-13 13:10:14 +00:00
Michael Stack bbb6ce9d34 HBASE-1977 Add ts and allow setting VERSIONS when scanning in shell
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@835761 13f79535-47bb-0310-9956-ffa450edef68
2009-11-13 07:04:11 +00:00
Michael Stack efef11e2dc HBASE-1841 If multiple of same key in an hfile and they span blocks, may miss the earlier keys on a lookup
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@835757 13f79535-47bb-0310-9956-ffa450edef68
2009-11-13 06:39:58 +00:00
Michael Stack a6b7d95097 HBASE-1975 SingleColumnValueFilter: Add ability to match the value of previous versions of the specified column
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@835744 13f79535-47bb-0310-9956-ffa450edef68
2009-11-13 05:22:59 +00:00
Andrew Kyle Purtell ca1f068c57 HBASE-1963 Output to multiple tables from Hadoop MR without use of HTable
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@834554 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10 17:20:13 +00:00
Michael Stack b13b990a64 HBASE-1904 Add tutorilal for installing HBase on Windows using Cygwin as a test and development environment
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@834347 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10 05:06:24 +00:00
Jean-Daniel Cryans 9ae54b277b HBASE-1966 Apply the fix from site/ to remove the forrest dependency on java5
HBASE-1967  [Transactional] client.TestTransactions.testPutPutScan fails sometimes
               Temporary fix


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@834294 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10 01:40:04 +00:00
Michael Stack 9ea1470180 HBASE-1962 Bulk loading script makes regions incorrectly (loadtable.rb)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@834120 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09 15:56:18 +00:00
Michael Stack 54ee56f8e4 HBASE-1867 Tool to regenerate an hbase table from the data files
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@834114 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09 15:45:04 +00:00
Michael Stack 239ca0c090 HBASE-1829 Make use of start/stop row in TableInputFormat
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@833952 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09 00:41:15 +00:00
Michael Stack 1c078c3aad HBASE-1928 ROOT and META tables stay in transition state (making the system not usable) if the designated regionServer dies before the assignment is complete
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@833779 13f79535-47bb-0310-9956-ffa450edef68
2009-11-07 23:42:55 +00:00
Michael Stack 24e48ff4c8 HBASE-1957 Get-s can't set a Filter
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@833513 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06 18:41:03 +00:00
Michael Stack f76400f6e9 HBASE-1949 KeyValue expiration by Time-to-Live during major compaction is broken
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@833194 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05 21:50:35 +00:00
Jean-Daniel Cryans c25e5e20e1 HBASE-1781 Weird behavior of WildcardColumnTracker.checkColumn(),
looks like recursive loop


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@832659 13f79535-47bb-0310-9956-ffa450edef68
2009-11-04 05:10:56 +00:00
Jean-Daniel Cryans 88c5a74d7c HBASE-1951 Stack overflow when calling HTable.checkAndPut()
when deleting a lot of values


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@832640 13f79535-47bb-0310-9956-ffa450edef68
2009-11-04 01:26:02 +00:00
Jean-Daniel Cryans 99e725c7ff HBASE-1919 code: HRS.delete seems to ignore exceptions it shouldnt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@832618 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 23:47:41 +00:00
Michael Stack 8cffa38ba3 HBASE-1954 Transactional scans do not see newest put
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@832525 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 19:39:49 +00:00
Michael Stack ba354e2c61 HBASE-1953 Overhaul of overview.html (html fixes, typos, consistency) - no content changes
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@832517 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 19:13:47 +00:00
Jean-Daniel Cryans 96dfa4a2bf HBASE-1947 If HBase starts/stops often in less than 24 hours,
you end up with lots of store files


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@832188 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 23:28:02 +00:00
Michael Stack d493073e54 HBASE-1682 IndexedRegion does not properly handle deletes
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@831473 13f79535-47bb-0310-9956-ffa450edef68
2009-10-30 22:23:08 +00:00
Jean-Daniel Cryans e30b9d47f2 HBASE-1945 Remove META and ROOT memcache size bandaid
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@831447 13f79535-47bb-0310-9956-ffa450edef68
2009-10-30 20:36:42 +00:00
Jean-Daniel Cryans beaac2c27f HBASE-1944 Add a "deferred log flush" attribute to HTD
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@831445 13f79535-47bb-0310-9956-ffa450edef68
2009-10-30 20:30:26 +00:00
Michael Stack 502cfe7b5d HBASE-1946 Unhandled exception at regionserver (Dmitriy Lyfar via Stack)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@831395 13f79535-47bb-0310-9956-ffa450edef68
2009-10-30 17:25:34 +00:00
Michael Stack a5248f95fc HBASE-1943 Remove AgileJSON; unused
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@831155 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29 23:45:57 +00:00
Michael Stack 47feb6be86 HBASE-1942 Update hadoop jars in trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@831146 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29 23:07:37 +00:00
Jean-Daniel Cryans c7df216c11 HBASE-1921 When the Master's session times out and there's only one, cluster is wedged
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@830820 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29 01:24:03 +00:00
Jean-Daniel Cryans 0d5da71571 HBASE-1936 HLog group commit
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@830434 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28 03:58:03 +00:00
Michael Stack e5f6c67f0d HBASE-1934 NullPointerException in ClientScanner
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@829703 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26 05:23:53 +00:00
Michael Stack a4c81cdd30 HBASE-1930 Put.setTimeStamp misleading (doesn't change timestamp on existing KeyValues, not copied in copy constructor)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@829197 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23 20:02:14 +00:00
Jonathan Gray 98aee5440f HBASE-1927 Scanners not closed properly in certain circumstances
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@828816 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22 18:53:41 +00:00
Jean-Daniel Cryans a1f63322bb HBASE-1929 If hbase-default.xml is not in CP, zk session timeout is 10 secs
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@828810 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22 18:41:02 +00:00
Michael Stack 41cb158f09 HBASE-1925 IllegalAccessError: Has not been initialized (getMaxSequenceId)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@828776 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22 16:41:39 +00:00
Jonathan Gray 340cf43e09 HBASE-1777 column length is not checked before saved to memstore
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@828256 13f79535-47bb-0310-9956-ffa450edef68
2009-10-21 23:37:22 +00:00
Michael Stack beee5c154e HBASE-1926 Remove unused xmlenc jar from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@828089 13f79535-47bb-0310-9956-ffa450edef68
2009-10-21 16:30:48 +00:00
Ryan Rawson 3fe4832c21 hdfs-1915
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@827858 13f79535-47bb-0310-9956-ffa450edef68
2009-10-21 00:38:25 +00:00
Jonathan Gray 42d9fca0d1 HBASE-1908 ROOT not reassigned if only one regionserver left
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@826903 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20 00:08:07 +00:00
Jean-Daniel Cryans 7b4b398043 Adding debug for 1918
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@826893 13f79535-47bb-0310-9956-ffa450edef68
2009-10-19 23:51:18 +00:00
Jean-Daniel Cryans 740ad7fff1 HBASE-1918 Don't do DNS resolving in .META. scanner for each row
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@826820 13f79535-47bb-0310-9956-ffa450edef68
2009-10-19 21:30:02 +00:00
Andrew Kyle Purtell b65f9cc05c HBASE-1916 FindBugs and javadoc warnings cleanup
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@826569 13f79535-47bb-0310-9956-ffa450edef68
2009-10-19 00:32:20 +00:00
Andrew Kyle Purtell d4cf962c8a HBASE-1912 When adding a secondary index to an existing table, it will cause NPE during re-indexing
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@826468 13f79535-47bb-0310-9956-ffa450edef68
2009-10-18 16:31:26 +00:00
Andrew Kyle Purtell 9375e3c8b0 HBASE-1537 Intra-row scanning
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@826464 13f79535-47bb-0310-9956-ffa450edef68
2009-10-18 15:32:45 +00:00
Ryan Rawson 6baaba0a2c HBASE-1914
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@826131 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16 23:58:32 +00:00
Michael Stack a64d5d04ec HBASE-410 [testing] Speed up the test suite
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@826048 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16 19:21:35 +00:00
Andrew Kyle Purtell 3a591a989c HBASE-1907 Version all client writables
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@825736 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16 01:53:51 +00:00
Michael Stack 134c510d11 HBASE-1896 WhileMatchFilter.reset should call encapsulated filter reset
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@825411 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15 06:48:27 +00:00
Michael Stack cb4c765635 HBASE-1906 FilterList of prefix and columnvalue not working properly with deletes and multiple values
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@825237 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14 19:37:44 +00:00
Michael Stack 2929b1bd38 HBASE-1905 Remove unused config. hbase.hstore.blockCache.blockSize
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@824864 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13 18:03:23 +00:00
Michael Stack e0bf4fb231 HBASE-1903 Enable DEBUG by default
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@824547 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12 23:58:45 +00:00
Michael Stack b26cdb24f5 HBASE-1885 Simplify use of IndexedTable outside Java API
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@824546 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12 23:57:13 +00:00
Michael Stack 52d79981c6 HBASE-1902 Let PerformanceEvaluation support setting tableName and compress algorithm
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@824397 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12 16:03:36 +00:00
Andrew Kyle Purtell 55afbc4675 HBABSE-1889 ClassNotFoundException on trunk for REST
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@824041 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11 08:50:54 +00:00
Andrew Kyle Purtell 2bf23f56cd line wrap
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@824040 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11 08:50:03 +00:00
Michael Stack 620bfe40be HBASE-1887 Update hbase trunk to latests on hadoop 0.21 branch so we can all test sync/append
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@823747 13f79535-47bb-0310-9956-ffa450edef68
2009-10-10 00:03:45 +00:00
Jean-Daniel Cryans 400aa9a809 HBASE-1899 Use scanner caching in shell count
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@823712 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09 21:55:44 +00:00
Michael Stack 7293cefa98 HBASE-1890 hbase-1506 where assignment is done at regionserver doesn't work
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@822804 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07 17:05:20 +00:00
Michael Stack e5c8531001 HBASE-1831 Scanning API must be reworked to allow for fully functional Filters client-side
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@822111 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 03:25:07 +00:00
Michael Stack db8adc7b78 HBASE-1722 Add support for exporting HBase metrics via JMX
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@822087 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05 23:20:10 +00:00
Michael Stack 360b8bba7e HBASE-1506 [performance] Make splits faster
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@822072 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05 22:49:14 +00:00
Jonathan Gray 3b8bed11a6 HBASE-1481 Add fast row key only scanning
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@822062 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05 22:34:16 +00:00
Michael Stack 4fdfcaaf9f HBASE-1878 BaseScanner results can't be trusted at all (Related to hbase-1784)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@822052 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05 22:15:06 +00:00
Michael Stack 7130baf116 HBASE-1832 Faster enable/disable/delete
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@822024 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05 21:25:09 +00:00
Michael Stack 6213bc3c8e HBASE-1875 Compression test utility
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@822010 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05 21:07:58 +00:00
Michael Stack f7dad3dccc HBASE-1883 HRegion passes the wrong minSequenceNumber to doReconstructionLog
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@821247 13f79535-47bb-0310-9956-ffa450edef68
2009-10-03 05:05:53 +00:00
Michael Stack 26cc7e9a23 HBASE-1879 ReadOnly transactions generate WAL activity.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@820888 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 05:21:47 +00:00
Michael Stack c2db3972ec HBASE-1874 Client Scanner mechanism that is used for HbaseAdmin methods (listTables, tableExists), is very slow if the client is far away from the HBase cluster
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@820089 13f79535-47bb-0310-9956-ffa450edef68
2009-09-29 21:06:40 +00:00
Michael Stack 57f5eafe25 Moved remove of historian to incompatible change section; had a tool that was dependent on it and it broke when upgraded (should be rare case though)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@819796 13f79535-47bb-0310-9956-ffa450edef68
2009-09-29 02:10:27 +00:00
Michael Stack 128bca90d9 HBASE-1871 Wrong type used in TableMapReduceUtil.initTableReduceJob()
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@819216 13f79535-47bb-0310-9956-ffa450edef68
2009-09-26 21:23:19 +00:00
Andrew Kyle Purtell 94b7aaee90 HBASE-1870 Bytes.toFloat(byte[], int) is marked private
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@819201 13f79535-47bb-0310-9956-ffa450edef68
2009-09-26 19:51:47 +00:00
Andrew Kyle Purtell a95bbc96e4 HBASE-1848 Master can't split logs written by THBase
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@819085 13f79535-47bb-0310-9956-ffa450edef68
2009-09-26 01:26:55 +00:00
Michael Stack aa7d11ab0b HBASE-1855 HMaster web application doesn't show the region end key in the table detail page
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@819070 13f79535-47bb-0310-9956-ffa450edef68
2009-09-25 23:40:28 +00:00
Michael Stack 3da4b6ff0d HBASE-1869 IndexedTable delete fails when used in conjunction with RowLock()
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@819061 13f79535-47bb-0310-9956-ffa450edef68
2009-09-25 23:15:18 +00:00
Jonathan Gray ebb08cddcf HBASE-1866 Scan(Scan) copy constructor does not copy value of cacheBlocks
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@818656 13f79535-47bb-0310-9956-ffa450edef68
2009-09-24 23:20:27 +00:00
Michael Stack 8525e1ee23 HBASE-1865 0.20.0 TableInputFormatBase NPE
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@818651 13f79535-47bb-0310-9956-ffa450edef68
2009-09-24 23:04:21 +00:00
Michael Stack 07219dc721 [hbase] Bulk load tools
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@818193 13f79535-47bb-0310-9956-ffa450edef68
2009-09-23 18:42:34 +00:00
Michael Stack e14fa43bbc HBASE-1860 Change HTablePool#createHTable from private to protected
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@817950 13f79535-47bb-0310-9956-ffa450edef68
2009-09-23 03:38:58 +00:00
Michael Stack 41558cf59d HBASE-1859 Misc shell fixes patch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@817947 13f79535-47bb-0310-9956-ffa450edef68
2009-09-23 03:10:49 +00:00
Michael Stack 873bb2b7c3 HBASE-1809 NPE thrown in BoundedRangeFileInputStream
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@817910 13f79535-47bb-0310-9956-ffa450edef68
2009-09-23 00:13:04 +00:00
Michael Stack 23e790f50b HBASE-1857 WrongRegionException when setting region online after .META. split
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@817779 13f79535-47bb-0310-9956-ffa450edef68
2009-09-22 19:18:43 +00:00
Michael Stack 0d2289f54d HBASE-1856 HBASE-1765 broke MapReduce when using Result.list()
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@817762 13f79535-47bb-0310-9956-ffa450edef68
2009-09-22 18:48:39 +00:00
Michael Stack f90645dd77 HBASE-1815 HBaseClient can get stuck in an infinite loop while attempting to contact a failed regionserver
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@817719 13f79535-47bb-0310-9956-ffa450edef68
2009-09-22 16:32:41 +00:00
Michael Stack 882de7a962 HBASE-1853 Each time around the regionserver core loop, we clear the messages to pass master, even if we failed to deliver them
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@816955 13f79535-47bb-0310-9956-ffa450edef68
2009-09-19 21:39:49 +00:00
Jean-Daniel Cryans ce44c03988 HBASE-1854 Remove the Region Historian
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@816823 13f79535-47bb-0310-9956-ffa450edef68
2009-09-19 00:13:39 +00:00
Jonathan Gray dfd1091da5 HBASE-1850 src/examples/mapred do not compile after HBASE-1822
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@816323 13f79535-47bb-0310-9956-ffa450edef68
2009-09-17 18:37:23 +00:00
Andrew Kyle Purtell 4f294977d2 HBASE-1848 Fixup shell for HBASE-1822
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@816260 13f79535-47bb-0310-9956-ffa450edef68
2009-09-17 16:17:59 +00:00
Michael Stack c3f5e1f551 HBASE-1684 Backup (Export/Import) contrib tool for 0.20
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@816038 13f79535-47bb-0310-9956-ffa450edef68
2009-09-17 03:25:35 +00:00
Jonathan Gray e50c404aca HBASE-1847 Delete latest of a null qualifier when non-null qualifiers exist throws a RuntimeException
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@816024 13f79535-47bb-0310-9956-ffa450edef68
2009-09-17 01:25:04 +00:00
Jonathan Gray b59e375a5c HBASE-1830 HbaseObjectWritable methods should allow null HBCs for when Writable is not Configurable (Stack via jgray)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@816020 13f79535-47bb-0310-9956-ffa450edef68
2009-09-17 01:17:18 +00:00
Jonathan Gray b37eca06af HBASE-1822 Remove the deprecated APIs (incompatible change)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@816014 13f79535-47bb-0310-9956-ffa450edef68
2009-09-16 23:59:51 +00:00
Michael Stack 6cd712c7be HBASE-1818 HFile code review and refinement
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@815590 13f79535-47bb-0310-9956-ffa450edef68
2009-09-16 02:43:43 +00:00
Michael Stack 651490942d HBASE-1833 hfle.main fixes
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@815507 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 21:56:09 +00:00
Michael Stack a1ad7e64d3 HBASE-1840 RowLock fails when used with IndexTable
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@815463 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 20:22:02 +00:00
Jonathan Gray 764cd0fa52 HBASE-1821 Filtering by SingleColumnValueFilter bug
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@815400 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 17:03:13 +00:00
Michael Stack dd2f3d4654 HBASE-1574 Client and server APIs to do batch deletes
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@815387 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 16:25:36 +00:00
Michael Stack 10b3026dc7 HBASE-1838 [javadoc] Add javadoc to Delete explaining behavior when no timestamp provided
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@814797 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14 19:35:37 +00:00
Michael Stack 57b8b91af9 HBASE-1836 test of indexed hbase broken
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@814714 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14 16:00:37 +00:00
Michael Stack 4479b081ab HBASE-1835 Add more delete tests
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@814398 13f79535-47bb-0310-9956-ffa450edef68
2009-09-13 22:16:36 +00:00
Jonathan Gray 08b616e926 HBASE-1828 CompareFilters are broken from client-side
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@814099 13f79535-47bb-0310-9956-ffa450edef68
2009-09-12 01:01:49 +00:00
Andrew Kyle Purtell a4ee96d5fd HBASE-1827 Add disabling block cache scanner flag to the shell
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@814093 13f79535-47bb-0310-9956-ffa450edef68
2009-09-12 00:11:39 +00:00
Andrew Kyle Purtell 324c85f176 HBASE-1808 [stargate] fix how columns are specified for scanners
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@814088 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11 23:56:00 +00:00
Jonathan Gray 69bd17fe1b HBASE-1823 Ability for Scanners to bypass the block cache
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@814070 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11 22:43:33 +00:00
Michael Stack e91bb84c8a HBASE-1687 bin/hbase script doesn't allow for different memory settings for each daemon type
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@814056 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11 22:17:05 +00:00
Michael Stack a629f5db3e HBASE-1740 ICV has a subtle race condition only visible under high load
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@814038 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11 21:28:36 +00:00
Michael Stack cfef20aa18 HBASE-1795 log recovery doesnt reset the max sequence id, new logfiles can
get tossed as 'duplicates'
   HBASE-1794  recovered log files are not inserted into the storefile map


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@814003 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11 19:53:27 +00:00
Ryan Rawson 91805d7928 hbase-1825
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@813634 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10 23:23:51 +00:00
Andrew Kyle Purtell 9d1d24095c HBASE-1824 [stargate] default timestamp should be LATEST_TIMESTAMP
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@813561 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10 19:41:07 +00:00
Michael Stack 062042ba83 HBASE-1722 Add support for exporting HBase metrics via JMX
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@813229 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10 05:03:35 +00:00
Jonathan Gray 73e1b7ee4b HBASE-1765 Delay Result deserialization until asked for and permit access to the raw binary to prevent forced deserialization
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@813210 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10 03:41:59 +00:00
Michael Stack 0593245163 HBASE-1818 HFile code review and refinement -- reversing patch... doesn't pass tests
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@813158 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09 23:00:13 +00:00
Michael Stack e78ff42412 HBASE-1818 HFile code review and refinement
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@813138 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09 22:19:22 +00:00
Michael Stack d205515c86 HBASE-1820 Update jruby from 1.2 to 1.3.1
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@813032 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09 16:20:11 +00:00
Michael Stack 57fc048433 HBASE-1819 Update to 0.20.1 hadoop and zk 3.2.1
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@813014 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09 16:03:19 +00:00
Michael Stack fffe676406 Added release date for 0.20.0
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@812663 13f79535-47bb-0310-9956-ffa450edef68
2009-09-08 19:53:50 +00:00
Michael Stack 3dcb8b2625 HBASE-1751 Fix KeyValue javadoc on getValue for client-side
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@811577 13f79535-47bb-0310-9956-ffa450edef68
2009-09-05 00:00:04 +00:00
Michael Stack 2a45323857 HBASE-1778 Improve PerformanceEvaluation
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@811559 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04 21:38:25 +00:00
Michael Stack aa2e21ceb6 HBASE-1779 ThriftServer logged error if getVer() result is empty
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@811220 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04 04:57:26 +00:00
Jonathan Gray 7609c49749 HBASE-1790 filters are not working correctly (HBASE-1710 HBASE-1807 too)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@810733 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02 23:23:52 +00:00
Andrew Kyle Purtell cfaec1e1e3 HBASE-1715 Compaction failure in ScanWildcardColumnTracker.checkColumn
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@810716 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02 22:24:51 +00:00
Michael Stack 61c20195ca HBASE-1804 Puts are permitted (and stored) when including an appended colon
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@810668 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02 18:56:59 +00:00
Michael Stack ea3b8028c9 HBASE-1810 ConcurrentModificationException in region assignment
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@810597 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02 16:38:03 +00:00
Michael Stack 231e0c0043 HBASE-1809 NPE thrown in BoundedRangeFileInputStream
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@810301 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01 23:16:14 +00:00
Michael Stack dea3c1207c HBASE-1784 Missing rows after medium intensity insert
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@810200 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01 19:54:42 +00:00
Jean-Daniel Cryans 61fa816157 HBASE-1800 Too many ZK connections
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@809414 13f79535-47bb-0310-9956-ffa450edef68
2009-08-30 20:41:59 +00:00
Michael Stack ca71fd3eab HBASE-1276 Part of '[testing] Upgrade to JUnit 4.x and use @BeforeClass annotations to optimize tests'
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@808769 13f79535-47bb-0310-9956-ffa450edef68
2009-08-28 06:25:24 +00:00
Andrew Kyle Purtell 7fe79fa71c HBASE-1780 HTable.flushCommits clears write buffer in finally clause
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@808579 13f79535-47bb-0310-9956-ffa450edef68
2009-08-27 19:40:47 +00:00
Michael Stack d86a13dade HBASE-1799 deprecate o.a.h.h.rest in favor of stargate
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@808469 13f79535-47bb-0310-9956-ffa450edef68
2009-08-27 15:50:23 +00:00
Jean-Daniel Cryans e25e8b0363 HBASE-1798 [Regression] Unable to delete a row in the future
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@808238 13f79535-47bb-0310-9956-ffa450edef68
2009-08-27 00:57:38 +00:00
Michael Stack 210a157a95 HBASE-1698 Review documentation for o.a.h.h.mapreduce
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@808144 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26 18:13:04 +00:00
Jean-Daniel Cryans de546af646 HBASE-1792 [Regression] Cannot save timestamp in the future
HBASE-1793  [Regression] HTable.get/getRow with a ts is broken


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@807855 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26 00:03:42 +00:00
Jonathan Gray fcc84c258f HBASE-1737 Regions unbalanced when adding new node (recommit)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@807846 13f79535-47bb-0310-9956-ffa450edef68
2009-08-25 22:44:15 +00:00
Andrew Kyle Purtell 6599d13108 HBASE-1791 Timeout in IndexRecordWriter
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@807752 13f79535-47bb-0310-9956-ffa450edef68
2009-08-25 18:32:39 +00:00
Michael Stack 936d360e45 HBASE-1776 Make rowcounter enum public
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@805510 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18 17:42:09 +00:00
Andrew Kyle Purtell 1e8d2fe999 HBASE-1758 Extract interface out of HTable
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@805392 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18 12:46:53 +00:00
Michael Stack aed74376f8 HBASE-1772 Up the default ZK session timeout from 30seconds to 60seconds
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@805228 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 23:54:47 +00:00
Jonathan Gray cff34ea9a4 HBASE-1771 PE sequentialWrite is 7x slower because of MemStoreFlusher#checkStoreFileCount
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@805221 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 23:49:33 +00:00
Jonathan Gray caac328457 HBASE-1770 HTable.setWriteBufferSize does not flush the writeBuffer when its size is set to a value lower than its current size (Mathias via jgray)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@805218 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 23:46:53 +00:00
Michael Stack 2ca35347f3 HBASE-1767 test zookeeper broken in trunk and 0.20 branch; broken on hudson too
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@805204 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 23:17:18 +00:00
Michael Stack 33c03f67fa HBASE-1738 Scanner doesnt reset when a snapshot is created, could miss new updates into the 'kvset' (active part)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@805183 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 22:21:00 +00:00
Michael Stack eab24df54c HBASE-1761 getclosest doesn't understand delete family; manifests as 'HRegionInfo was null or empty in .META' A.K.A the BS problem
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@805063 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 17:34:19 +00:00
Michael Stack a37b0a523a HBASE-1766 Add advanced features to HFile.main() to be able to analyze storefile problems
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@804407 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14 23:35:22 +00:00
Michael Stack 58e3ad8b6c HBASE-1768 REST server has upper limit of 5k PUT
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@804340 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14 19:40:46 +00:00
Jonathan Gray 53b0527a5d HBASE-1763 second commit to fix compile error in hregion
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@803738 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 23:07:12 +00:00
Jonathan Gray 1ddddec018 HBASE-1763 Put writeToWAL methods do not have proper getter/setter names
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@803731 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 22:36:22 +00:00
Jonathan Gray 5697ca19e0 HBASE-1759 Ability to specify scanner caching on a per-scan basis
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@803727 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 22:25:39 +00:00
Jean-Daniel Cryans 5c8fab3cec HBASE-1760 Cleanup TODOs in HTable
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@803331 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 00:01:32 +00:00
Michael Stack 14a7712b0b HBASE-1757 REST server runs out of fds
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@802875 13f79535-47bb-0310-9956-ffa450edef68
2009-08-10 18:00:07 +00:00
Michael Stack 7b355d83c5 HBASE-1745 [tools] Tool to kick region out of inTransistion
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@800952 13f79535-47bb-0310-9956-ffa450edef68
2009-08-04 20:35:40 +00:00
Michael Stack b3653a6295 HBASE-1743 [debug tool] Add regionsInTransition list to ClusterStatus detailed output
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@800676 13f79535-47bb-0310-9956-ffa450edef68
2009-08-04 05:09:27 +00:00
Michael Stack 557bd85bc4 HBASE-1739 hbase-1683 broke splitting; only split three logs no matter what N was
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@800617 13f79535-47bb-0310-9956-ffa450edef68
2009-08-03 23:18:14 +00:00
Jonathan Gray 9246691f44 HBASE-1737 Regions unbalanced when adding new node
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@800585 13f79535-47bb-0310-9956-ffa450edef68
2009-08-03 21:49:10 +00:00
Michael Stack 2f98fe4625 Reversed HBASE-1723 getRowWithColumnsTs changed behavior
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@800175 13f79535-47bb-0310-9956-ffa450edef68
2009-08-03 00:24:42 +00:00
Michael Stack 90ab1628d8 HBASE-1604 HBaseClient.getConnection() may return a broken connection without throwing an exception
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@800157 13f79535-47bb-0310-9956-ffa450edef68
2009-08-02 23:28:20 +00:00
Michael Stack 662b0a0eee HBASE-1727 HTD and HCD versions need update
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@799992 13f79535-47bb-0310-9956-ffa450edef68
2009-08-02 04:59:46 +00:00
Michael Stack 24de2aec2f HBASE-1732 Flag to disable regionserver restart
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@799991 13f79535-47bb-0310-9956-ffa450edef68
2009-08-02 04:55:41 +00:00
Michael Stack 7e7bf2a9a0 HBASE-1725 Old TableMap interface's definitions are not generic enough
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@799985 13f79535-47bb-0310-9956-ffa450edef68
2009-08-02 04:30:16 +00:00
Michael Stack 027f01aa99 HBASE-1723 getRowWithColumnsTs changed behavior
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@799974 13f79535-47bb-0310-9956-ffa450edef68
2009-08-02 03:14:37 +00:00
Michael Stack 4267838a0c HBASE-1534 Got ZooKeeper event, state: Disconnected on HRS and then NPE on reinit
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@799117 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29 23:07:48 +00:00
Andrew Kyle Purtell 21d54c0c8c HBASE-1719 hold a reference to the region in stores instead of only the region info
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@799074 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29 20:55:10 +00:00
Michael Stack ea183fe272 HBASE-1573 Holes in master state change; updated startcode and server go into .META. but catalog scanner just got old values
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@799014 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29 19:00:35 +00:00
Jonathan Gray 344da145cf HBASE-1718 Reuse of KeyValue during log replay could cause the wrong data to be used
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@798740 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29 00:58:40 +00:00
Michael Stack ba467d6712 HBASE-1647 Filter#filterRow is called too often, filters rows it shouldn't have
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@798714 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28 21:24:42 +00:00
Jonathan Gray 18111cc899 HBASE-1717 Put on client-side uses passed-in byte[]s rather than always using copies
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@798694 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28 20:01:15 +00:00
Michael Stack a68b5ee409 HBASE-1671 HBASE-1609 broke scanners riding across splits
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@798679 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28 19:41:54 +00:00
Michael Stack 3086b191dd HBASE-1647 Filter#filterRow is called too often, filters rows it shouldn't have -- reversed it for a moment; it may have broken things -- not sure yet
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@798510 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28 12:51:36 +00:00
Michael Stack 69dc5b571e HBASE-1647 Filter#filterRow is called too often, filters rows it shouldn't have
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@798499 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28 12:12:17 +00:00
Michael Stack b5ccf99a9b HBASE-1647 Filter#filterRow is called too often, filters rows it shouldn't have
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@798498 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28 12:10:57 +00:00
Ryan Rawson 9a23b30068 HBASE-1703 ICV across flush
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@798448 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28 08:51:06 +00:00
Ryan Rawson a6c6f77612 HBASE-1714
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@798334 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27 23:48:22 +00:00
Michael Stack 01a60aa374 HBASE-1705 Thrift server: deletes in mutateRow/s don't delete
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@798227 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27 17:26:10 +00:00
Michael Stack d38846e59a HBASE-1686 major compaction can create empty store files, causing AIOOB when trying to read
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@798225 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27 17:21:17 +00:00
Michael Stack 9955e11dbe HBASE-1692 Web UI is extremely slow / freezes up if you have many tables
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@798224 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27 17:19:29 +00:00
Michael Stack e096368480 HBASE-1709 Thrift getRowWithColumns doesn't accept column-family only
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@798223 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27 17:14:01 +00:00
Andrew Kyle Purtell 9823e86775 HBASE-1706 META row with missing HRI breaks UI
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@798000 13f79535-47bb-0310-9956-ffa450edef68
2009-07-26 23:09:45 +00:00
Michael Stack 64e7770cb7 HBASE-1693 NPE close_region .META. in shell
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@797851 13f79535-47bb-0310-9956-ffa450edef68
2009-07-25 23:14:16 +00:00
Michael Stack 3184fa2979 HBASE-1704 Better zk error when failed connect
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@797710 13f79535-47bb-0310-9956-ffa450edef68
2009-07-25 03:01:13 +00:00
Michael Stack db8a3e2346 HBASE-1683 OOME on master splitting logs; stuck, won't go down
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@797683 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24 22:47:10 +00:00
Michael Stack ed041d1b29 HBASE-1699 Remove hbrep example as it's too out of date
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@797515 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24 15:03:08 +00:00
Michael Stack 3e7c6a6e4f HBASE-1699 Remove hbrep example as it's too out of date
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@797512 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24 15:01:09 +00:00
Michael Stack 13a32c2db1 HBASE-1694 Add TOC to 'Getting Started', add references to THBase and ITHBase
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@797273 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24 00:11:17 +00:00
Michael Stack 69f8d4e935 HBASE-1670 transactions / indexing fixes: trx deletes not handeled, index scan can't specify stopRow
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@797262 13f79535-47bb-0310-9956-ffa450edef68
2009-07-23 23:46:00 +00:00
Jonathan Gray cb6db82e31 HBASE-1688 Improve javadocs in Result and KeyValue
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@797132 13f79535-47bb-0310-9956-ffa450edef68
2009-07-23 16:20:52 +00:00
Michael Stack 467e48e4b1 HBASE-1680 FilterList writable only works for HBaseObjectWritable defined types
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@796949 13f79535-47bb-0310-9956-ffa450edef68
2009-07-23 05:17:26 +00:00
Michael Stack 91abbb4793 HBASE-1689 Fix javadoc warnings and add overview on client classes to client package
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@796938 13f79535-47bb-0310-9956-ffa450edef68
2009-07-23 03:53:13 +00:00
Michael Stack 1cd57207fd HBASE-1215 0.19.0 -> 0.20.0 migration (hfile, HCD changes, HSK changes)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@796894 13f79535-47bb-0310-9956-ffa450edef68
2009-07-22 22:19:24 +00:00
Michael Stack 87956cea5b HBASE-1359 After a large truncating table HBase becomes unresponsive
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@796041 13f79535-47bb-0310-9956-ffa450edef68
2009-07-20 22:05:03 +00:00
Michael Stack 8809929dff HBASE-1669 need dynamic extensibility of HBaseRPC code maps and interface lists
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@795290 13f79535-47bb-0310-9956-ffa450edef68
2009-07-18 00:45:27 +00:00