提交 6f4e3ee1 编写于 作者: T ts0 提交者: LINGuanRen

[trans] retry task if disk full is returned when submit log

上级 7a4d9b8d
...@@ -139,7 +139,7 @@ public: ...@@ -139,7 +139,7 @@ public:
public: public:
static bool need_retry(const int ret) static bool need_retry(const int ret)
{ {
return OB_ALLOCATE_MEMORY_FAILED == ret || OB_EAGAIN == ret; return OB_ALLOCATE_MEMORY_FAILED == ret || OB_EAGAIN == ret || OB_LOG_OUTOF_DISK_SPACE == ret;
} }
private: private:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册