Nick Dimiduk
|
8cdf4a8e03
|
Revert "HBASE-14230 replace reflection in FSHlog with HdfsDataOutputStream#getCurrentBlockReplication()"
This reverts commit 21dfb61bbe .
Also reintroduces the NO_ARGS instance that was removed in HBASE-14401
|
2015-09-18 14:03:27 -07:00 |
Enis Soztutar
|
17bdf9fa8c
|
HBASE-14082 Add replica id to JMX metrics names (Lei Chen)
|
2015-09-16 17:29:57 -07:00 |
Elliott Clark
|
7b08f4c8be
|
HBASE-14334 Move Memcached block cache in to it's own optional module.
|
2015-09-16 15:26:38 -07:00 |
tedyu
|
08eabb89f6
|
HBASE-13250 chown of ExportSnapshot does not cover all path and files (He Liangliang)
|
2015-09-16 13:04:01 -07:00 |
stack
|
bd26386dc7
|
HBASE-14433 Set down the client executor core thread count from 256 in tests: REAPPLY AGAIN (WAS MISSING JIRA)
|
2015-09-16 10:13:55 -07:00 |
stack
|
b0aa86a694
|
Revert "Set down the client executor core thread count from 256 in tests: REAPPLY"
Missing JIRA number.
This reverts commit b00f3d3703 .
|
2015-09-16 10:12:39 -07:00 |
stack
|
b00f3d3703
|
Set down the client executor core thread count from 256 in tests: REAPPLY
|
2015-09-16 08:57:06 -07:00 |
stack
|
8633b26ee5
|
Revert "HBASE-14433 Set down the client executor core thread count from 256 to number of processors"
This reverts commit d2e3381818 .
|
2015-09-16 08:53:34 -07:00 |
stack
|
d2e3381818
|
HBASE-14433 Set down the client executor core thread count from 256 to number of processors
|
2015-09-15 22:36:05 -07:00 |
Apekshit(Appy) Sharma
|
fe2c4f630d
|
HBASE-14400 Fix HBase RPC protection documentation
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2015-09-15 17:43:48 -07:00 |
Sanjeev Srivatsa
|
903d876f29
|
HBASE-14145 added flag to canary to try all regions in regionserver mode
Signed-off-by: Elliott Clark <eclark@apache.org>
|
2015-09-15 16:32:08 -07:00 |
tedyu
|
76f4e157ad
|
HBASE-14411 Fix unit test failures when using multiwal as default WAL provider (Yu Li)
|
2015-09-15 16:12:30 -07:00 |
Srikanth Srungarapu
|
938d2a0c9c
|
HBASE-14394 Properly close the connection after reading records from table.
|
2015-09-15 11:02:00 -07:00 |
stack
|
d147f8f8f4
|
HBASE-14361 ReplicationSink should create Connection instances lazily
|
2015-09-15 05:15:47 -07:00 |
stack
|
72b4c906b8
|
HBASE-14401 Stamp failed appends with sequenceid too.... Cleans up latches
|
2015-09-14 22:20:40 -07:00 |
stack
|
63a2fb5143
|
HBASE-14421 TestFastFail* are flakey; ADDENDUM 3 Exclude another should assert in TestFastFail
|
2015-09-14 08:32:52 -07:00 |
tedyu
|
99df022f2c
|
HBASE-14306 Refine RegionGroupingProvider: fix issues and make it more scalable (Yu Li)
|
2015-09-14 07:15:35 -07:00 |
stack
|
e4e906f436
|
HBASE-14421 TestFastFail* are flakey; ADDENDUM
|
2015-09-13 10:12:30 -07:00 |
stack
|
439ca071ec
|
HBASE-14423 TestStochasticBalancerJmxMetrics.testJmxMetrics_PerTableMode:183 NullPointer
|
2015-09-13 07:30:51 -07:00 |
stack
|
a9157379a3
|
HBASE-14421 TestFastFail* are flakey
|
2015-09-12 22:34:04 -07:00 |
tedyu
|
dff5243c89
|
HBASE-14370 Use separate thread for calling ZKPermissionWatcher#refreshNodes()
|
2015-09-11 13:44:48 -07:00 |
tedyu
|
c94d10952f
|
HBASE-6617 ReplicationSourceManager should be able to track multiple WAL paths (Yu Li)
|
2015-09-11 09:26:27 -07:00 |
tedyu
|
a8730c2839
|
HBASE-14380 Correct data gets skipped along with bad data in importTsv bulk load thru TsvImporterTextMapper (Bhupendra Kumar Jain)
|
2015-09-11 09:05:17 -07:00 |
ramkrishna
|
c438052cc2
|
HBASE-14307 - Incorrect use of positional read api in HFileBlock (Chris
Nauroth)
|
2015-09-11 16:03:31 +05:30 |
stack
|
411b516f51
|
HBASE-14392 [tests] TestLogRollingNoCluster fails on master from time to time
|
2015-09-10 20:25:36 -07:00 |
stack
|
bf26088d7b
|
Revert "HBASE-14361 Investigate unused connection objects"
This reverts commit 6c16d244bb .
|
2015-09-10 14:18:03 -07:00 |
Sanjeev Srivatsa
|
4418f3e025
|
HBASE-14384 changed Canary to use instance of ExtendedSink
Signed-off-by: Elliott Clark <eclark@apache.org>
|
2015-09-10 12:05:04 -07:00 |
chenheng
|
eb8a8c4fd9
|
HBASE-14361 Investigate unused connection objects
Signed-off-by: stack <stack@apache.org>
|
2015-09-10 09:18:23 -07:00 |
chenheng
|
21dfb61bbe
|
HBASE-14230 replace reflection in FSHlog with HdfsDataOutputStream#getCurrentBlockReplication()
Signed-off-by: stack <stack@apache.org>
|
2015-09-10 08:27:25 -07:00 |
Srikanth Srungarapu
|
e770cf3417
|
HBASE-14385 Close the sockets that is missing in connection closure. -- ADDENDUM
|
2015-09-09 23:37:10 -07:00 |
stack
|
7d018ec789
|
HBASE-14393 Have TestHFileEncryption clean up after itself so it don't go all zombie on us
|
2015-09-09 21:25:12 -07:00 |
stack
|
bada19bb54
|
HBASE-14368 New TestWALLockup broken by addendum added to parent issue
|
2015-09-05 08:53:22 -07:00 |
Srikanth Srungarapu
|
2969093b5b
|
HBASE-14261 Enhance Chaos Monkey framework by adding zookeeper and datanode fault injections; ADDENDUM
|
2015-09-04 14:01:15 -07:00 |
Lars Hofhansl
|
6a8ba22c16
|
HBASE-12988 [Replication]Parallel apply edits across regions.
|
2015-09-04 13:22:14 -07:00 |
stack
|
de0e72f464
|
HBASE-14327 TestIOFencing#testFencingAroundCompactionAfterWALSync is flaky (Heng Chen)
|
2015-09-04 10:27:49 -07:00 |
tedyu
|
b7a67c6382
|
HBASE-14314 Metrics for block cache should take region replicas into account
|
2015-09-04 10:04:29 -07:00 |
stack
|
ec4d719f19
|
HBASE-14317 Stuck FSHLog: bad disk (HDFS-8960) and can't roll WAL; addendum2 -- found a fix testing the branch-1 patch
|
2015-09-04 00:40:32 -07:00 |
stack
|
54717a6314
|
HBASE-14317 Stuck FSHLog: bad disk (HDFS-8960) and can't roll WAL; addendum
|
2015-09-03 21:34:20 -07:00 |
stack
|
661faf6fe0
|
HBASE-14317 Stuck FSHLog: bad disk (HDFS-8960) and can't roll WAL
|
2015-09-03 21:32:49 -07:00 |
Matteo Bertozzi
|
5152ac0e20
|
HBASE-14344 Add timeouts to TestHttpServerLifecycle
|
2015-09-03 12:07:52 -07:00 |
Srikanth Srungarapu
|
e48991970d
|
HBASE-14261 Enhance Chaos Monkey framework by adding zookeeper and datanode fault injections.
|
2015-09-03 11:55:36 -07:00 |
Stephen Yuan Jiang
|
3341f13e71
|
HBASE-14108 Procedure V2 Administrative Task: provide an API to abort a procedure (Stephen Yuan Jiang)
|
2015-09-02 19:18:46 -07:00 |
tedyu
|
15a88d2e1b
|
HBASE-14229 Flushing canceled by coprocessor still leads to memstoreSize set down (Yerui Sun)
|
2015-09-02 07:29:00 -07:00 |
tedyu
|
f792ede466
|
HBASE-14332 Show the table state when we encounter exception while disabling / enabling table (Nick Han)
|
2015-09-01 13:00:28 -07:00 |
tedyu
|
df341c4299
|
HBASE-14309 Allow load balancer to operate when there is region in transition by adding force flag
|
2015-08-29 13:15:53 -07:00 |
Elliott Clark
|
0d06d8ddd0
|
HBASE-14322 Add a master priority function to let master use it's threads
|
2015-08-28 17:30:03 -07:00 |
Lars Hofhansl
|
cf4c0fb71c
|
HBASE-14315 Save one call to KeyValueHeap.peek per row.
|
2015-08-28 15:05:41 -07:00 |
stack
|
ff86749cae
|
HBASE-14078 improve error message when HMaster can't bind to port
|
2015-08-26 09:17:46 -07:00 |
Stephen Yuan Jiang
|
dc79b3c5c9
|
HBASE-13212: Procedure V2 - master Create/Modify/Delete namespace (Stephen Yuan Jiang)
|
2015-08-26 08:18:03 -07:00 |
tedyu
|
6661f2d025
|
HBASE-14269 FuzzyRowFilter omits certain rows when multiple fuzzy keys exist (hongbin ma)
|
2015-08-26 07:23:43 -07:00 |