Results 8 issues of anic

请教一下大大,使用jetcache遇到这样的问题,有何指引? 缓存注解写在微服务的接口上,由于开启了CacheType.BOTH,所以微服务生产者和消费者都会有一级缓存和二级缓存 参考是首页的这个例子 public interface SummaryService{ @Cached(expire = 3600, cacheType = CacheType.BOTH) @CacheRefresh(refresh = 1800, stopRefreshAfterLastAccess = 3600, timeUnit = TimeUnit.SECONDS) @CachePenetrationProtect BigDecimal summaryOfToday(long catagoryId); } 由于开了CacheRefresh(在缓存没失效时主动刷新),所以会从微服务consumer(有时候可能是provider刷新,取决于谁拿到锁)发起刷新请求,调用微服务provider。 如果此时数据库的数据发生变化,通过CacheUpdate更新了某个provider的一级和二级缓存,但是有一个provider的一级缓存还没更新,此时CacheRefresh的请求刚好hit中这个还没更新一级缓存的节点。 ![image](https://user-images.githubusercontent.com/916562/122680820-d558ff80-d223-11eb-84c0-4fbe25a967c2.png) 然后这个结果,会刷新到consumer的一级和二级缓存里,因此redis也被更新了错的数据。...

### Environment * Dubbo version: 2.7.10+ * Operating System version: 所有 * Java version: 1.8 * zookeeper version: 3.6.x ### Steps to reproduce this issue 1. zookeeper设置acl: ``` [zk: localhost:2181(CONNECTED)...

type/bug

两个库的同名表,使用navicat把第一张表复制到另一个库,表名相同,外键也有,但是外键名称发生了 一点变化。 ![image](https://user-images.githubusercontent.com/916562/71239314-2fcc8380-2341-11ea-9517-4fe1e951aaa0.png) ![image](https://user-images.githubusercontent.com/916562/71239412-77eba600-2341-11ea-8260-2d407f4e92fb.png) 使用mysql-schema-sync分析差异后,就会生成更新脚本 ![image](https://user-images.githubusercontent.com/916562/71239445-8934b280-2341-11ea-83d5-9f02f58f4825.png) 能否忽略这种同表名,同外键内容,但是外键名称有不同的情况?

**Is your feature request related to a problem? Please describe.** Since we can write sql query in Query Workbench, and get the result immediately. But we have to paste the...

enhancement
workbench

既然可以输出SQL指纹,是否可以以SQL指纹作为输入呢? 因为我们希望对mybatis的XML种的sql进行评分,如果用标准sql需要构造数据,多一步

I use mcp-playwright as a tool for llm (cline in Visual Studio Code as Agent),and I want it to generate all the code. The `get_codegen_session` result as follows ``` {...

I tried web-ui v2.0.0 , and found that it cannot record the task as a video(webm format) , while previous version of web-ui can. Also, the release note doesn't state...

请较一下大佬,是否见过运行时报异常`java.lang.OutOfMemoryError: unable to create new native thread`,应该如何处理? 详细堆栈 ``` 2025-09-29 15:08:20,695 1158228 [http-nio-0.0.0.0-8080-exec-12] WARN c.g.b.c.cache.BoundedLocalCache com.github.benmanes.caffeine.cache.BoundedLocalCache:1434 - Exception thrown when submitting maintenance task java.lang.OutOfMemoryError: unable to create new native thread...