wanggd2019
wanggd2019
官方代码 hmily-demo-**springcloud** ,**版本2.1.1** rpc嵌套调用异常,**cancel方法未执行** @PostMapping(value = "/orderPayWithNestedException") @ApiOperation(value = "订单支付接口(里模拟的是rpc的嵌套调用 order--> account--> inventory, inventory异常情况") public String orderPayWithNestedException(@RequestParam(value = "count") Integer count, @RequestParam(value = "amount") BigDecimal amount) { return orderService.orderPayWithNestedException(count, amount);...
- [ ] I have searched the [issues](https://github.com/codingapi/tx-lcn/issues) of this repository and believe that this is not a duplicate. ### 1. Bug Description TM连接redis-cluster报错 ### 2. Environment: - JDK version:...
fastdfs6.06增加挂载点扩容, 在storage服务器上挂在了一块新磁盘,假设新磁盘为/data/ **1. 修改storage.conf,** **当前base_path为** base_path = /eshop/fastdfs/storage **当前store_path为** store_path0 = /eshop/fastdfs/storage/files **新增store_path (和base_path不一致)** store_path1 = /eshop/fastdfs/storage2/files **问题是新增store_path1和 base_bath不一致**,base_path这个参数就尴尬了,该怎么修改呢? 目前测试着base_path不用改,效果上达到了期望,不知这样有什么隐患。 请各位大神指教,谢谢。