shreemaan-abhishek opened a new pull request, #112:
URL: https://github.com/apache/skywalking-nginx-lua/pull/112

   The APISIX skywalking plugin reload creates a scenario where 
`destroyBackendTimer()` is called:
   
   
https://github.com/apache/apisix/blob/a478de8a586671bc7dd0dcf89d8db18d9913ab7c/apisix/plugins/skywalking.lua#L154
   
   but after successful reload. When `startBackendTimer()` is called:
   
   
https://github.com/apache/apisix/blob/a478de8a586671bc7dd0dcf89d8db18d9913ab7c/apisix/plugins/skywalking.lua#L144
   
   it won't succeed because `self.stopped` still remains `true`.
   
   This issue has been fixed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to