Commit Graph

3493 Commits

Author SHA1 Message Date
Michael Stack 5cae064304 Fix formatting
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1090098 13f79535-47bb-0310-9956-ffa450edef68
2011-04-08 03:57:41 +00:00
Jean-Daniel Cryans 3dd353aedb HBASE-3734 HBaseAdmin creates new configurations in getCatalogTracker
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1090061 13f79535-47bb-0310-9956-ffa450edef68
2011-04-07 23:23:48 +00:00
Michael Stack 2ce5c385d7 HBASE-3751 Book.xml - fixing unit of measure in 2 metrics. added description for compactionQueue
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1089943 13f79535-47bb-0310-9956-ffa450edef68
2011-04-07 16:45:43 +00:00
Michael Stack 4242c86a41 HBASE-3723 Major compact should be done when there is only one storefile and some keyvalue is outdated
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1089727 13f79535-47bb-0310-9956-ffa450edef68
2011-04-07 04:06:21 +00:00
Jean-Daniel Cryans bea0012d5d HBASE-3747 ReplicationSource should differanciate remote and local exceptions
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1089701 13f79535-47bb-0310-9956-ffa450edef68
2011-04-07 01:00:34 +00:00
Gary Helmling 9e6f97fd61 HBASE-3587 Eliminate use of read-write lock to guard loaded coprocessor collection
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1089685 13f79535-47bb-0310-9956-ffa450edef68
2011-04-06 23:59:34 +00:00
Todd Lipcon 1596f98835 HBASE-3746 Clean up CompressionTest to not directly reference DistributedFileSystem
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1089684 13f79535-47bb-0310-9956-ffa450edef68
2011-04-06 23:58:50 +00:00
Michael Stack 657ab7f8d6 HBASE-3738 Book.xml - expanding Architecture Client section
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1089681 13f79535-47bb-0310-9956-ffa450edef68
2011-04-06 23:50:12 +00:00
Michael Stack d66832a89e HBASE-3710 Book.xml - fill out descriptions of metrics
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1089678 13f79535-47bb-0310-9956-ffa450edef68
2011-04-06 23:41:24 +00:00
Michael Stack 803a91646c HBASE-3748 Add rolling of thrift/rest daemons to graceful_stop.sh script
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1089666 13f79535-47bb-0310-9956-ffa450edef68
2011-04-06 23:14:01 +00:00
Todd Lipcon 0c69352818 Fix typo "Garage" -> "Garbage" in book
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1089547 13f79535-47bb-0310-9956-ffa450edef68
2011-04-06 17:50:36 +00:00
Gary Helmling ef3073c22d HBASE-3677 Generate a globally unique cluster ID
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1089297 13f79535-47bb-0310-9956-ffa450edef68
2011-04-06 04:53:47 +00:00
Gary Helmling 82ffa80bd9 HBASE-3739 HMaster.getProtocolVersion() should distinguish HMasterInterface and HMasterRegionInterface versions
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1089282 13f79535-47bb-0310-9956-ffa450edef68
2011-04-06 00:01:58 +00:00
Michael Stack dd6dca4d94 Pointed at oracle config. doc. for example of how other dbs have same issues we do w/ sys configs
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1089149 13f79535-47bb-0310-9956-ffa450edef68
2011-04-05 18:12:47 +00:00
Michael Stack 66f9ba5bbc HBASE-3736 Book.xml - fixed one of the docbook tables Physical Overview
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1089075 13f79535-47bb-0310-9956-ffa450edef68
2011-04-05 15:16:34 +00:00
Michael Stack 943bd0921d HBASE-3735 Book.xml - adding section on Schema Design on versions
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1089074 13f79535-47bb-0310-9956-ffa450edef68
2011-04-05 15:14:00 +00:00
Michael Stack d143b1b243 Add the gz mail archives to list of archives
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1088907 13f79535-47bb-0310-9956-ffa450edef68
2011-04-05 06:24:17 +00:00
Michael Stack ee651893c4 more on rolling restart
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1088905 13f79535-47bb-0310-9956-ffa450edef68
2011-04-05 06:19:05 +00:00
Jean-Daniel Cryans 7702e191e3 HBASE-3733 MemStoreFlusher.flushOneForGlobalPressure() shouldn't
be using TreeSet for HRegion (Ted Yu via J-D)


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1088894 13f79535-47bb-0310-9956-ffa450edef68
2011-04-05 04:51:46 +00:00
Michael Stack 06a21879a4 HBASE-3071 Graceful decommissioning of a regionserver
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1088879 13f79535-47bb-0310-9956-ffa450edef68
2011-04-05 04:08:24 +00:00
Jean-Daniel Cryans b9ee682e70 Added some more doc about reusing HBC
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1088821 13f79535-47bb-0310-9956-ffa450edef68
2011-04-04 23:34:33 +00:00
Michael Stack 783029da33 HBASE-3488 Add CellCounter to count multiple versions of rows
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1088741 13f79535-47bb-0310-9956-ffa450edef68
2011-04-04 19:19:21 +00:00
Michael Stack ed64718369 HBASE-3694 high multiput latency due to checking global mem store size in a synchronized function
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1088703 13f79535-47bb-0310-9956-ffa450edef68
2011-04-04 18:33:55 +00:00
Michael Stack 44309ae90d HBASE-3728 NPE in HTablePool.closeTablePool
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1088692 13f79535-47bb-0310-9956-ffa450edef68
2011-04-04 17:58:15 +00:00
Michael Stack 1e6b64f3af Added extra logging and a retry before throwing assertion to TestSplitTransactionOnCluster, a commonly failing test
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1088068 13f79535-47bb-0310-9956-ffa450edef68
2011-04-02 18:09:19 +00:00
Michael Stack eb791700ee HBASE-3238 HBase needs to have the CREATE permission on the parent of its ZooKeeper parent znode
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1088038 13f79535-47bb-0310-9956-ffa450edef68
2011-04-02 14:41:10 +00:00
Michael Stack 355cddcd0b HBASE-3704 Show per region request count in table.jsp
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087954 13f79535-47bb-0310-9956-ffa450edef68
2011-04-02 01:37:41 +00:00
Michael Stack 9bf60eb011 HBASE-3647 Distinguish read and write request count in region -- reversed the patch because missing a file
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087953 13f79535-47bb-0310-9956-ffa450edef68
2011-04-02 01:26:00 +00:00
Michael Stack 371f963359 HBASE-3647 Distinguish read and write request count in region -- reversed the patch because missing a file
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087930 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 23:18:24 +00:00
Michael Stack 556fa73400 HBASE-3647 Distinguish read and write request count in region
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087929 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 23:13:28 +00:00
Michael Stack d8d4fc8b7c HBASE-3684 Support column range filter
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087593 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 06:00:37 +00:00
Michael Stack 22e5b51c7b HBASE-3715 Book.xml - adding architecture section on client, adding section on spec-ex under mapreduce
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087588 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 05:45:10 +00:00
Michael Stack 9e6308c918 HBASE-3705 Allow passing timestamp into importtsv
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087586 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 05:34:51 +00:00
Michael Stack 8ae8903ab7 Intermittent TestRegionRebalancing failure -- addendum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087584 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 05:30:06 +00:00
Michael Stack 21e68ab791 HBASE-3712 HTable.close() doesn't shutdown thread pool
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087582 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 05:26:37 +00:00
Michael Stack 5de1c25b33 HBASE-3716 Intermittent TestRegionRebalancing failure
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087401 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 18:33:37 +00:00
Michael Stack a906560ce0 HBASE-3720 Book.xml - porting conceptual-view / physical-view sections of HBaseArchitecture wiki
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087395 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 18:12:04 +00:00
Michael Stack 569b5d2335 HBASE-3717 deprecate HTable isTableEnabled() methods in favor of HBaseAdmin methods
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087191 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 05:50:43 +00:00
Michael Stack 67a3bf92b7 Added note on nproc and changed it so we print ulimit -a instead of ulimit -n into out server logs
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087188 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 05:33:28 +00:00
Michael Stack 4044763d74 Add link to xceiver rant
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1086981 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30 15:05:55 +00:00
Todd Lipcon c222e2b486 HBASE-3711 - amend patch to fix compilation error
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1086747 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 21:09:48 +00:00
Todd Lipcon fbd1666643 HBASE-3711 importtsv fails if rowkey length exceeds MAX_ROW_LENGTH
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1086724 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 20:26:52 +00:00
Andrew Kyle Purtell 1685e9b536 HBASE-3709 HFile compression not sharing configuration; work around accidental use of CDH-ism
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1086511 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 08:13:20 +00:00
Andrew Kyle Purtell df3a53e764 HBASE-3709 HFile compression not sharing configuration
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1086504 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 07:46:54 +00:00
Michael Stack 1e005639e2 Mvn build notes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1086032 13f79535-47bb-0310-9956-ffa450edef68
2011-03-27 20:37:41 +00:00
Gary Helmling 70379d17b3 HBASE-3702 Fix NPE in Exec method parameter serialization
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085818 13f79535-47bb-0310-9956-ffa450edef68
2011-03-26 22:07:51 +00:00
Todd Lipcon 561deab8fc HBASE-3703. hbase-config.sh needs to be updated so it can auto-detect the sun jdk provided by RHEL6
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085798 13f79535-47bb-0310-9956-ffa450edef68
2011-03-26 20:38:21 +00:00
Michael Stack edd036b045 HBASE-3696 isMajorCompaction() check triggers lots of listStatus DFS RPC calls from HBase
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085560 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 21:05:13 +00:00
Michael Stack be4fbee16b HBASE-3654 Weird blocking between getOnlineRegion and createRegionLoad; Added more to Subbu and Ted extras
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085553 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 20:38:11 +00:00
Michael Stack 83143be819 HBASE-3686 ClientScanner skips too many rows on recovery if using scanner caching
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085542 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 19:54:48 +00:00