codeleep

Results 6 issues of codeleep

When I close HikariDataSource all thread pool connections, they close normally. But when I show processlist on mysql server side; When the command is to view the connection, the proxy...

type: question

- [ ] 我已经在 [issues](https://github.com/alibaba/arthas/issues) 里搜索,没有重复的issue。 ### 环境信息 * `arthas-boot.jar` 或者 `as.sh` 的版本: 3.6.9 * Arthas 版本: 3.6.9 * 操作系统版本: mac * 目标进程的JVM版本: 1.8 * 执行`arthas-boot`的版本: 3.6.9 ### 重现问题的步骤 由于目前arthas支持的linux命令较少。所以无法执行一些统计相关的命令...

我在使用旧版发现GlueFactory会重复加载类导致元空间内存溢出。这在新版修复了。 xxl-job-core/src/main/java/com/xxl/job/core/glue/GlueFactory.java ``` private Class getCodeSourceClass(String codeSource){ try { // md5 byte[] md5 = MessageDigest.getInstance("MD5").digest(codeSource.getBytes()); String md5Str = new BigInteger(1, md5).toString(16); Class clazz = CLASS_CACHE.get(md5Str); if(clazz == null){ clazz =...

When my json is like this ```json [ { "fansUid": "", "masterShopId": 0, "items": [ { "itemId": "", "skus": [ { "price": 0, "skuId": 0, "promotionToolCode": "" } ] }...

bug
help wanted

### 说明项目 hdfs 是大数组重要组件。clickhouse也是及其重要的组件之一 ### 提供官网 _No response_ ### 参考资料 URL https://github.com/ClickHouse/ClickHouse?utm_source=clickhouse&utm_medium=website&utm_campaign=website-nav https://hadoop.apache.org/

request

**What happened and what you expected to happen**: When I join the edge node, I get the following error ```sh Error: edge node join failed: copy resources failed: failed to...

kind/question