YangJie
YangJie
我看现在的实现是基于注册表查找,然后同步的去调用handler.doHandle(request)进行的业务处理,如果业务耗时比较长,那么IO Thread就可以可能被长期占用,是否有计划把这里改为异步处理,通过回调的方式让结果回归到IOThread,从而在一部分时间让出IOThread的使用权,如果是Java 6或者7的话,可以利用利用Google Guava的ListenableFuture来实现这个目的
JUnit 5.10.0 = Platform 1.10.0 + Jupiter 5.10.0 + Vintage 5.10.0
JUnit 5.10.0 = Platform 1.10.0 + Jupiter 5.10.0 + Vintage 5.10.0
### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ###...
### What changes were proposed in this pull request? This PR simplifies the implementation of `Utils.isG1GC` as follows: 1. Retain `Utils.classForName("com.sun.management.HotSpotDiagnosticMXBean")`, the main purpose of this step is to detect...
### What changes were proposed in this pull request? Referring to the test results of `GenericArrayDataBenchmark`, using an Array of Any to construct `GenericArrayData` is more efficient compared to other...
### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ###...
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Paimon version 1.2.0 ### Compute Engine No ### Minimal reproduce step 1. Click on...