kitty
kitty copied to clipboard
Spring Cloud & Spring Cloud Alibaba 基础框架,内置了 Cat 监控,互联网公司落地 Spring Cloud 架构必备。
Bumps [gson](https://github.com/google/gson) from 2.8.2 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
Bumps [xxl-job-core](https://github.com/xuxueli/xxl-job) from 2.1.2 to 2.3.0. Release notes Sourced from xxl-job-core's releases. XXL-JOB v2.3.0,分布式任务调度平台 Release Notes 1、【新增】调度过期策略:调度中心错过调度时间的补偿处理策略,包括:忽略、立即补偿触发一次等; 2、【新增】触发策略:除了常规Cron、API、父子任务触发方式外,新增提供 "固定间隔触发、(固定延时触发,实验中)" 新触发方式; 3、【新增】新增任务辅助工具 "XxlJobHelper":提供统一任务辅助能力,包括:任务上下文信息维护获取(任务参数、任务ID、分片参数)、日志输出、任务结果设置……等; 3.1、"ShardingUtil" 组件废弃:改用 "XxlJobHelper.getShardIndex()/getShardTotal();" 获取分片参数; 3.2、"XxlJobLogger" 组件废弃:改用 "XxlJobHelper.log" 进行日志输出;...
https://github.com/yinjihuan/kitty/blob/97dfcc48ffa3e9e9052cc48e530172d23f9cfb18/kitty-distributed/kitty-distributed-lock/src/main/java/com/cxytiandi/kitty/lock/idempotent/DistributedIdempotentImpl.java#L94 这里应该是Runnable failRunnable = (Runnable) fail;
1.从代码上看只是开放了setCapacity的入口,且capacity是通过volatile修饰的,所以capacity的变化会及时通知到各个线程, 关键问题是,当我往队列里插入或者取对象的时候,会有个判断 public void put(E e) throws InterruptedException { if (e == null) throw new NullPointerException(); // Note: convention in all put/take/etc is to preset local var // holding count...
Bumps commons-io from 2.6 to 2.7. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
能否增加日记组件,增加traceId标识
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.3 to 2.10.5.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
你好,我尝试下了在项目中设置 cat.servers 服务器,好像不起作用呀, 还得通过CAT_HOME/client.xml 来设置servers 才行呀, debug 跟了下 代码发现 DefaultClientConfigManager 类默认就是加载 cat_HOME 下的client.xml 文件中的 Server
如果动态修改线程池参数的话,服务重启后,之前修改的线程池参数还有效嘛