Hi Experts,
I have a groovy script which copies issues from one project to another along with few sets of fields. I have used this script multiple times without any problem, but recently for the past couple of times I experienced very strange behaviour.
When I executed the script from scriptrunner console, script didn't terminate after completion. But, script execution restarted from the beginning again, performing same set of actions. This repeated execution never terminated, I had to disable the scriptrunner plugin in order to stop this never ending execution.
Can anyone please explain the magic here.
Note:
1. There are no loops in the script.
2. Sever was already loaded ( JDBC connection count was high, Thread count was high )
Hi @Tuncay Senturk _Snapbytes_ ,
Never mind, root cause was unavailability of worker threads due to other heavy load on system. Due to unavailable threads, script was re-assigned on multiple threads automatically by the JVM.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.