You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOGP(detail, "All empty TFs for TF {} for current buffer filled with dummy and sent. Clearing buffer", tf);
371
+
LOGP(info, "All empty TFs of last buffer [{}, {}] filled with dummy and sent, triggered by data from TF {} (relTF {}). Clearing buffer", mTFStart[!currentBuffer], mTFEnd[!currentBuffer], tf, relTF);
@@ -381,7 +383,7 @@ class TPCDistributeCMVSpec : public o2::framework::Task
381
383
{
382
384
for (int iTF = startTF; iTF < endTF; ++iTF) {
383
385
if (mProcessedCRU[currentBuffer][iTF] != mCRUs.size()) {
384
-
LOGP(warning, "CRUs for lane {} rel. TF: {} curr TF {} are missing! Processed {} CRUs out of {}", outLane, iTF, mTFStart[currentBuffer] + static_cast<long>(iTF) * mNTFsBuffer, mProcessedCRU[currentBuffer][iTF], mCRUs.size());
386
+
LOGP(warning, "CRUs for lane {} rel. TF: {} curr TF {} are missing! Processed {} CRUs out of {}", outLane, iTF, mTFStart[currentBuffer] + static_cast<long>(iTF) * mNTFsBuffer + mNTFsBuffer - 1, mProcessedCRU[currentBuffer][iTF], mCRUs.size());
385
387
++mProcessedTFs[currentBuffer];
386
388
mProcessedCRU[currentBuffer][iTF] = mCRUs.size();
387
389
@@ -415,7 +417,7 @@ class TPCDistributeCMVSpec : public o2::framework::Task
415
417
}
416
418
}
417
419
418
-
LOGP(detail, "All TFs {} for current buffer received. Clearing buffer", tf);
420
+
LOGP(info, "All TFs for {} buffer [{}, {}] received at data from TF {}. Clearing buffer", buffer == mBuffer ? "last" : "current", mTFStart[buffer], mTFEnd[buffer], tf);
0 commit comments