Readless increments are not used, even when enabled
Description
Release Notes
None
Activity
Show:
Gary Helmling October 8, 2014 at 5:06 PM
Merged to develop
Gary Helmling October 7, 2014 at 10:05 PM
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Created October 7, 2014 at 9:54 PM
Updated March 27, 2015 at 7:30 PM
Resolved October 8, 2014 at 5:06 PM
Use of readless increments is currently disabled by default for table datasets. However, even when enabled by configuration, readless increment operations are still not used. When a dataset is configured with
dataset.table.readless.increment=true
, theIncrementHandler
coprocessor is configured on the table, but callingBuffereingOrderedTable.increment()
still goes through theBufferingOrderedTable.incrementAndGet()
path, so the operations are not performed as readless increments.