yswdqz commented on PR #9575:
URL: https://github.com/apache/skywalking/pull/9575#issuecomment-1242056797

   And now if the abort method is executed, other rules will not have chance to 
edit the status.
   ```
       public void sink(@DelegatesTo(SinkSpec.class) final Closure<?> cl) {
           if (BINDING.get().shouldAbort()) {
               return;
           }
           ...
   ```
   It will directly return.


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