Michael Stack
|
279ac982a7
|
HBASE-1942 Update hadoop jars in trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@831156 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-29 23:47:49 +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 |
Michael Stack
|
ecd4cecd19
|
HBASE-1942 Update hadoop jars in trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@831145 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-29 23:05:29 +00:00 |
Michael Stack
|
b58a646039
|
HBASE-1816 Master rewrite; should have removed safe-mode from regionserver-side too -- Needed to remove the wait up in top of flush and compactions threads-- used to wait on safe mode... was stuck there...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@830844 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-29 04:42:15 +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 |
Michael Stack
|
67c1fc3436
|
HBASE-1816 Master rewrite; should have removed safe-mode from client-side too...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@830801 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-29 00:01:44 +00:00 |
Jean-Daniel Cryans
|
66728e6f67
|
HBASE-1936 HLog group commit, fixed
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@830786 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-28 22:44:46 +00:00 |
Michael Stack
|
e525abf672
|
HBASE-1816 Master rewrite; fix flag that reported fail on open, always
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@830783 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-28 22:37:06 +00:00 |
Michael Stack
|
d91ee91b89
|
HBASE-1816 Master rewrite; removed hbase.master.lease.period -- unused since zk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@830779 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-28 22:18:14 +00:00 |
Michael Stack
|
d6adcd04f5
|
HBASE-1816 Master Rewrite; redo how we check rootdir in HMaster constructor -- was broke when deploying on cluster
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@830768 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-28 21:34:23 +00:00 |
Michael Stack
|
fd02c343fa
|
HBASE-1816 Master rewrite; remove safe-mode
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@830447 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-28 06:06:54 +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
|
9b43b98449
|
HBASE-1816 Master rewrite; part 1 -- bit of crud removal and tightening up of access in master package
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@830401 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-27 23:32:15 +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 |
Jean-Daniel Cryans
|
e1f057be13
|
HBASE-1918 new version to test on Hudson
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@826920 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-20 00:56:33 +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
|
93bd67d54c
|
Reverting 1918 but keeping debug
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@826902 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-20 00:03:10 +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
|
e7e57abc47
|
Minor fix missing in HBASE-1756
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@826847 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-19 22:40:03 +00:00 |
Jean-Daniel Cryans
|
15fc0d66c6
|
HBASE-1756 Refactor HLog (changing package first)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@826845 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-19 22:33:23 +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
|
a022320ef9
|
HBASE-1916 FindBugs and javac warnings cleanup; back out 'Serializable' additions
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@826580 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-19 02:46:08 +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 |
Michael Stack
|
c78806b134
|
HBASE-410 [testing] Speed up the test suite; Moved TestHBaseCluster, TestMasterAdmin and TestForceSplit into TestAdmin
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@825766 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-16 04:47:42 +00:00 |
Michael Stack
|
a54c987f0c
|
HBASE-410 [testing] Speed up the test suite; Moved TestHBaseCluster, TestMasterAdmin and TestForceSplit into TestAdmin
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@825762 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-16 04:30:25 +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
|
f2520488de
|
HBASE-410 [testing] Speed up the test suite; use junit4
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@825707 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-15 23:57:29 +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
|
27667c858b
|
HBASE-1906 fixup for broken build
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@825334 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-14 23:13:18 +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
|
07413e2fb7
|
HBASE-1902 Let PerformanceEvaluation support setting tableName and compress algorithm
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@824420 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-12 16:58:59 +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
|
cfaf4fab71
|
HBASE-1887 Update hbase trunk to latests on hadoop 0.21 branch so we can all test sync/append; add more to testsync test -- make sure does right thing if file spans multiple blocks
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@823925 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-10 19:34:22 +00:00 |