Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, not really bug report; Our application runs in cluster with three nodes and once (and just once) one of newly spawn instances went completely nuts and following exception has been thrown over and over when executing compiled template callback:
With
[email protected]
.When I checked source code of
FixedSizeDictionary
, I couldn't spot any place where runtime could get to such situation. Everything seems to be well protected.In order to reproduce this issue I tried hard to stress new instances as much as possible, tried to pass invalid input (context data), somewhat malform template, but I couldn't get to same error. Application logs didn't really tell much - my only guess would be that something went wrong during startup and compiled templates - which we hold in cache (and populate that cache at startup) - got corrupted / weren't compiled correctly - but nothing suggested that this was the case.
Any idea / suggestion what should I check?
Beta Was this translation helpful? Give feedback.
All reactions