Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Right now, when an operator is dynamically partitioned, the new partition keys are updated in the StreamCodec Wrapper for persistence.
However, since the persist operator wasn't redeployed, the new partition keys were not picked up for checking filtering. So, to fix this issue we need to redeploy persist operator as well along with other dependents of the operator being dynamically partitioned.