ywkaras commented on a change in pull request #7229:
URL: https://github.com/apache/trafficserver/pull/7229#discussion_r497639308



##########
File path: src/traffic_server/InkAPI.cc
##########
@@ -1099,7 +1099,7 @@ INKContInternal::destroy()
     // action is needed.
     //
     if (p) {
-      p->schedule_imm(this);
+      p->schedule_imm_local(this);
     }

Review comment:
       I doesn't look to me like this is really changing effective behavior.  
schedule_imm() calls schedule(), which will enqueue locally anyway because p == 
this_ethread():  
https://github.com/apache/trafficserver/blob/fef47d7919e0f87e4f650dfb26742c3a0482091b/iocore/eventsystem/P_UnixEThread.h#L96
 .
   
   @duke8253  ?




----------------------------------------------------------------
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.

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


Reply via email to