Skip to content

Commit d3f7b34

Browse files
committed
DM-XXXXX: Lock free query creation at Czar
1 parent bd5d346 commit d3f7b34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/czar/Czar.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ SubmitResult Czar::submitQuery(string const& query, map<string, string> const& h
225225
// this is atomic
226226
ccontrol::UserQuery::Ptr uq;
227227
{
228-
lock_guard<mutex> lock(_mutex);
228+
// lock_guard<mutex> lock(_mutex);
229229
uq = _uqFactory->newUserQuery(query, defaultDb, getQdispSharedResources(), userQueryId, msgTableName,
230230
resultDb);
231231
}

0 commit comments

Comments
 (0)