Commit Graph

666 Commits

Author SHA1 Message Date
johnli 5e9cfb0deb
fix: Tracer does not trace exception to DefaultNode (#1068) 2020-04-26 20:48:39 +08:00
haifeng 04a1d065dd
Fix the bug of misplaced locks in ContextUtil and ClusterNode (#1429)
- which may lead to IllegalMonitorStateException in unlock() when unchecked error occurs during lock()
2020-04-26 10:58:27 +08:00
seasidesky cfea7ae338
Add JAX-RS adapter (#1396) 2020-04-23 20:06:36 +08:00
Eric Zhao a0196b6b00 Bump version to 1.8.0-SNAPSHOT
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2020-04-13 20:19:22 +08:00
Zhiguo.Chen 7c361aab13
Fix the bug of extracting request cookie in Spring Cloud Gateway adapter (#1400) 2020-04-13 19:35:14 +08:00
Eric Zhao 6a7ec708bc Bump version to 1.7.2
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2020-04-08 09:42:02 +08:00
Eric Zhao fd4e69bdd6 Update fastjson to 1.2.68
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2020-04-08 09:34:31 +08:00
Eric Zhao d4a5b45465 doc: Update README.md
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2020-04-07 14:39:42 +08:00
于玉桔 76c37eae37
dashboard: Hide advanced options in flow rule dialog when cluster mode is enabled (#1367) 2020-04-07 11:15:59 +08:00
Eric Zhao d8f6480e64 doc: Polish README.md of sentinel-cluster-server-envoy-rls module
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2020-04-07 11:00:17 +08:00
cdfive e1435974c6
Set default log level of JDK logging to INFO and polish code of SpiLoader (#1365)
* Improve log info in SpiLoader, improve comment and test case
* Use error level in catch block, init ArrayList with capacity and improve add item to list
2020-04-03 15:46:25 +08:00
Jason Joo 49e60a3e51
Force modifyRule command handler to fail if an incompatible old fastjson found (#1377)
* Note that this is only a temporary solution.
2020-04-03 15:32:42 +08:00
cdfive be4d058bf8
refactor: Make the ProcessorSlot itself as SPI and deprecate legacy slot chain builder (#411)
* Make slots loaded by SPI, mark all slots with @SpiOrder from -10000 to -1000, improve comment
* Reserve gateway and param slot chain builder (just extends DefaultSlotChainBuilder) and mark them as @Deprecated
2020-03-26 12:38:01 +08:00
Jason Joo 5885add4c5
Complete the unit tests for sentinel-logging-slf4j module (#1358) 2020-03-26 00:07:52 +08:00
于玉桔 670b2cb764
Improve standard output message in LogBase (#1357) 2020-03-25 21:17:14 +08:00
cdfive 43b5e65ab3
Fix the bug that context was not released when blocked in Spring Web adapter (#1353) 2020-03-24 22:14:00 +08:00
Jason Joo b715ceacf0
Fix CI failure in JDK 11 environment (#1360)
* Supplement missing javax.annotation-api to sentinel-cluster-server-envoy-rls and sentinel-demo-zuul2-gateway
* Upgrade mockito-core to 2.28.2 (up to date)
2020-03-23 22:26:56 +08:00
Jason Joo df683b8716
Regroup packages related to logging into a separate module and polish document (#1355) 2020-03-23 18:02:15 +08:00
tao.zhang 1eee2c80b4
Introduce logging extension: slf4j (#1344) 2020-03-23 14:30:49 +08:00
WongTheo 8f0cb2d24a
dashboard: Fix NoNodeException problem of FlowRuleZookeeperProvider example (#1352) 2020-03-22 17:58:18 +08:00
Eric Zhao 87f95adc2e Fix timezone problem of sentinel-block.log
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2020-03-19 14:54:40 +08:00
Eric Zhao eed77cafc2
Polish placeholders in logging content to slf4j convention (#1342)
* Polish placeholders in logging content to "{}"

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2020-03-17 11:11:54 +08:00
Eric Zhao e4769293dc
Move CommandCenterLog to sentinel-transport-common and polish related code (#1341)
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2020-03-16 22:30:29 +08:00
Eric Zhao 624d19d4ce
Polish logging SPI related code and add general JUL adapter for Logger SPI (#1338)
* Move the legacy JUL methods from LogBase to BaseJulLogger.
* Add a JavaLoggingAdapter as the general JUL adapter for the Logger SPI, which makes it convenient to use (as the default logger).
* Add LoggerSpiProvider to resolve Logger SPI.
* Polish the logback demo.

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2020-03-16 10:00:46 +08:00
Eric Zhao 22df09b427 Polish code of transport command centers and heartbeat senders
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2020-03-14 20:13:21 +08:00
Eric Zhao 0536fb6846 Polish code and demo of Sentinel Zuul 2.x adapter
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2020-03-14 19:06:23 +08:00
tao.zhang 5b9865db1c Add gateway adapter for Zuul 2.x (#1138)
- also add demo for Zuul 2.x adapter
2020-03-13 22:37:33 +08:00
Jason Joo 05e3caf618
Fix the parsing issue in large post request for sentinel-transport-simple-http (#1255) 2020-03-13 11:15:45 +08:00
cdfive 2c2f60cf58
Add "web-context-unify" config in Spring WebMVC adapter to support "chain" relation flow strategy (#1328) 2020-03-10 23:02:07 +08:00
Olof 51331879af
doc: Update JDK requirement of the dashboard in README.md (#1316)
* Following discussions in https://github.com/alibaba/Sentinel/issues/1315
2020-03-09 14:01:51 +08:00
jy2156121 09970cd380
dashboard: Support setting value pattern for client IP and host in gateway flow rule dialog (#1325) 2020-03-09 13:54:10 +08:00
Lin.Liang 80d5c8b484
Enhance reliability and performance of InMemoryMetricsRepository (#1319)
* Fix InMemoryMetricsRepository can't keep the last five minutes metrics data problem and Improve read-write performance
* Use TimeUtil.currentTimeMillis() replace System.currentTimeMillis() for better performance
2020-03-07 14:02:15 +08:00
tianhao 6e0d116751 calculate process cpu usage to support application running in container environment 2020-03-06 17:15:22 +08:00
Lin.Liang 72bfe870cb
Improve the logs when the heartbeat response indicates failure (#1303) 2020-03-04 23:38:53 +08:00
Eric Zhao d07d17b4ca Polish code and document of sentinel-sofa-rpc-adapter
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2020-03-03 17:08:08 +08:00
cdfive 18acb1d154
Add Sentinel SOFARPC adapter module (#1307) 2020-03-02 18:13:54 +08:00
Jason Joo cd1d9be0ea
refactor: Migrate the console server's specifying logic into sentinel-transport-common (#926) 2020-02-24 22:45:59 +08:00
于玉桔 2bdeccf723
Fix Dubbo 2.7.5 compatibility problem of sentinel-apache-dubbo-adapter (#1296) 2020-02-21 23:47:15 +08:00
xue8 5f203aa79f
Flexible loggers' support through SPI mechanism with name `com.alibaba.csp.sentinel.log.Logger` (#1265)
* There are two types of logger for command center and common modules specified by  annotation of `LogTarget`
* Add implementing examples in `sentinel-demo/sentinel-demo-log-logback`
* All implementations should support placeholder '{}'
2020-02-21 11:24:00 +08:00
cdfive c1ff9135ee
Fix NPE in Tracer when context size exceeds the limit (#1293) 2020-02-21 09:21:30 +08:00
mantuliu f3b1b126c8
Improve singleton logic in SendMetricCommandHandler (#1294) 2020-02-19 19:38:24 +08:00
Jason Joo c5071550fa dashboard: Improve the compatibility on the Content-Type header of POST request (#1260)
* Better compatibility of the dashboard to legacy and new sentinel-transport-simple-http (on Content-Type header), related to #1207
2020-01-19 19:24:17 +08:00
echooymxq b136848873 Adjust the order of slots in HotParamSlotChainBuilder (#1246) 2020-01-15 10:42:58 +08:00
xue8 70b66046a9 demo: Avoid hard-coded file separator in sentinel-demo-dynamic-file-rule module (#1247) 2020-01-13 11:08:03 +08:00
echooymxq 9cc52706f5 Polish code in Dubbo adapter and use Dubbo common constants (#1245) 2020-01-13 09:39:06 +08:00
Eric Zhao fe23d5c11f test: Improve test cases in sentinel-apache-dubbo-adapter module
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2019-12-25 11:54:19 +08:00
Eric Zhao 87142ce512 Bump version to 1.7.2-SNAPSHOT
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2019-12-25 11:19:07 +08:00
Eric Zhao 9c909e3631 Bump version to 1.7.1
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2019-12-24 20:05:23 +08:00
Eric Zhao e9d730cc39 test: Fix unstable test cases in MetricExitCallbackTest
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2019-12-24 19:54:46 +08:00
Eric Zhao f6badb0622 Improve logs in HttpEventTask of sentinel-transport-simple-http module
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2019-12-23 19:11:28 +08:00