Results 7 issues of heqs

报错内容如下 Error: EPERM: operation not permitted, lstat 'G:\MySource\noter\Mozi\android\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values' Emitted 'error' event at: at NodeWatcher. (G:\MySource\noter\Mozi\node_modules\sane\src\node_watcher.js:289:14) at G:\MySource\noter\Mozi\node_modules\graceful-fs\polyfills.js:284:29 at FSReqWrap.oncomplete (fs.js:154:21) error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run...

ERROR in ./~/[email protected]@vue-bulma-jump/src/index.js Module parse failed: F:\MySource\vue\vue-admin-master\node_modules\[email protected]@vue-bulma-jump\src\index.js Unexpected token (1:7) You may need an appropriate loader to handle this file type. | export BackToTop from './BackToTop' | export default from...

通过https://github.com/MyCATApache/Mycat2/blob/main/Mycat2-monitor.json导入到granafa,在监控上显示连接数会不断增加,说明连接没有被释放,即便spring boot项目(使用druid作为连接池)重启了,连接还是没有减少,这是为啥?

日志中是否有报错或者预警 _Originally posted by @zwyqz in https://github.com/MyCATApache/Mycat2/issues/791#issuecomment-1534740029_ INFO | jvm 1 | 2023/04/16 18:12:07 | io.mycat.MycatException: com.alibaba.druid.pool.GetConnectionTimeoutException: wait millis 30000, active 2000, maxActive 2000, creating 0

7848、8848、9848、9849四个端口均有放行,本地telnet没问题,有一台服务器正常启动,另一台服务器应用启动的时候报: ``` Server check fail, please check server nacos-server.xxx.com ,port 9848 is available , error ={} java.util.concurrent.TimeoutException: Waited 3000 milliseconds (plus 72315 nanoseconds delay) for com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$GrpcFuture@3cc30dee[status=PENDING, info=[GrpcFuture{clientCall=PendingCall{realCall=ClientCallImpl{method=MethodDescriptor{fullMethodName=Request/request, type=UNARY, idempotent=false, safe=false,...

status/need feedback

按照文档,在我的spring boot项目中增加3个依赖 ``` com.alibaba.csp sentinel-prometheus-metric-exporter 1.8.7 io.prometheus simpleclient 0.3.0 io.prometheus simpleclient_httpserver 0.3.0 ``` 因为一个服务器下面会运行多个spring boot项目,且每个项目都需要暴露sentinel监控数据给 prometheus,于是涉及端口占用问题,需要自定义端口 bootstrap.yml增加自定义端口,这个端口不会被监听,还是会使用9092启动,于是只有第一个启动的应用可以暴露数据 ``` csp: sentinel: prometheus: fetch: port: 9093 ``` csp.sentinel.prometheus.fetch.port 这个配置应该如何配置呢?请教

目前在下载也只看到[v2.0.0-alpha](https://github.com/alibaba/Sentinel/releases/tag/2.0.0-alpha),这个版本推荐生产环境使用吗