Yu Li
cf550c2be1
HBASE-19016 Coordinate storage policy property name for table schema and bulkload
2017-10-17 10:25:27 +08:00
Guanghao Zhang
58b0585d66
HBASE-18914 Remove AsyncAdmin's methods which were already deprecated in Admin interface
2017-10-16 22:23:46 +08:00
Xiang Li
aeaf222e35
HBASE-18986 Remove unnecessary null check after CellUtil.cloneQualifier()
...
Signed-off-by: Jerry He <jerryjch@apache.org>
2017-10-15 13:11:31 -07:00
Apekshit Sharma
e04b15c685
HBASE-18954 Make *CoprocessorHost classes private.
...
Change-Id: I89fded0f74ad83c9bcc2a2b2de925f56aed4e11b
2017-10-15 04:07:24 -07:00
Chia-Ping Tsai
d2e4e0e1f3
HBASE-18997 Remove the redundant methods in RegionInfo
2017-10-14 23:32:48 +08:00
Chia-Ping Tsai
a63d79837d
HBASE-18966 Use non-sync TimeRangeTracker as a replacement for TimeRange in ImmutableSegment
2017-10-14 23:16:48 +08:00
zhangduo
104595137e
HBASE-18747 Introduce new example and helper classes to tell CP users how to do filtering on scanners
2017-10-14 08:48:13 +08:00
Huaxiang Sun
7a25ed6d7c
HBASE-18355 Enable export snapshot tests that were disabled by Proc-V2 AM in HBASE-14614
2017-10-13 15:31:18 -07:00
tedyu
77bfe05503
HBASE-15410 Utilize the max seek value when all Filters in MUST_PASS_ALL FilterList return SEEK_NEXT_USING_HINT
2017-10-13 15:15:12 -07:00
tedyu
a4bc3c6db7
HBASE-18843 Add DistCp support to incremental backup with bulk loading (Vladimir Rodionov )
2017-10-13 15:05:43 -07:00
Mike Drob
822cc1ed73
HBASE-18505 Yetus only run root when all modules changed
2017-10-13 12:12:38 -05:00
tedyu
501f8b9509
HBASE-18998 processor.getRowsToLock() always assumes there is some row being locked
2017-10-13 08:38:48 -07:00
Ramkrishna
5a26243a8a
HBASE-18992 Comparators passed to the Memstore's flattened segments seems
...
to be wrong (Ram)
2017-10-12 22:01:33 +05:30
Jan Hentschel
3cf3dfb65b
HBASE-18991 Removed RegionMergeRequest
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-10-12 21:28:28 +08:00
Peter Somogyi
507a3f9425
HBASE-18108 Procedure WALs are archived but not cleaned; fix
...
The archived Procedure WALs are moved to <hbase_root>/oldWALs/masterProcedureWALs
directory. TimeToLiveProcedureWALCleaner class was added which
regularly cleans the Procedure WAL files from there.
The TimeToLiveProcedureWALCleaner is now added to
hbase.master.logcleaner.plugins to clean the 2 WALs in one run.
A new config parameter is added hbase.master.procedurewalcleaner.ttl
which specifies how long a Procedure WAL should stay in the
archive directory.
Signed-off-by: Michael Stack <stack@apache.org>
2017-10-11 14:30:45 -07:00
tedyu
19336cadce
HBASE-18975 Fix backup / restore hadoop3 incompatibility (Vladimir Rodionov)
2017-10-11 12:29:53 -07:00
anoopsamjohn
b212bf936e
HBASE-18183 Region interface cleanup for CP expose.
2017-10-11 17:14:43 +05:30
Mike Drob
2e368cf461
HBASE-18981 Address issues found by error-prone in hbase-client
2017-10-10 14:09:08 -05:00
Mike Drob
e268ec8d77
HBASE-18980 Suppress SelfComparison error in tests
2017-10-10 11:58:28 -05:00
zhangduo
d5b76547f0
HBASE-18951 Use Builder pattern to remove nullable parameters for checkAndXXX methods in RawAsyncTable/AsyncTable interface
2017-10-10 14:41:27 +08:00
Peter Somogyi
294f6b7860
HBASE-18949 Remove the CompactionRequest parameter in preCompactSelection
...
Signed-off-by: zhangduo <zhangduo@apache.org>
2017-10-10 09:42:03 +08:00
Sean Busbey
ca62f769b6
HBASE-18867 update maven enforcer plugin.
...
Signed-off-by: Mike Drob <mdrob@apache.org>
2017-10-09 20:33:21 -05:00
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