sershe
|
03dc97a1f4
|
HBASE-8665 bad compaction priority behavior in queue can cause store to be blocked
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1491661 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-11 00:24:21 +00:00 |
eclark
|
30c8032cb2
|
HBASE-8672 Create an Integration test for Bulk Loads
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1491656 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-11 00:14:54 +00:00 |
eclark
|
bcc3626301
|
HBASE-8723 HBase Intgration tests are failing because of new defaults.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1491640 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-10 23:42:51 +00:00 |
sershe
|
53419dadca
|
HBASE-8683 Add major compaction support in CompactionTool (Jerry He)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1491597 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-10 20:53:19 +00:00 |
Michael Stack
|
3b317f6f18
|
HBASE-8637 IntegrationTestBigLinkedListWithChaosMonkey uses the wrong table name
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1491573 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-10 19:32:13 +00:00 |
Enis Soztutar
|
0e04fe82e1
|
HBASE-8703 [WINDOWS] Timed-out processes exit with non-zero code causing HealthChecker to report incorrectly
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1491559 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-10 18:34:56 +00:00 |
Michael Stack
|
ac8f7413a9
|
Fix link
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1491536 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-10 17:42:44 +00:00 |
Zhihong Yu
|
095baf8848
|
HBASE-8650 HRegionServer#updateRecoveringRegionLastFlushedSequenceId(HRegion) makes inefficient use of keySet iterator instead of entrySet iterator (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1491134 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-09 03:49:15 +00:00 |
Michael Stack
|
ae4af86f5a
|
Edit of the decommisioning nodes section
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1491070 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-08 21:38:37 +00:00 |
Zhihong Yu
|
a9270d385b
|
HBASE-8690 Reduce unnecessary getFileStatus hdfs calls in TTL hfile and hlog cleanners (Shaohui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1490886 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-08 00:29:31 +00:00 |
Jean-Daniel Cryans
|
f8a2ae4199
|
HBASE-8712 HFileLinkCleaner (FSUtils.listStatus) logs too much if
links do not exists (Matteo via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1490871 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-07 23:49:09 +00:00 |
Michael Stack
|
6607d02230
|
HBASE-8704 Log the table name in ServerCallable.prepare
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1490722 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-07 16:53:49 +00:00 |
Michael Stack
|
1e36ca4124
|
Added hackathon notice
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1490511 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-07 04:52:30 +00:00 |
Michael Stack
|
55ba7411c1
|
Add note on how to publish mvn snapshot for hadoop1 and hadoop2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1490467 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-06 22:55:55 +00:00 |
Michael Stack
|
c10195177d
|
HBASE-8402 ScanMetrics depends on number of rpc calls to the server
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1490094 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-06 00:44:00 +00:00 |
jyates
|
d6550253a7
|
HBASE-8684: Table Coprocessor can't access external HTable by default - ADDENDUM: moving test to correct package
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1490078 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-05 23:27:47 +00:00 |
Michael Stack
|
b5bdfb6f3f
|
HBASE-8645 Change ServerName so it uses hostname only, not FQDN hostnames
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1490072 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-05 23:16:20 +00:00 |
jyates
|
7188830e6b
|
HBASE-8684: Table Coprocessor can't access external HTable by default
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1490043 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-05 22:04:54 +00:00 |
Zhihong Yu
|
45da73e18e
|
HBASE-8534 addendum removes TestDriver (Nick Dimiduk)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1489878 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-05 13:56:49 +00:00 |
jeffreyz
|
f5ecf2c83c
|
HBASE-8680: distributedLogReplay performance regression
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1489679 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-05 01:12:59 +00:00 |
Zhihong Yu
|
a4d58c4061
|
HBASE-8686 Extra left brace in bin/hbase (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1489635 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-04 21:43:43 +00:00 |
jeffreyz
|
ccb9fd364d
|
hbase-8666: META region isn't fully recovered during master initialization when META region recovery had chained failures
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1489606 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-04 21:01:05 +00:00 |
jeffreyz
|
aefb339ce4
|
add jeffreyz as a developer
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1489225 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-03 23:25:47 +00:00 |
jxiang
|
9d4a82e105
|
HBASE-5050 [rest] SPNEGO-based authentication
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1489190 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-03 21:48:21 +00:00 |
Michael Stack
|
3d88fbbcfd
|
HBASE-8640 ServerName in master may not initialize with the configured ipc address of hbase.master.ipc.address
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1488834 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-03 03:47:38 +00:00 |
Zhihong Yu
|
191ba57a27
|
HBASE-8534 Fix coverage for org.apache.hadoop.hbase.mapreduce (Aleksey Gorshkov)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1488542 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-01 16:23:55 +00:00 |
ramkrishna
|
ac54c557e9
|
HBASE-8668 - TestHLogSplit.generateHLog() does not use local variables for entries (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1488313 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-31 17:05:21 +00:00 |
sershe
|
981df7cce8
|
HBASE-8659 LruBlockCache logs too much
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1488052 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-30 23:36:34 +00:00 |
Michael Stack
|
17daaca0f3
|
HBASE-8658 hbase clean is deaf to the --config DIR option
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1488045 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-30 23:11:17 +00:00 |
Michael Stack
|
404cdce722
|
Note on how zk has to be up and running to migrate/clean zk
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1488005 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-30 20:51:45 +00:00 |
sershe
|
018ae9e0d5
|
HBASE-8653 master seems to be deleting region tmp directory from under compaction
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1487961 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-30 18:42:28 +00:00 |
sershe
|
e7ac644071
|
HBASE-8638 add logging to compaction policy
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1487948 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-30 17:55:04 +00:00 |
Michael Stack
|
c920eb3c4c
|
HBASE-8657 Miscellaneous log fixups for hbase-it; tidier logging, fix a few NPEs
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1487945 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-30 17:31:15 +00:00 |
Michael Stack
|
957f580d83
|
HBASE-8631 Meta Region First Recovery
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1487939 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-30 17:20:44 +00:00 |
Michael Stack
|
11c861cb91
|
Add a bit of doc on the cleaning zk migration step
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1487935 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-30 17:12:14 +00:00 |
anoopsamjohn
|
6ff1dc821d
|
HBASE-8641 IndexBuilder example : CF name of the src table is hard coded
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1487909 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-30 16:12:05 +00:00 |
Michael Stack
|
fd9204b038
|
HBASE-8654 src assembly does not include hbase-hadoop2-compat module
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1487713 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-30 03:47:45 +00:00 |
Zhihong Yu
|
c10e8d2119
|
HBASE-8649 Private method HStore#createWriterInTmp(long) is never called (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1487702 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-30 01:50:53 +00:00 |
Zhihong Yu
|
bc0b7899ea
|
HBASE-8639 very poor performance of htable#getscanner in multithreaded environment (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1487572 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-29 17:57:25 +00:00 |
Michael Stack
|
06155a70d8
|
HBASE-8643 Do not log full classnames in logs, just the last two levels
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1487571 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-29 17:57:18 +00:00 |
Zhihong Yu
|
0d5a678ac9
|
HBASE-8634 Fix potential null pointer dereference in HRegionServer and TableLockChecker (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1487533 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-29 16:21:33 +00:00 |
Zhihong Yu
|
3105761d0a
|
HBASE-8609 Make the CopyTable support startRow, stopRow options (Liu Shaohui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1487032 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-28 18:24:14 +00:00 |
Michael Stack
|
be34e4a7a8
|
Note on how to build the tgzs for release
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486716 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-27 21:30:57 +00:00 |
Michael Stack
|
bd7012e3a1
|
HBASE-8583 Create a new IntegrationTestBigLinkedListWithChaosMonkey -- FORGOT TO SVN ADD A FILE
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486376 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-25 22:10:56 +00:00 |
Michael Stack
|
21f80b2cd4
|
HBASE-8618 Master is providing dead RegionServer ServerName's to the balancer
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486359 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-25 20:31:44 +00:00 |
Michael Stack
|
02185f4170
|
Add section on mttr; cite nicolas/devaraj blog and point at hbase-8389 varun comments
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486358 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-25 20:30:43 +00:00 |
Michael Stack
|
e1f9dfe8fb
|
HBASE-8622 Remove ' You are currently running the HMaster without HDFS append support enabled. This may result in data loss. Please see the HBase wiki for details. ' from UI
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486346 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-25 17:18:27 +00:00 |
Michael Stack
|
fe6bbb0d29
|
HBASE-8621 More log edits; we log too much
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486291 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-25 06:05:07 +00:00 |
Michael Stack
|
e849b9bfb9
|
HBASE-8613 Improve logging when BindException is received at startup time
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486289 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-25 04:41:28 +00:00 |
eclark
|
4ff4038b79
|
HBASE-8517 Stochastic Loadbalancer isn't finding steady state on real clusters
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486258 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-25 00:22:59 +00:00 |