acelyc111 commented on a change in pull request #3761:
URL: https://github.com/apache/incubator-doris/pull/3761#discussion_r435302914
##########
File path: be/src/olap/data_dir.cpp
##########
@@ -267,12 +281,13 @@ Status DataDir::_init_meta() {
_meta = new (std::nothrow) OlapMeta(_path);
if (_meta == nullptr) {
LOG(WARNING) << "new olap meta failed";
- return Status::InternalError("new olap meta failed");
+ return Status::MemoryAllocFailed("new olap meta failed");
Review comment:
Updated.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]