Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:voldemort/voldemort
Browse files Browse the repository at this point in the history
  • Loading branch information
jkreps committed Jun 23, 2009
2 parents 69ee678 + 3fb68dc commit 7d91b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/cpp/include/voldemort/InconsistencyResolver.h
Expand Up @@ -42,7 +42,7 @@ class InconsistencyResolver
/**
* Resolve conflicts in the given list of items and modify the
* list to contain the resolved set of items. Note that data in a
* @ref VersionedValue is shared via reference couting on
* @ref VersionedValue is shared via reference counting on
* copy/assignment, so copying it is an inexpensive operation.
*
* @param items the list of items to resolve
Expand Down
2 changes: 1 addition & 1 deletion clients/cpp/src/ConnectionPool.cpp
Expand Up @@ -146,7 +146,7 @@ void ConnectionPool::checkin(shared_ptr<Connection>& conn) {
}
}

checkinCond.notify_one();
checkinCond.notify_all();
}

} /* namespace Voldemort */

0 comments on commit 7d91b0a

Please sign in to comment.