mirror of https://gitee.com/bigwinds/arangodb
expanding agent pool
This commit is contained in:
parent
0218607819
commit
1b85142c56
|
@ -839,7 +839,7 @@ read_ret_t Agent::read(query_t const& query) {
|
|||
return read_ret_t(false, NO_LEADER);
|
||||
}
|
||||
|
||||
LOG_TOPIC(WARN, Logger::AGENCY) << _state;
|
||||
//LOG_TOPIC(WARN, Logger::AGENCY) << _state;
|
||||
|
||||
// Retrieve data from readDB
|
||||
auto result = std::make_shared<arangodb::velocypack::Builder>();
|
||||
|
|
Loading…
Reference in New Issue