-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8
-
Fix Version/s: 5.8.0-HF19, 5.9.5
-
Component/s: Redis
-
Tags:
Using Redis, works are serialized and deserialized, so transient fields become null. This means that AbstractWork.schedulePath can become null which is a problem because it's dereferenced in case of concurrent updates:
schedulePath.getStack()
and in debug mode:
getSchedulePath().getParentPath()
- depends on
-
NXP-12398 improve work traces for having information about scheduling caller
- Resolved