-
Type:
Bug
-
Resolution: Invalid
-
Priority:
Low
-
Affects Version/s: 1.4
-
Component/s: None
As tokenmap only removes tokens on get - you could get in the situation where someone requests thousands of RPC calls, then the cache wouldn't get cleared until someone else references that token again.
We should look to clean this up periodically (perhaps in a service?)