Ran Joe
Ran Joe
PR: #1990
催更minibend系列+1
@baoyachi This is very good, thank you very much!
@evenyag Remove the remaining 3 traits: - PhysicalPlanner: https://github.com/GreptimeTeam/greptimedb/pull/4412 - LogicalOptimizer & PhysicalOptimizer: https://github.com/GreptimeTeam/greptimedb/pull/4426
> * If the user specifies the IP, the prompt can reuse the IP and display it; You reminded me! If the user specifies the IP address via `httpAddr`, access...
> Can you give it a PR to modify it? Sure, but I am not very familiar with the Go language, so it will take some time to modify it.
@zyy17 The code submitted: https://github.com/GreptimeTeam/gtctl/pull/212/
看下这个https://github.com/apache/brpc/pull/2328 满足需求吗
> > 那么是在Echo 处理函数中回复了Echo response,同时启动一个线程来运行你的业务函数就行了吧 > > 想了解brpc有没有预留这样的借口,自己起线程,感觉在程序退出时,可能会有资源访问core问题 运行done->Run()后request和response都会被析构,如果在单独业务线程中会访问req和resp会有问题
> 关闭这个对监控指标会有啥问题吗? 比如,curl http://xxx:port/vars @yanglimingcn bvar的统计值都会失效,参考https://github.com/apache/brpc/issues/1891