Chia-Ping Tsai
|
f2d1b8db89
|
HBASE-17815 Remove the unused field in PrefixTreeSeeker
|
2017-03-23 03:07:49 +08:00 |
chenyechao
|
941070939f
|
HBASE-17807 correct the value of zookeeper.session.timeout in hbase doc
Signed-off-by: tedyu <yuzhihong@gmail.com>
|
2017-03-21 18:53:09 -07:00 |
Michael Stack
|
11dc5bf671
|
Update home page to say hbasecon2017 is on google campus in MTV, not SF
|
2017-03-21 14:01:06 -07:00 |
tedyu
|
1cfd22bf43
|
HBASE-17798 RpcServer.Listener.Reader can abort due to CancelledKeyException (Guangxu Cheng)
|
2017-03-21 06:59:29 -07:00 |
eshcar
|
8f4ae0a0dc
|
HBASE-17655 Removing MemStoreScanner and SnapshotScanner
|
2017-03-21 12:35:47 +02:00 |
zhangduo
|
cc59fe4e91
|
HBASE-17812 Remove RpcConnection from pool in AbstractRpcClient.cancelConnections
|
2017-03-21 10:07:16 +08:00 |
CHIA-PING TSAI
|
7bb0624bab
|
HBASE-17805 We should remove BoundedByteBufferPool because it is replaced by ByteBufferPool
|
2017-03-21 09:38:02 +08:00 |
brandboat
|
9c8f02e4ef
|
HBASE-16014 Get and Put constructor argument lists are divergent
Signed-off-by: CHIA-PING TSAI <chia7712@gmail.com>
|
2017-03-21 09:33:24 +08:00 |
Michael Stack
|
a41b1852da
|
Fix hanging tag on site resources page
|
2017-03-20 14:54:56 -07:00 |
Michael Stack
|
16900c8c25
|
Added hbase high performance cookbook to the book resources page on the website
|
2017-03-20 12:01:22 -07:00 |
Apekshit Sharma
|
e39e0e634a
|
HBASE-17582 Fix broken drop page cache hint (broken by HBASE-15236).
Change-Id: I2947ab979979f977db7b0c282c4aaf4eb1f26482
|
2017-03-20 11:19:51 -07:00 |
Jan Hentschel
|
55d6dcaf87
|
HBASE-16084 Cleaned up the stale references in Javadoc
Signed-off-by: tedyu <yuzhihong@gmail.com>
|
2017-03-20 10:55:36 -07:00 |
tedyu
|
4088f822a4
|
HBASE-17806 TestRSGroups#testMoveServersAndTables is flaky in master branch (Guangxu Cheng)
|
2017-03-20 09:26:34 -07:00 |
zhangduo
|
5b4bb8217d
|
HBASE-17691 Add ScanMetrics support for async scan
|
2017-03-20 20:54:04 +08:00 |
Michael Stack
|
7c03a213ff
|
HBASE-17802 Add note that minor versions can add methods to Interfaces
|
2017-03-19 14:51:11 -07:00 |
Chia-Ping Tsai
|
261aa9445c
|
HBASE-17803 Addendum fix NPE
|
2017-03-19 19:05:25 +08:00 |
CHIA-PING TSAI
|
23abc90068
|
HBASE-17803 PE always re-creates table when we specify the split policy
|
2017-03-19 18:27:54 +08:00 |
eshcar
|
b299c1388c
|
Add Eshcar Hillel to pom file
|
2017-03-19 09:58:51 +02:00 |
tedyu
|
75d0f49dcd
|
HBASE-14123 HBase Backup/Restore Phase 2 (Vladimir Rodionov)
|
2017-03-18 03:04:19 -07:00 |
tedyu
|
8e5eeb4db3
|
HBASE-17758 [RSGROUP] Add shell command to move servers and tables at the same time (Guangxu Cheng) - addendum with move_servers_tables_rsgroup.rb
|
2017-03-17 13:55:36 -07:00 |
Chia-Ping Tsai
|
154e58ef32
|
add chia7712 to pom.xml
|
2017-03-18 03:15:17 +08:00 |
tedyu
|
0ed50f42e7
|
HBASE-17707 New More Accurate Table Skew cost function/generator - revert due to test failure
|
2017-03-16 19:08:45 -07:00 |
tedyu
|
a69c23abfe
|
HBASE-17706 TableSkewCostFunction improperly computes max skew - revert due to test failure
|
2017-03-16 19:07:59 -07:00 |
Andrew Purtell
|
7f0e6f1c9e
|
HBASE-17758 [RSGROUP] Add shell command to move servers and tables at the same time (Guangxu Cheng)
|
2017-03-16 18:37:40 -07:00 |
CHIA-PING TSAI
|
8ad3add0d4
|
HBASE-17426 Inconsistent environment variable names for enabling JMX
|
2017-03-17 09:10:06 +08:00 |
CHIA-PING TSAI
|
e2a070cae0
|
HBASE-17778 Remove the testing code in the AsyncRequestFutureImpl
|
2017-03-17 07:49:13 +08:00 |
Michael Stack
|
7c19490bac
|
HBASE-17792 Use a shared thread pool for AtomicityWriter, AtomicGetReader, AtomicScanReader's connections in TestAcidGuarantees (Huaxiang Sun)
|
2017-03-16 15:15:28 -07:00 |
Michael Stack
|
6fb44f7eb8
|
HBASE-17501 Revert "Revert "guard against NPE while reading FileTrailer and HFileBlock""
This reverts commit 9a4068dcf8 .
This is a revert of a revert -- i.e. a restore -- just so I can add the
JIRA issue to the commit message.
|
2017-03-16 14:54:17 -07:00 |
Michael Stack
|
9a4068dcf8
|
Revert "guard against NPE while reading FileTrailer and HFileBlock"
This reverts commit 201c838250 .
Reverted because missing JIRA number. Fixing...
|
2017-03-16 14:53:25 -07:00 |
Kahlil Oppenheimer
|
edbd0e494d
|
HBASE-17706 TableSkewCostFunction improperly computes max skew
Signed-off-by: tedyu <yuzhihong@gmail.com>
|
2017-03-16 11:57:25 -07:00 |
Ramkrishna
|
e67eb6c424
|
HBSE-15314 Allow more than one backing file in bucketcache (Chunhui Shen)
|
2017-03-16 16:28:58 +05:30 |
Guanghao Zhang
|
6a6fff103e
|
HBASE-17790 Mark ReplicationAdmin's peerAdded and listReplicationPeers as Deprecated
|
2017-03-16 16:55:18 +08:00 |
Kahlil Oppenheimer
|
53e9a1c43a
|
HBASE-17707 New More Accurate Table Skew cost function/generator - re-enable with test fix
This reverts commit 9214ad69af .
Signed-off-by: tedyu <yuzhihong@gmail.com>
|
2017-03-15 20:42:40 -07:00 |
zhangduo
|
1849e8a5a7
|
HBASE-17740 Correct the semantic of batch and partial for async client
|
2017-03-16 09:44:23 +08:00 |
Chia-Ping Tsai
|
0ecb678259
|
HBASE-17723 ClientAsyncPrefetchScanner may end prematurely when the size of the cache is one
|
2017-03-16 03:07:20 +08:00 |
zhangduo
|
a49bc58a54
|
HBASE-17584 Expose ScanMetrics with ResultScanner rather than Scan
|
2017-03-15 17:48:58 +08:00 |
Yu Li
|
aace02a230
|
HBASE-17782 Extend IdReadWriteLock to support using both weak and soft reference
|
2017-03-15 11:07:42 +08:00 |
Andrew Purtell
|
14fb57cab2
|
HBASE-17780 BoundedByteBufferPool "At capacity" messages are not actionable
|
2017-03-14 13:23:11 -07:00 |
tedyu
|
777fea552e
|
HBASE-17779 disable_table_replication returns misleading message and does not turn off replication (Janos Gub)
|
2017-03-14 12:13:34 -07:00 |
Yu Li
|
44b255889c
|
HBASE-17747 Support both weak and soft object pool
|
2017-03-14 11:07:52 +08:00 |
James Moore
|
201c838250
|
guard against NPE while reading FileTrailer and HFileBlock
guard against NPE from FSInputStream#seek
Signed-off-by: Michael Stack <stack@apache.org>
|
2017-03-13 14:53:35 -07:00 |
Jerry He
|
35d7a0cd07
|
HBASE-15597 Clean up configuration keys used in hbase-spark module (Yi Liang)
|
2017-03-13 12:02:07 -07:00 |
Tom Tsuruhara
|
fee67bcf14
|
HBASE-17773 VerifyReplication tool wrongly emits Invalid arguments error
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2017-03-13 17:46:58 +08:00 |
Chia-Ping Tsai
|
31bc94ae60
|
HBASE-17746 TestSimpleRpcScheduler.testCoDelScheduling is broken
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2017-03-13 10:13:42 +08:00 |
Michael Stack
|
4b541d6380
|
HBASE-17772 IntegrationTestRSGroup won't run
|
2017-03-10 19:50:53 -08:00 |
zhangduo
|
e0365df9d6
|
HBASE-17712 Addendum modify log message
|
2017-03-10 16:01:35 +08:00 |
zhangduo
|
ed6e5d6999
|
HBASE-17763 IPCUtil.wrapException will wrap DoNotRetryIOException with IOException
|
2017-03-10 15:37:59 +08:00 |
anoopsamjohn
|
ab5970773a
|
HBASE-17338 Treat Cell data size under global memstore heap size only when that Cell can not be copied to MSLAB.
|
2017-03-10 11:12:59 +05:30 |
Yu Li
|
c63a871176
|
HBASE-17745 Support short circuit connection for master services
|
2017-03-10 09:15:04 +08:00 |
Andrew Purtell
|
7da0feea8d
|
HBASE-17731 Fractional latency reporting in MultiThreadedAction
|
2017-03-09 16:54:23 -08:00 |