jeremyhi

Results 20 issues of jeremyhi

## TODO LIST: - [x] 不再支持 java7,仅支持 java8 及以上版本,需要支持 java11 - [x] 移除 AbstractFuture,直接使用 java8 的CompletableFuture - [x] ReadWriteLock -> StampedLock - [x] InvokeType.AUTO #82 - [ ] Pipeline invoke...

enhancement

可以更好的反映 server 端的能力

单测覆盖太少

help wanted

**Describe the bug** https://github.com/sofastack/sofa-bolt/blob/master/src/main/java/com/alipay/remoting/connection/AbstractConnectionFactory.java#L321 这个 option 应该是全局的,每次建连时设置会被覆盖,所以建连超时设置不一定有效 下面的 future 或许应该加上等待超时的参数,比如下面这个截图,入参 connectTimeout 为 100ms,但是建连时间仍然消耗了 1s ![image](https://user-images.githubusercontent.com/3860496/162948673-56cee90a-1579-48ef-b9be-1cf8a34998a8.png) 版本 1.6.4 ### Expected behavior ### Actual behavior ### Steps to reproduce ### Minimal yet...

help wanted

# 活动概况 - 主题:SOFAStack 社区开源五周年:Live Long and Prosper - 关键词:有趣、健康、开放 - 时间:04 月 15 日 12:00 - 地点:北京市朝阳区恒通国际创新园 C6 栋 C work - 合作伙伴 - 主办方:SOFAStack 社区 - 合作伙伴:掘金、思否、开源中国、开源社、InfoQ、活动行、示说网 欢迎感兴趣的同学到现场参与活动。...

Got it. I think we can refactor all these options by using node `Role`. But it's not in this PR. _Originally posted by @killme2008 in https://github.com/GreptimeTeam/greptimedb/pull/3631#discussion_r1555284413_

### What type of bug is this? Unexpected error ### What subsystems are affected? Standalone mode ### Minimal reproduce step 1. Use the SDK to write data of type Duration,...

### What type of enhancement is this? Performance ### What does the enhancement do? Every time we need to check if a new column needs to be added, we have...

The decimal128 type is a database numeric data type for high precision numbers. It's often used in situations demanding precise decimal calculations like finance applications, accounting systems, or fields needing...