wayblink

Results 174 comments of wayblink

@chenjinjun Well, the error message is a storage SDK buildin error. There must be something wrong about configs or environment. From the log, it points to the milvus bucket which...

是的。当前的设计是http接口只要能返回,总会返回200,要根据response里面的状态码来判断,这个大概率不会改变

> > 是的。当前的设计是http接口只要能返回,总会返回200,要根据response里面的状态码来判断,这个大概率不会改变 > > @wayblink 你好,我认为我的问题和http状态码没有关系,我重新描述下: > > * 使用命令行时,指令执行完成后的 `$?` 获取的指令执行状态始终为 0 ,没有办法去判断备份是否成功,如下图 > ![image](https://user-images.githubusercontent.com/18278619/284236707-16094fa2-6d52-46dc-8807-df4bde940c80.png) > * 使用server模式,调用接口返回的数据中缺少`code`字段,使用/create 异步备份async:true ,我完全没有办法知道是失败还是备份中,如下图 > ![image](https://user-images.githubusercontent.com/18278619/284237957-8891581e-9e9a-4051-8b4a-fc6c63ba94ae.png) 明白了,code=0时被缺省了,没有返回code其实就是code=0,这个可以调整一下,取消缺省; 命令行状态这个之前没有考虑过,我后面研究下