Michael Stack
|
551ea3211f
|
HBASE-3882 hbase-config.sh needs to be updated so it can auto-detects the sun jre provided by RHEL6
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1103239 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-14 21:51:29 +00:00 |
Michael Stack
|
ea24189ed6
|
HBASE-3561 Remove helloworldagent.jar mistakenly committed
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1103235 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-14 21:47:13 +00:00 |
Michael Stack
|
5c02923d36
|
HBASE-3884 book.xml - moved build and developer chapters to end of book
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1103234 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-14 21:44:46 +00:00 |
Michael Stack
|
5f371f561d
|
HBASE-3884 book.xml - moved build and developer chapters to end of book
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1103233 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-14 21:44:29 +00:00 |
Michael Stack
|
10e6514699
|
fixup in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1102876 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-13 19:42:33 +00:00 |
Michael Stack
|
4dc83021b1
|
HBASE-3881 Add disable balancer in graceful_stop.sh script
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1102857 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-13 18:37:55 +00:00 |
Michael Stack
|
e41bc102bb
|
HBASE-3876 TestCoprocessorInterface.testCoprocessorInterface broke on jenkins and local
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1102819 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-13 17:17:07 +00:00 |
Michael Stack
|
049cf7b596
|
HBASE-3868 book.xml / troubleshooting.xml - porting wiki Troubleshooting page
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1102420 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-12 18:51:10 +00:00 |
Michael Stack
|
e218325a61
|
HBASE-3878 Hbase client throws NoSuchElementException
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1102416 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-12 18:47:06 +00:00 |
Jean-Daniel Cryans
|
1bf409f052
|
Fixing a log message in LoadBalancer, saw by Gaojinchao
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1102386 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-12 17:18:45 +00:00 |
Nicolas Spiegelberg
|
dc2659524a
|
HBASE-3877 Determine Proper Defaults for Compaction ThreadPools
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1102105 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-11 21:50:37 +00:00 |
Michael Stack
|
dedc82a653
|
Add some clarification to session timeout for zookeeper
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1101693 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-11 00:29:32 +00:00 |
Nicolas Spiegelberg
|
770b745807
|
HBASE-1476 Multithreaded Compactions
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1101677 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-10 23:21:04 +00:00 |
Nicolas Spiegelberg
|
1f4eb71478
|
HBASE-3797 StoreFile Level Compaction Locking
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1101676 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-10 23:20:45 +00:00 |
Michael Stack
|
3b993d8c4d
|
HBASE-3863 Fix failing TestHBaseFsck.testHBaseFsckMeta unit test
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1100427 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-07 01:32:34 +00:00 |
Michael Stack
|
7d03a7dbb6
|
HBASE-3864 Rename of hfile.min.blocksize.size in HBASE-2899 reverted in HBASE-1861
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1100404 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-06 22:12:09 +00:00 |
Michael Stack
|
40cb8dffc2
|
HBASE-3861 MiniZooKeeperCluster.startup() should refer to hbase.zookeeper.property.maxClientCnxns; backing it out till figure the TestHCM OOME issue
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1100390 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-06 21:44:31 +00:00 |
Michael Stack
|
7bc1722112
|
HBASE-3865 Failing TestWALReplay
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1100373 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-06 21:03:40 +00:00 |
Andrew Kyle Purtell
|
6fb0428103
|
HBASE-3855 Performance degradation of memstore because reseek is linear; fix TestHeapSize
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1100308 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-06 18:12:22 +00:00 |
Andrew Kyle Purtell
|
93a75bb3eb
|
HBASE-3861 MiniZooKeeperCluster should refer to maxClientCnxns
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1100299 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-06 17:43:02 +00:00 |
Michael Stack
|
ee4553fc1a
|
HBASE-3855 Performance degradation of memstore because reseek is linear
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1100236 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-06 14:44:07 +00:00 |
Michael Stack
|
1bd0e5ff51
|
HBASE-3863 Fix failing TestHBaseFsck.testHBaseFsckMeta unit test
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1100095 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-06 06:25:29 +00:00 |
Michael Stack
|
f046c79c41
|
HBASE-3858 performance.xml / troubleshooting.xml - porting rest of PerformanceTuning wiki page
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1100059 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-06 05:10:50 +00:00 |
Michael Stack
|
f3ebb53efc
|
HBASE-3721 Speedup LoadIncrementalHFiles
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1100045 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-06 04:26:58 +00:00 |
Michael Stack
|
3450c962ad
|
HBASE-3862 Race conditions in aggregate calculation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1100043 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-06 04:24:28 +00:00 |
Jean-Daniel Cryans
|
d60cceaff3
|
HBASE-3860 HLog shouldn't create a new HBC when rolling
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1099988 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-05 22:48:44 +00:00 |
Michael Stack
|
dcdeee6ca0
|
Backport trunk fix; Fix TestHCM. Disabled the force OOME test -- we create a new Connection per new Configuration so yeah, we OOME;
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1099970 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-05 21:13:37 +00:00 |
Michael Stack
|
8ffaac2003
|
HBASE-3813 Change RPC callQueue size from "handlerCount * MAX_QUEUE_SIZE_PER_HANDLER;"
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1099695 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-05 06:07:56 +00:00 |
Michael Stack
|
22600649d3
|
HBASE-3431 Add some doc. on double-vision -- Regionserver is not using the name given it by the master; double entry in master listing of servers
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1099584 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-04 20:12:33 +00:00 |
Michael Stack
|
3d6b1485bf
|
HBASE-3695 Some improvements to Hbck to test the entire region chain in Meta and provide better error reporting
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1099566 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-04 19:28:45 +00:00 |
Todd Lipcon
|
4e4ded4cde
|
HBASE-3853 Fix TestInfoServers to pass after HBASE-3835
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1099542 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-04 17:54:50 +00:00 |
Michael Stack
|
81e9be2518
|
HBASE-3821 'NOT flushing memstore for region' keep on printing for half an hour
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1099318 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-04 03:51:59 +00:00 |
Jean-Daniel Cryans
|
6aa6a4ad8f
|
HBASE-3597 ageOfLastAppliedOp should update after cluster replication
failures
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1099302 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-04 00:20:31 +00:00 |
Todd Lipcon
|
17694cf3bc
|
Fix up bad resolve of trunk conflict from HBASE-3835
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1099206 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-03 19:11:25 +00:00 |
Todd Lipcon
|
214f63b6c8
|
HBASE-3839 Add monitoring of currently running tasks to the master and RS web UIs
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1099202 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-03 19:09:20 +00:00 |
Todd Lipcon
|
7d5d1fe752
|
HBASE-3837 Show regions in transition on the master web page
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1099199 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-03 19:07:54 +00:00 |
Todd Lipcon
|
46d64afcd9
|
HBASE-3835 Switch master and region server pages to Jamon-based templates
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1099198 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-03 19:07:00 +00:00 |
Jean-Daniel Cryans
|
94d77931b3
|
HBASE-3846 Set RIT timeout higher
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1099155 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-03 17:45:58 +00:00 |
Michael Stack
|
59392e209f
|
Fix table.jsp so it shows region locations and counts -- just before we replace all this jsp stuff. Location was broke by 1502
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1099101 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-03 15:54:08 +00:00 |
Todd Lipcon
|
ca952ac00b
|
HBASE-3836 Add facility to track currently progressing actions and workflows.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098933 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-03 06:11:06 +00:00 |
Michael Stack
|
8341e4a3be
|
HBASE-3849 Fix master ui; hbase-1502 broke requests/second
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098925 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-03 05:54:45 +00:00 |
Michael Stack
|
b6ad337ea1
|
HBASE-3849 Fix master ui; hbase-1502 broke requests/second
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098919 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-03 05:48:37 +00:00 |
Michael Stack
|
9c1d01e24f
|
HBASE-3777 Redefine Identity Of HBase Configuration
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098901 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-03 04:43:53 +00:00 |
Michael Stack
|
7e6f56200e
|
HBASE-3847 Turn off DEBUG logging of RPCs in WriteableRPCEngine on TRUNK
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098861 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-02 23:37:54 +00:00 |
Michael Stack
|
df267ce6e9
|
HBASE-3825 performance.xml - adding a few common configuration changes in the 'config' sub-section
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098727 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-02 18:49:32 +00:00 |
Michael Stack
|
3ad05c6aac
|
HBASE-3844 Book.xml (removing link to defunct wiki) and Performance.xml (adding client tip)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098721 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-02 18:35:49 +00:00 |
Michael Stack
|
2a4f052bcc
|
HBASE-3838 RegionCoprocesorHost.preWALRestore throws npe in case there is no RegionObserver registered
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098705 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-02 18:14:05 +00:00 |
Michael Stack
|
6c32f36250
|
HBASE-3670 Fix error handling in get(List<Get> gets)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098702 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-02 18:10:36 +00:00 |
Michael Stack
|
659da04632
|
HBASE-3843 splitLogWorker starts too early
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098696 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-02 18:04:19 +00:00 |
Michael Stack
|
e85e7ad354
|
HBASE-3831 docbook xml files - standardized RegionServer, DataNode, and ZooKeeper in several xml docs
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098158 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-30 21:05:39 +00:00 |