-
Type:
New Feature
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.0.0-alpha-1
-
Fix Version/s: 3.0.0-alpha-1, 2.2.0, 2.3.0, 2.0.6, 2.1.5
-
Component/s: API, Coprocessors
-
Labels:
-
Release Note:
CellUtil.setTimestamp has been deprecated in 2.0 and is marked for removal in 3.0. Phoenix currently uses this api to set the timestamp of cells in its indexing coprocessor for tables that have mutable indexes. We can't use the CellBuilder api since this involves creating a copy of the cell which will be expensive.
FYI @stack
- is related to
-
PHOENIX-5219 Fix ConcurrentMutationsIT testLockUntilMVCCAdvanced and testRowLockDuringPreBatchMutateWhenIndexed failures on the master branch
-
- Resolved
-
- relates to
-
HBASE-18995 Move methods that are for internal usage from CellUtil to Private util class
-
- Resolved
-