Details
-
New Feature
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
3.0.0-alpha-1
Description
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
Attachments
Attachments
Issue Links
- is related to
-
PHOENIX-5219 Fix ConcurrentMutationsIT testLockUntilMVCCAdvanced and testRowLockDuringPreBatchMutateWhenIndexed failures on the master branch
- Closed
- relates to
-
HBASE-18995 Move methods that are for internal usage from CellUtil to Private util class
- Closed