add more logging

This commit is contained in:
CJ Cobb
2021-01-21 11:23:21 -05:00
parent eca85b3538
commit 5d233fce1b
5 changed files with 11 additions and 2 deletions

View File

@@ -273,6 +273,8 @@ flatMapReadObjectCallback(CassFuture* fut, void* cbData)
else
{
auto finish = [&requestParams]() {
BOOST_LOG_TRIVIAL(trace)
<< "flatMapReadObjectCallback - finished a read";
size_t batchSize = requestParams.batchSize;
if (++(requestParams.numFinished) == batchSize)
requestParams.cv.notify_all();