-
Type:
Bug
-
Status: Resolved
-
Priority:
Normal
-
Resolution: Fixed
-
Fix Version/s: 2.2.16, 3.0.20, 3.11.6, 4.0, 4.0-alpha3
-
Component/s: Test/dtest/java
-
Labels:
-
Bug Category:Correctness - Test Failure
-
Severity:Normal
-
Complexity:Low Hanging Fruit
-
Discovered By:Unit Test
-
Platform:All
-
Impacts:None
-
Since Version:
-
Source Control Link:
-
Test and Documentation Plan:
When starting the native transport, the original patch missed the step of calling StorageService.instance.setRpcReady(true);. This appears to only be required for counter columns, but without it you can't update a counter value.
We should add this call after starting up the native transport, and set it to false during the shutdown sequence to mimic the production code.
- links to