chyw12798
chyw12798
### Describe what this PR does / why we need it ThrottlingController 窄时间窗口内大量并发访问时可能流控失效 ### Does this pull request fix one issue? feature:https://github.com/alibaba/Sentinel/issues/3091 ### Describe how you did it 在给latestPassedTime设置最新的时间前,先通过cas判断下值是否被修改过了,如果有则表示已有其他线程设置成功,当前线程需要走后续排队的流程。 ###...
### Describe what this PR does / why we need it ThrottlingController 窄时间窗口内大量并发访问时可能流控失效 ### Does this pull request fix one issue? feature:https://github.com/alibaba/Sentinel/issues/3091 ### Describe how you did it 在给latestPassedTime设置最新的时间前,先通过cas判断下值是否被修改过了,如果有则表示已有其他线程设置成功,当前线程需要走后续排队的流程。 ###...