jack-wqing
jack-wqing
Detailed Description: The log collector currently used in the project only supports the Sidecar deployment mode, which to some extent increases resource consumption. To improve the utilization rate of resources,...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened 类: org.apache.dolphinscheduler.plugin.datasource.api.plugin.DataSourceClientProvider dataSouce本地缓存: private static final Cache uniqueId2dataSourceClientCache = CacheBuilder.newBuilder()...
mac arm64环境: Cat使用Snappy-Java进行日志压缩,Cat3.1.0的版本使用的Snappy-Java:1.1.2需要升级到1.1.8.4,才能支持arch64;不然会Message保存不成功;出现: cat sorry, the message is not there. it could be missing or archived.
是否可以优化com.dianping.cat.analysis.TcpSocketReceiver 中boolean linux = getOSMatches("Linux") || getOSMatches("LINUX"); 此处的系统判断,只是简单Linux前缀判断;可能导致虚拟机环境不支持epoll模式但是选择了Netty的Epoll;导致netty服务器启动不了