tedyu
|
f3fee82ac4
|
HBASE-15812 HttpServer fails to come up against hadoop trunk
|
2016-05-11 09:00:27 -07:00 |
anoopsjohn
|
c9ebcd4e29
|
HBASE-15785 Unnecessary lock in ByteBufferArray.
|
2016-05-11 15:56:41 +05:30 |
Jurriaan Mous
|
a11091c49c
|
HBASE-15798 Add Async RpcChannels to all RpcClients
Signed-off-by: stack <stack@apache.org>
|
2016-05-10 07:44:51 -07:00 |
tedyu
|
3b74b6f329
|
HBASE-15799 Two Shell 'close_region' Example Syntaxes Don't Work (Matt Warhaftig)
|
2016-05-09 20:58:55 -07:00 |
Matteo Bertozzi
|
8604f9eebb
|
HBASE-15415 Improve Master WebUI snapshot information (huaxiang sun)
|
2016-05-09 20:20:49 -07:00 |
zhangduo
|
224b03b2a5
|
HBASE-15801 Upgrade checkstyle for all branches
|
2016-05-10 09:33:46 +08:00 |
Jurriaan Mous
|
9d17e3d22a
|
HBASE-15797 TestIPCUtil fails after HBASE-15795
Signed-off-by: stack <stack@apache.org>
|
2016-05-09 17:04:58 -07:00 |
Apekshit
|
11740570c1
|
HBASE-15236 Inconsistent cell reads over multiple bulk-loaded HFiles. In KeyValueHeap, if two cells are same i.e. have same key and timestamp, then instead of directly using seq id to determine newer one, we should use StoreFile.Comparater.SEQ_ID because that's what is used to determine order of hfiles. In this patch, we assign each scanner an order based on it's index in storefiles list, which is then used in KeyValueHeap to disambiguate between same cells. Changes the getSequenceId() in KeyValueScanner class to getScannerOrder(). Testing: Adds unit test to TestKeyValueHeap. Manual testing: Three cases (Tables t, t2, t3 in the jira description), single region, 2 hfiles with same seq id, timestamps and duplicate KVs. Made sure that returned kv was same for get and scan. (Apekshit)
Change-Id: I22600c91c0a51fb63eb17db73472839d2f13957c
Signed-off-by: stack <stack@apache.org>
|
2016-05-09 16:57:06 -07:00 |
Esteban Gutierrez
|
a6e29676db
|
HBASE-15612: Minor improvements to CellCounter and RowCounter documentation
Signed-off-by: stack <stack@apache.org>
|
2016-05-09 14:12:43 -07:00 |
Apekshit
|
2eced6f039
|
HBASE-15807 - Update report-flakies.py to look for "FAILED" status in test report. - Remove duplicate testcase names in the result
Tested:
Ran it manually.
(Apekshit)
Change-Id: I2a7751eefe729b2a69c0f78596f72b6a0eb39b66
Signed-off-by: stack <stack@apache.org>
|
2016-05-09 11:51:16 -07:00 |
Enis Soztutar
|
b75b226804
|
HBASE-15740 Replication source.shippedKBs metric is undercounting because it is in KB
|
2016-05-09 10:25:49 -07:00 |
Jonathan M Hsieh
|
541d1da5fe
|
HBASE-15791 Improve javadoc around ScheduledChore
|
2016-05-09 08:41:28 -07:00 |
zhangduo
|
05378cbf69
|
HBASE-15609 Addendum fix compilation error
|
2016-05-09 20:45:04 +08:00 |
Ramkrishna
|
97ad33c691
|
HBASE-15609 Remove PB references from Result, DoubleColumnInterpreter and
any such public facing class for 2.0 (Ram)
|
2016-05-09 14:56:00 +05:30 |
Nick Dimiduk
|
58888e0911
|
HBASE-15738 Ensure artifacts in project dist area include required md5 file
|
2016-05-08 18:06:31 -07:00 |
Apekshit
|
48b77dbcbc
|
HBASE-11625 - Verifies data before building HFileBlock. - Adds HFileBlock.Header class which contains information about location of fields. Testing: Adds CorruptedFSReaderImpl to TestChecksum.
Change-Id: I107e9636b28abb6b15ec329e885f1e31b1b1b988
Signed-off-by: stack <stack@apache.org>
|
2016-05-08 17:33:04 -07:00 |
Jurriaan Mous
|
9ee0cbb995
|
HBASE-15796 TestMetaCache fails after HBASE-15745
Signed-off-by: stack <stack@apache.org>
|
2016-05-07 15:29:07 -07:00 |
Jurriaan Mous
|
fa033b6a08
|
HBASE-15793 Port over AsyncCall improvements
Signed-off-by: stack <stack@apache.org>
|
2016-05-07 10:38:38 -07:00 |
Jurriaan Mous
|
ac31ceb835
|
HBASE-15794 Fix Findbugs instanceof always true issue in
MultiServerCallable
Signed-off-by: stack <stack@apache.org>
|
2016-05-07 10:10:23 -07:00 |
Jurriaan Mous
|
e71ae601f7
|
HBASE-15795 Cleanup all classes in package org.apache.hadoop.hbase.ipc
for code style
Signed-off-by: stack <stack@apache.org>
|
2016-05-07 09:55:07 -07:00 |
Matteo Bertozzi
|
99e2deb86f
|
HBASE-15778 replace master.am and master.sm direct access with getter calls
|
2016-05-07 05:19:15 -07:00 |
Matteo Bertozzi
|
513ca3483f
|
HBASE-15776 Replace master.am.getTableStateManager() with the direct master.getTableStateManager()
|
2016-05-06 19:30:45 -07:00 |
Jurriaan Mous
|
56358a0fd3
|
HBASE-15745 Refactor RPC classes to better accept async changes
Signed-off-by: stack <stack@apache.org>
|
2016-05-06 13:43:45 -07:00 |
Gary Helmling
|
86ca09e0e5
|
HBASE-15773 Improvements to CellCounter job
|
2016-05-06 11:08:18 -07:00 |
Matteo Bertozzi
|
d90f0571e6
|
HBASE-15781 Remove unused TableEventHandler and TotesHRegionInfo
|
2016-05-06 10:05:42 -07:00 |
tedyu
|
387c7e6b08
|
HBASE-15782 TestShell fails due to some moved types
|
2016-05-06 06:11:12 -07:00 |
Ashish Singhi
|
34e9a6ff30
|
HBASE-15669 HFile size is not considered correctly in a replication request
|
2016-05-06 17:26:17 +05:30 |
Ramkrishna
|
bec81b1977
|
HBASE-15608 Remove PB references from SnapShot related Exceptions (ram)
|
2016-05-06 17:06:25 +05:30 |
zhangduo
|
0d252918f6
|
HBASE-15743 Add Transparent Data Encryption support for FanOutOneBlockAsyncDFSOutput
|
2016-05-06 08:55:58 +08:00 |
tedyu
|
532b914f08
|
HBASE-15759 RegionObserver.preStoreScannerOpen() doesn't have acces to current readpoint
|
2016-05-05 15:20:37 -07:00 |
tedyu
|
c716a75416
|
HBASE-15767 upgrade httpclient to 4.3.6
Signed-off-by: Sean Busbey <busbey@apache.org>
|
2016-05-05 15:41:26 -05:00 |
Alex Moundalexis
|
0bf065a5d5
|
HBASE-15768 fix capitalization of ZooKeeper usage
Signed-off-by: Sean Busbey <busbey@apache.org>
|
2016-05-05 15:35:44 -05:00 |
Stephen Yuan Jiang
|
b7ce55f001
|
HBASE-15575 Rename table DDL *Handler methods in MasterObserver to more meaningful names (Stephen Yuan Jiang)
|
2016-05-05 11:44:22 -07:00 |
tedyu
|
8b0ce77942
|
HBASE-15292 Refined ZooKeeperWatcher to prevent ZooKeeper's callback while construction (Hiroshi Ikeda)
|
2016-05-05 11:14:32 -07:00 |
tedyu
|
efcf94def7
|
HBASE-15563 'counter' may overflow in BoundedGroupingStrategy (Matt Warhaftig)
|
2016-05-05 10:28:33 -07:00 |
Matteo Bertozzi
|
c0ce47d1cb
|
HBASE-15755 SnapshotDescriptionUtils and SnapshotTestingUtils do not have any Interface audience marked
|
2016-05-05 07:24:29 -07:00 |
Gary Helmling
|
d23d600d76
|
HBASE-15741 Provide backward compatibility for HBase coprocessor service names
|
2016-05-04 12:09:57 -07:00 |
Enis Soztutar
|
29eb3e8bcc
|
HBASE-15613 TestNamespaceCommand times out
|
2016-05-04 11:37:03 -07:00 |
Dima Spivak
|
fa9fdfee2d
|
HBASE-15729 Remove old JDiff wrapper scripts in dev-support
Signed-off-by: Sean Busbey <busbey@apache.org>
|
2016-05-04 13:28:17 -05:00 |
Ramkrishna
|
809ed326f0
|
HBASE-15760 TestBlockEvictionFromClient#testParallelGetsAndScanWithWrappedRegionScanner
fails in master branch (Ram)
|
2016-05-04 22:07:11 +05:30 |
Matteo Bertozzi
|
a8a2c516a0
|
HBASE-15763 Isolate Wal related stuff from MasterFileSystem
|
2016-05-04 07:59:44 -07:00 |
Junegunn Choi
|
0e37063345
|
HBASE-15528 Clean up outdated entries in hbase-default.xml
Signed-off-by: Enis Soztutar <enis@apache.org>
|
2016-05-03 19:09:19 -07:00 |
zhangduo
|
6abe1879dd
|
HBASE-15754 Add testcase for AES encryption
|
2016-05-04 09:40:57 +08:00 |
Clara
|
66213c9f28
|
HBASE-15337 Document Date Tiered Compaction in the book
Signed-off-by: Enis Soztutar <enis@apache.org>
|
2016-05-03 15:05:00 -07:00 |
tedyu
|
f76ffb7f38
|
HBASE-15742 Reduce allocation of objects in metrics (Phil Yang)
|
2016-05-03 08:58:00 -07:00 |
Yu Li
|
082d193455
|
HBASE-15675 Add more details about region on table.jsp
|
2016-05-03 20:18:48 +08:00 |
tedyu
|
c77a153001
|
HBASE-15752 ClassNotFoundException is encountered when custom WAL codec is not found in WALPlayer job
|
2016-05-03 01:57:25 -07:00 |
Ramkrishna
|
c06a976a98
|
HBASE-15607 Remove PB references from Admin for 2.0 (Ram)
|
2016-05-03 10:51:46 +05:30 |
chenheng
|
d77972ff16
|
HBASE-15714 We are calling checkRow() twice in doMiniBatchMutation()
|
2016-05-03 09:42:41 +10:00 |
Mikhail Antonov
|
58c4c3d174
|
HBASE-15703 Deadline scheduler needs to return to the client info about skipped calls, not just drop them
|
2016-05-02 15:23:07 -07:00 |