Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile failing #135

Closed
IanWhalen opened this issue Feb 20, 2018 · 0 comments
Closed

Compile failing #135

IanWhalen opened this issue Feb 20, 2018 · 0 comments

Comments

@IanWhalen
Copy link

https://jira.mongodb.org/browse/SERVER-33407

[2018/02/12 10:43:55.716] src/mongo/db/modules/rocksdb/src/rocks_server_status.cpp:73:63: error: no matching function for call to 'mongo::Lock::GlobalLock::GlobalLock(mongo::OperationContext*&, mongo::LockMode, unsigned int)'
[2018/02/12 10:43:55.716]          Lock::GlobalLock lk(opCtx, LockMode::MODE_IS, UINT_MAX);
[2018/02/12 10:43:55.716]                                                                ^
[2018/02/12 10:43:55.716] In file included from src/mongo/db/modules/rocksdb/src/rocks_server_status.cpp:41:0:
[2018/02/12 10:43:55.716] src/mongo/db/concurrency/d_concurrency.h:194:9: note: candidate: mongo::Lock::GlobalLock::GlobalLock(mongo::OperationContext*, mongo::LockMode, mongo::Date_t, mongo::Lock::GlobalLock::EnqueueOnly)
[2018/02/12 10:43:55.716]          GlobalLock(OperationContext* opCtx,
[2018/02/12 10:43:55.716]          ^
[2018/02/12 10:43:55.716] src/mongo/db/concurrency/d_concurrency.h:194:9: note:   candidate expects 4 arguments, 3 provided
[2018/02/12 10:43:55.716] src/mongo/db/concurrency/d_concurrency.h:185:9: note: candidate: mongo::Lock::GlobalLock::GlobalLock(mongo::Lock::GlobalLock&&)
[2018/02/12 10:43:55.716]          GlobalLock(GlobalLock&&);
[2018/02/12 10:43:55.716]          ^
[2018/02/12 10:43:55.716] src/mongo/db/concurrency/d_concurrency.h:185:9: note:   candidate expects 1 argument, 3 provided
[2018/02/12 10:43:55.716] src/mongo/db/concurrency/d_concurrency.h:184:9: note: candidate: mongo::Lock::GlobalLock::GlobalLock(mongo::OperationContext*, mongo::LockMode, mongo::Date_t)
[2018/02/12 10:43:55.716]          GlobalLock(OperationContext* opCtx, LockMode lockMode, Date_t deadline);
[2018/02/12 10:43:55.716]          ^
[2018/02/12 10:43:55.716] src/mongo/db/concurrency/d_concurrency.h:184:9: note:   no known conversion for argument 3 from 'unsigned int' to 'mongo::Date_t'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant