Sentinel icon indicating copy to clipboard operation
Sentinel copied to clipboard

A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)

Results 436 Sentinel issues
Sort by recently updated
recently updated
newest added

Updates english language branch from 1.4.0-SNAPSHOT to 1.8.1 ```bash foo@bar:~$ git clone https://github.com/alibaba/Sentinel.git foo@bar:~$ cd Sentinel/sentinel-dashboard foo@bar:~$ git checkout dashboard/en foo@bar:~$ mvn clean package -DskipTests foo@bar:~$ java -Dserver.port=8081 -Dcsp.sentinel.dashboard.server=localhost:8081 -Dproject.name=sentinel-dashboard...

to-review
area/dashboard
size/XXL

### Describe what this PR does / why we need it ### Does this pull request fix one issue? fix 1428 ### Describe how you did it Response.ok().put(""); ### Describe...

kind/enhancement

默认访问路径 ip:8858/ 期望修改之后的访问路径 ip:8858/sentinel/ 请问需要在哪里修改

kind/question

java.util.ServiceConfigurationError: com.alibaba.csp.sentinel.slotchain.ProcessorSlot: Error reading configuration file at java.util.ServiceLoader.fail(ServiceLoader.java:232) at java.util.ServiceLoader.parse(ServiceLoader.java:309) at java.util.ServiceLoader.access$200(ServiceLoader.java:185) at java.util.ServiceLoader$LazyIterator.hasNextService(ServiceLoader.java:357) at java.util.ServiceLoader$LazyIterator.hasNext(ServiceLoader.java:393) at java.util.ServiceLoader$1.hasNext(ServiceLoader.java:474) at com.alibaba.csp.sentinel.util.SpiLoader.loadPrototypeInstanceListSorted(SpiLoader.java:232) at com.alibaba.csp.sentinel.slots.DefaultSlotChainBuilder.build(DefaultSlotChainBuilder.java:41) at com.alibaba.csp.sentinel.slotchain.SlotChainProvider.newSlotChain(SlotChainProvider.java:40) at com.alibaba.csp.sentinel.CtSph.lookProcessChain(CtSph.java:205) at com.alibaba.csp.sentinel.CtSph.entryWithPriority(CtSph.java:136) at com.alibaba.csp.sentinel.CtSph.entryWithType(CtSph.java:347)...

kind/question

## Issue Description Type: *bug report* or *feature request* ### Describe what happened (or what feature you want) ### Describe what you expected to happen ### How to reproduce it...

kind/question

使用 `@SentinelResource` 注解进行限流、熔断,同时规则里面设置了 `limitApp` 属性,怎么能更改 `origin` 的值,在com.alibaba.csp.sentinel.CtSph#entryWithPriority(com.alibaba.csp.sentinel.slotchain.ResourceWrapper, int, boolean, java.lang.Object...)方法里面通过InternalContextUtil.internalEnter(Constants.CONTEXT_DEFAULT_NAME)设置Context对象的属性,但是 `origin` 的值为空字符串,限流的逻辑在com.alibaba.csp.sentinel.slots.block.flow.FlowRuleChecker#selectNodeByRequesterAndStrategy方法里面比较 `limitApp` 和 `origin` 的值,两者不一致,导致限流失败。

kind/question

### Describe what this PR does / why we need it Fix https://github.com/apache/dubbo-sentinel-support/issues/5 ### Does this pull request fix one issue? ### Describe how you did it ### Describe how...

### Describe what this PR does / why we need it 修复 springMvc 异步请求时计数 错误的问题 以及资源不释放等问题 ### Does this pull request fix one issue? Fixes #2716 ### Describe how you...

area/integrations