PeppaO
PeppaO
## Why you need it? Is your feature request related to a problem? Please describe in details kubectl logs -f 该命令能够查到seata启动日志,这样快速定位问题 目前方案: 1. daemon参数控制台后台还是前台 2. 控制台只输出启动日志,业务日志不输出 ## How it could...
- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description 查看了一下容器中发现seata进程并不是PID 1导致的 目前做法: 1. 让seata进程成为PID 1 exec方式,但是目前这种方式我试了一下,可以,但是在启动报错时,错误日志无法输出,直接就关闭了容器...
oracle也是的,求解答,急急急
- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description ### Ⅱ. Describe what happened If there...
- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description seata-all 2.0.0 kryo序列化方式,客户端中SerializerSecurityRegistry#getProtocolType file.exists() 这里返回false ### Ⅱ....
- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description 现在在 seata-samples 中 tcc 模块下所有测试用例都是在接口上添加 tcc 注解,但是最佳实践好像又不是这样使用的所有有了以下几个问题,希望能得到答复...
- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description global_table 2分10s延迟删除太慢了,在高并发下,这张表数据太多了,有啥优化方案吗? 除了调低这个130s的参数,还有其他方案吗? 如果等它低频的时候删除完毕,我很担心在高频的时候随着global_table的堆积,影响tps,浪费数据库磁盘空间 参考图:  ###...
k8s 部署opengauss单实例,挂载/var/lib/opengauss/到nfs,发现opengauss/data目录权限跟随了nfs目录权限777,导致启动失败,如何解决? 尝试使用初始化容器修改data目录权限,发现在主容器启动时,该目录又被重新创建并覆盖了,导致权限不能更改为700,无法启动成功
## Describe the bug A clear and concise description of what the bug is. ## To Reproduce For example, when hessian 4.0.63 and sofa-hessian 4.0.3 exist in the same project,...