Sean Busbey
38e52bb29e
Revert "HBASE-17678 FilterList with MUST_PASS_ONE may lead to redundant cells returned"
...
This reverts commit 0d0c330401
.
Backing out filterlist regression, see HBASE-18957. Work continuing branch for HBASE-18410.
Signed-off-by: Peter Somogyi <psomogyi@cloudera.com>
Signed-off-by: Michael Stack <stack@apache.org>
2017-10-09 16:54:26 -05:00
Sean Busbey
852b578384
Revert "HBASE-17678 FilterList with MUST_PASS_ONE lead to redundancy cells returned - addendum"
...
This reverts commit 347bef8d33
.
Backing out filterlist regression, see HBASE-18957. Work continuing branch for HBASE-18410.
Signed-off-by: Peter Somogyi <psomogyi@cloudera.com>
Signed-off-by: Michael Stack <stack@apache.org>
2017-10-09 16:54:22 -05:00
Sean Busbey
1d07c8eec4
Revert "HBASE-15410 Utilize the max seek value when all Filters in MUST_PASS_ALL FilterList return SEEK_NEXT_USING_HINT"
...
This reverts commit 743f3ae221
.
Backing out filterlist regression, see HBASE-18957. Work continuing branch for HBASE-18410.
Signed-off-by: Peter Somogyi <psomogyi@cloudera.com>
Signed-off-by: Michael Stack <stack@apache.org>
2017-10-09 16:54:20 -05:00
Sean Busbey
2dcdd13a01
Revert "HBASE-18160 Fix incorrect logic in FilterList.filterKeyValue"
...
This reverts commit 7c2622baf7
.
Backing out filterlist regression, see HBASE-18957. Work continuing branch for HBASE-18410.
Signed-off-by: Peter Somogyi <psomogyi@cloudera.com>
Signed-off-by: Michael Stack <stack@apache.org>
2017-10-09 16:54:15 -05:00
Sean Busbey
3dd66e6cda
Revert "HBASE-18904 Missing break in NEXT_ROW case of FilterList#mergeReturnCodeForOrOperator()"
...
This reverts commit d142f07129
.
Backing out filterlist regression, see HBASE-18957. Work continuing branch for HBASE-18410.
Signed-off-by: Peter Somogyi <psomogyi@cloudera.com>
Signed-off-by: Michael Stack <stack@apache.org>
2017-10-09 16:53:50 -05:00
Peter Somogyi
08aea43472
HBASE-18957 add test that confirms 2 FamilyFilters in a FilterList using MUST_PASS_ONE operator will return results that match either of the FamilyFilters
...
Amending-Author: Sean Busbey <busbey@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
2017-10-09 16:53:20 -05:00
Sean Busbey
e4647da0db
HBASE-18934 pick hadoop versions for precommit test after patch branch is determined.
...
Signed-off-by: Mike Drob <mdrob@apache.org>
2017-10-09 11:38:16 -05:00
Sean Busbey
0494671983
HBASE-18973 Clean up warnings about pom well-formedness from mvn validate.
...
Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: Mike Drob <mdrob@apache.org>
2017-10-09 11:38:10 -05:00
Chia-Ping Tsai
13a53811de
HBASE-18752 Recalculate the TimeRange in flushing snapshot to store file
2017-10-09 17:22:19 +08:00
Jan Hentschel
496fcda1d9
HBASE-18958 Removed the IS annotation from SpaceLimitingException
...
Signed-off-by: Michael Stack <stack@apache.org>
2017-10-08 17:22:36 -07:00
Michael Stack
6e772096ad
HBASE-18788 NPE when running TestSerialReplication (Fabrice Monnier)
2017-10-08 17:08:24 -07:00
Guangxu Cheng
9ae2750588
HBASE-18899 Make Fileinfo more readable in HFilePrettyPrinter
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-10-08 03:27:38 +08:00
Maytee Chinavanichkit
9cd7619b5c
HBASE-18921 Fix Result.current ArrayIndexOutOfBoundsException
...
Patch ArrayIndexOutOfBoundsException when current() is called after
advance() has already returned false
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-10-08 02:51:02 +08:00
Guanghao Zhang
8e5d88366d
HBASE-18909 Deprecate Admin's methods which used String regex
2017-10-07 21:23:19 +08:00
Apekshit Sharma
101079b5da
HBASE-18931 Make ObserverContext an interface.
...
Change-Id: I9284a3271e06a3ee8ab9719cf012a4d8b3a82c88
2017-10-05 23:43:50 -07:00
Sean Busbey
b57c9bf400
HBASE-18940 include project pylint configs in source artifact.
...
Signed-off-by: Mike Drob <mdrob@apache.org>
2017-10-05 10:40:28 -05:00
Apekshit Sharma
e4d03d0001
HBASE-17614 (addendum) Remove extraneous .DS_Store file.
2017-10-04 23:38:39 -05:00
zhangduo
d15549738a
HBASE-18878 Use Optional in return types.
...
These functions have been changed to return Optional<T> instead of T, where T = old return type.
- ObserverContext#getCaller
- RpcCallContext#getRequestUser
- RpcCallContext#getRequestUserName
- RpcServer#getCurrentCall
- RpcServer#getRequestUser
- RpcServer#getRequestUserName
- RpcServer#getRemoteAddress
- ServerCall#getRequestUser
Change-Id: Ib7b4e6be637283755f55755dd4c5124729f7052e
Signed-off-by: Apekshit Sharma <appy@apache.org>
2017-10-04 15:59:13 -07:00
Amit
b45655f56d
HBASE-18941 Confusing logging error around rerun of restore on an existing table.
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2017-10-04 11:04:41 -07:00
Chia-Ping Tsai
2a5b6bc681
HBASE-18927 Add the DataType which is subset of KeyValue#Type to CellBuilder for building cell
2017-10-04 23:45:57 +08:00
Amit
e138ea6a59
HBASE-18932 Backup masking exception in a scenario and though it fails , it shows success message
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2017-10-04 08:18:47 -07:00
Sean Busbey
35094bf4d5
HBASE-18933 set version number to 2.0.0-alpha4-SNAPSHOT following release of alpha3
2017-10-04 07:57:49 -05:00
Ramkrishna
66fb60d4a4
HBASE-18649 Deprecate KV Usage in MR to move to Cells in 3.0 (Ram)
2017-10-04 14:44:19 +05:30
Yi Liang
4475ba88c1
HBASE-16894 Create more than 1 split per region, generalize HBASE-12590
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2017-10-03 17:15:39 -07:00
tedyu
7b8969412e
HBASE-18928 Backup delete command shows wrong number of deletes requested (Amit Kabra)
2017-10-03 14:08:28 -07:00
tedyu
73414ab270
HBASE-18902 TestCoprocessorServiceBackwardCompatibility fails
2017-10-03 13:49:14 -07:00
Michael Stack
07b187bc73
HBASE-18606 Tests in hbase-spark module fail with UnsatisfiedLinkError
2017-10-03 12:12:47 -07:00
tedyu
c4497c37d5
HBASE-18929 Hbase backup command doesn’t show debug option to enable backup in debug mode (Amit Kabra)
2017-10-03 10:11:58 -07:00
Peter Somogyi
d3a817f212
HBASE-18815 We need to pass something like CompactionRequest in CP to give user some information about the compaction
...
CompactionRequest was removed from CP in HBASE-18453, this change reintroduces
CompatcionRequest to CP as a read-only interface called CompactionRequest.
The CompactionRequest class is renamed to CompactionRequestImpl.
Additionally, this change removes selectionTimeInNanos from CompactionRequest and
uses selectionTime as a replacement. This means that CompactionRequest:toString
is modified and compare as well.
Signed-off-by: Michael Stack <stack@apache.org>
2017-10-03 07:53:32 -07:00
Ramkrishna
3318e8724e
HBASE-18490 Modifying a table descriptor to enable replicas does not
...
create replica regions (Ram)
2017-10-03 13:16:00 +05:30
Guanghao Zhang
2348b7fe45
HBASE-18913 TestShell fails because NoMethodError: undefined method parseColumn
2017-10-03 11:52:46 +08:00
libisthanks
0db82daa91
HBASE-18814 Make ScanMetrics enabled and add counter <HBase Counters, ROWS_SCANNED> into the MapReduce Job over snapshot
...
Signed-off-by: Ashu Pachauri <ashu@apache.org>
2017-10-02 18:25:34 -07:00
Yi Liang
176d8bd2c7
HBASE-18894: null pointer exception in list_regions in shell command
...
Signed-off-by: Mike Drob <mdrob@apache.org>
2017-10-02 16:51:34 -05:00
Michael Stack
24e40f3e85
HBASE-18105 [AMv2] Split/Merge need cleanup; currently they diverge and do not fully embrace AMv2 world (Yi Liang)
2017-10-02 11:38:57 -07:00
Chia-Ping Tsai
e047f518ef
HBASE-18897 Substitute MemStore for Memstore
2017-10-02 21:10:11 +08:00
Josh Elser
8c6ed571bd
HBASE-17441 Fix invalid quoting around hadoop-3 build in yetus personality
2017-10-01 15:21:54 -04:00
Chia-Ping Tsai
2cc1ea3d2e
HBASE-18753 Introduce the unsynchronized TimeRangeTracker
2017-10-01 21:38:05 +08:00
anastas
6cf647a0df
Merge branch 'branch-2' of https://git-wip-us.apache.org/repos/asf/hbase into branch-2
2017-10-01 16:23:57 +03:00
anastas
445c5bd7b7
HBASE-18010: CellChunkMap integration into CompactingMemStore, merge to Release 2.0, add new files
2017-10-01 16:22:34 +03:00
Chia-Ping Tsai
f04bd9ca18
HBASE-13844 (Addendum) Replace KeyValue#isDelete by CellUtil#isDelete in hbase-shell
2017-10-01 17:54:23 +08:00
anastas
95405fbd83
HBASE-18010: CellChunkMap integration into CompactingMemStore, merge to Release 2.0
2017-10-01 11:01:10 +03:00
libisthanks
7ee44a820f
HBASE-18090 Improve TableSnapshotInputFormat to allow more multiple mappers per region
...
Signed-off-by: Ashu Pachauri <ashu@apache.org>
2017-09-30 02:11:22 -07:00
Ashu Pachauri
c256532ce3
Revert "HBASE-18814 Improve TableSnapshotInputFormat to allow more multiple mappers per region" due to wrong jira id.
...
This reverts commit 55987efdcf
.
2017-09-30 02:00:16 -07:00
Apekshit Sharma
4579bba486
HBASE-18884 (addendum) Add more javadoc comment. Coprocessor Design Improvements follow up of HBASE-17732.
...
Change-Id: Id1a9e508cc04612b1e79e6cfa7e39b7755598be3
2017-09-29 17:32:41 -07:00
Robert Yokota
759110c225
HBASE-18559 Add histogram to MetricsConnection to track concurrent calls per server
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2017-09-29 17:12:26 -07:00
libisthanks
55987efdcf
HBASE-18814 Improve TableSnapshotInputFormat to allow more multiple mappers per region
...
Signed-off-by: Ashu Pachauri <ashu@apache.org>
2017-09-29 16:21:51 -07:00
Biju Nair
d142f07129
HBASE-18904 Missing break in NEXT_ROW case of FilterList#mergeReturnCodeForOrOperator()
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2017-09-29 16:19:39 -07:00
Andrew Purtell
5917ad4c0c
HBASE-18436 Add client-side hedged read metrics (Yun Zhao)
2017-09-29 15:36:42 -07:00
Mike Drob
5cbf158aaa
HBASE-18883 Update Curator to 4.0
...
Signed-off-by: zhangduo <zhangduo@apache.org>
2017-09-29 10:54:29 -05:00
zhangduo
2e4c1b6288
HBASE-18845 TestReplicationSmallTests fails after HBASE-14004
2017-09-29 14:32:33 +08:00