Michael Stack
|
8aeeb222a1
|
DOC: Adding chapter for coprocessors
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484904 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-21 18:59:22 +00:00 |
Zhihong Yu
|
e89712d29d
|
HBASE-8575 TestDistributedLogSplitting#testMarkRegionsRecoveringInZK fails intermittently due to lack of online region (Jeff Zhong)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484899 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-21 18:17:12 +00:00 |
jxiang
|
aa12c8ac72
|
HBASE-8545 Meta stuck in transition when it is assigned to a just restarted dead region sever
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484875 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-21 17:19:02 +00:00 |
Zhihong Yu
|
634f63ef3c
|
HBASE-8582 Possible NullPointerException in ZKInterProcessLockBase#visitLocks (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484643 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-21 01:59:44 +00:00 |
Michael Stack
|
21735dde20
|
HBASE-8579 TestDelayedRpc falis from time to time
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484589 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-20 20:49:28 +00:00 |
ramkrishna
|
190aac3613
|
HBASE-8282-User triggered flushes does not allow compaction to get triggered even if compaction criteria is met (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484519 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-20 16:35:55 +00:00 |
Michael Stack
|
39e7e66ae9
|
HBASE-8067 TestHFileArchiving.testArchiveOnTableDelete sometimes fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484503 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-20 15:44:14 +00:00 |
Michael Stack
|
94a3efe1e9
|
HBASE-8577 TestZooKeeper#testLogSplittingAfterMasterRecoveryDueToZKExpiry failed intermittently
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484352 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-19 21:21:26 +00:00 |
Michael Stack
|
998296008a
|
HBASE-8564 TestMetricsRegionServer depends on test order; ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484052 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-18 03:23:13 +00:00 |
sershe
|
6b46196c31
|
HBASE-8539 ADDENDUM Double(or tripple ...) ZooKeeper listeners of the same type when Master recovers from ZK SessionExpiredException (Jeffrey Zhong)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484039 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-18 01:40:48 +00:00 |
Enis Soztutar
|
2a5c92c084
|
HBASE-8547. Fix java.lang.RuntimeException: Cached an already cached block (Addendum3 to remove assertion)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484032 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-18 00:03:48 +00:00 |
Jean-Daniel Cryans
|
aec1857b37
|
HBASE-7567 [replication] Create an interface for replication peers (Chris Trezzo via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484031 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-18 00:00:20 +00:00 |
Zhihong Yu
|
d5f6d90329
|
HBASE-7006 [MTTR] Improve Region Server Recovery Time - Distributed Log Replay, Addendum disables the feature by default
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484022 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-17 22:48:36 +00:00 |
Michael Stack
|
95ce14a5aa
|
HBASE-8568 Test case TestDistributedLogSplitting#testWorkerAbort failed intermittently
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484019 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-17 22:41:25 +00:00 |
Michael Stack
|
667a5f848b
|
HBASE-8574 Add how to rename a table in th docbook
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483998 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-17 21:28:30 +00:00 |
Zhihong Yu
|
d783067a3d
|
HBASE-8567 TestDistributedLogSplitting#testLogReplayForDisablingTable fails on hadoop 2.0 (Jefferey)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483982 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-17 20:39:51 +00:00 |
mbertozzi
|
13483015c9
|
HBASE-7726 Family Dir is not removed using modifyTable()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483883 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-17 15:54:31 +00:00 |
eclark
|
b3c97c3e3e
|
HBASE-8564 TestMetricsRegionServer depends on test order
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483617 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-17 00:28:50 +00:00 |
Zhihong Yu
|
8806f23ee4
|
HBASE-8461 Provide the ability to delete multiple snapshots through single command (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483574 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-16 21:31:05 +00:00 |
Michael Stack
|
4473041015
|
HBASE-8560 TestMasterShutdown failing in trunk 0.95/trunk -- "Unable to get data of znode /hbase/meta-region-server because node does not exist (not an error)"
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483547 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-16 20:28:19 +00:00 |
Enis Soztutar
|
1a131b9e3c
|
HBASE-8505 References to split daughters should not be deleted separately from parent META entry
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483481 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-16 18:00:15 +00:00 |
Enis Soztutar
|
2c3d36cc10
|
HBASE-8547. Fix java.lang.RuntimeException: Cached an already cached block (Addendum2 to check cached buffers for equality)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483476 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-16 17:54:58 +00:00 |
Jean-Daniel Cryans
|
9ae251a7e2
|
HBASE-7380 [replication] When transferring queues, check if the peer still
exists before copying the znodes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483136 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-16 00:56:35 +00:00 |
Michael Stack
|
0a4f837096
|
allow component lieutenant for component owner in doc
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483128 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-16 00:01:12 +00:00 |
Michael Stack
|
e520b99455
|
HBASE-8507 HLog tool documentation should be updated to use FSHLog for trunk and 0.95
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483123 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-15 23:27:53 +00:00 |
Michael Stack
|
86aad7e82c
|
HBASE-8435 Test for zk leak does not account for unsynchronized access to zk watcher: ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483117 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-15 22:52:19 +00:00 |
jyates
|
6ebd8e3f2a
|
HBASE-8355: BaseRegionObserver#pre(Compact|Flush|Store)ScannerOpen returns null (Andrew Purtell, Jesse Yates)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483094 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-15 21:21:47 +00:00 |
mbertozzi
|
3c4645e7e5
|
HBASE-8540 SnapshotFileCache logs too many times if snapshot dir doesn't exists
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483024 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-15 19:25:31 +00:00 |
Michael Stack
|
dc9caa9f46
|
HBASE-7006 [MTTR] Improve Region Server Recovery Time - Distributed Log Replay; ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483011 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-15 19:02:06 +00:00 |
Enis Soztutar
|
a1aa8537a2
|
HBASE-5995 Fix and reenable TestLogRolling.testLogRollOnPipelineRestart
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483004 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-15 18:52:20 +00:00 |
Jean-Daniel Cryans
|
f729fcd4ec
|
HBASE-8519 Backup master will never come up if primary master dies during initialization
(Jerry He via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482981 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-15 17:54:30 +00:00 |
Michael Stack
|
2068d57f99
|
HBASE-8535 Test for zk leak does not account for unsynchronized access to zk watcher
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482905 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-15 15:33:59 +00:00 |
Michael Stack
|
f19b0360c1
|
HBASE-8531 TestZooKeeper fails in trunk/0.95 builds
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482890 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-15 15:09:37 +00:00 |
Enis Soztutar
|
0a183765ac
|
HBASE-8547. Fix java.lang.RuntimeException: Cached an already cached block (Addendum to add better log)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482705 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-15 07:28:28 +00:00 |
Enis Soztutar
|
ba37032a72
|
HBASE-8547 Fix java.lang.RuntimeException: Cached an already cached block
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482697 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-15 06:57:37 +00:00 |
Michael Stack
|
cb53db35f3
|
HBASE-7006 [MTTR] Improve Region Server Recovery Time - Distributed Log Replay
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482675 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-15 04:24:02 +00:00 |
Michael Stack
|
6bf0abbec9
|
HBASE-8531 TestZooKeeper fails in trunk/0.95 builds
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482669 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-15 04:08:16 +00:00 |
jxiang
|
47f4477f79
|
HBASE-8537 Dead region server pulled in from ZK
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482635 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-14 22:55:11 +00:00 |
sershe
|
267e55da40
|
HBASE-8539 Double(or tripple ...) ZooKeeper listeners of the same type when Master recovers from ZK SessionExpiredException (Jeffrey Zhong)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482574 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-14 20:38:08 +00:00 |
Jonathan Hsieh
|
d1c5b7cbd2
|
HBASE-8528 [hadoop2] TestMultiTableInputFormat always hadoop with YARN-129 applied (with Gary Helmling)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482561 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-14 20:27:11 +00:00 |
Michael Stack
|
98330fa720
|
Add link to birds of a feather session after hadoop summit
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482542 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-14 19:59:12 +00:00 |
anoopsamjohn
|
487f1d437f
|
HBASE-8218 Pass HTable as parameter to methods of AggregationClient
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482478 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-14 17:29:31 +00:00 |
Zhihong Yu
|
90bd4de7cf
|
HBASE-8536 Possible NullPointerException in ZKInterProcessLockBase#reapExpiredLocks (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482429 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-14 16:27:41 +00:00 |
mbertozzi
|
8d3581dc7e
|
HBASE-8516 FSUtils.create() fail with ViewFS
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482386 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-14 15:22:29 +00:00 |
sershe
|
77a08bbe0a
|
HBASE-8527 clean up code around compaction completion in HStore
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482164 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-14 01:04:37 +00:00 |
Devaraj Das
|
8e0202945b
|
HBASE-5930. Added unit tests and configuration value for disabling the automatic flush
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482161 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-14 00:55:28 +00:00 |
Zhihong Yu
|
429af3c930
|
HBASE-8367 LoadIncrementalHFiles does not return an error code nor throw Exception when failures occur due to timeouts (Brian Dougan)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1481988 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 17:48:55 +00:00 |
Zhihong Yu
|
86dc135a34
|
HBASE-8133 avoid assign for disabling table regions(OPENING/PENDING_OPEN) in SSH (Rajeshbabu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1481599 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-12 16:44:49 +00:00 |
Devaraj Das
|
7a7ab8b8da
|
HBASE-7932. Introduces Favored Nodes for region files. Adds a balancer called FavoredNodeLoadBalancer that will honor favored nodes in the process of balancing but the balance operation is currently a no-op (Devaraj Das)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1481476 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-12 06:47:39 +00:00 |
Zhihong Yu
|
3185729df1
|
HBASE-8530 Refine error message from ExportSnapshot when there is leftover snapshot in target cluster (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1481400 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-11 20:16:54 +00:00 |