Coder Social home page Coder Social logo

Comments (3)

shangmacun avatar shangmacun commented on May 18, 2024

Log file created at: 2017/09/14 04:07:15
Running on machine: localhost.localdomain
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
E0914 04:07:15.580317 29020 logger_google.cpp:79] ^[[41;37m ERR: PN8phxqueue5store8SyncCtrlE::Init:90 open err Is a directory path ./data/store.0/sync ^[[0m
E0914 04:07:15.583386 29020 logger_google.cpp:79] ^[[41;37m ERR: PN8phxqueue5store5StoreE::Init:163 sync Init ret -1 ^[[0m
E0914 04:07:15.583400 29020 logger_google.cpp:79] ^[[41;37m ERR: MakeArgs:66 init phxqueue store err ^[[0m

from phxqueue.

shangmacun avatar shangmacun commented on May 18, 2024

./data/store.0 need to create manually?

from phxqueue.

shangmacun avatar shangmacun commented on May 18, 2024

此条语句报错
auto sync_path(opt->data_dir_path + "/sync");
int fd = open(sync_path.c_str(), O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
if (fd < 0) {
QLErr("open err %s path %s", strerror(errno), sync_path.c_str());
return comm::RetCode::RET_ERR_SYS;
}

from phxqueue.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.