Skip to content

Commit

Permalink
fix: ua-raw-pointer-flusher
Browse files Browse the repository at this point in the history
  • Loading branch information
catdogpandas committed Nov 5, 2024
1 parent 882c333 commit f037d35
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/pipeline/Pipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -431,11 +431,7 @@ void Pipeline::Stop(bool isRemoving) {
ProcessQueueManager::GetInstance()->DisablePop(mName, isRemoving);
WaitAllItemsInProcessFinished();

// flush or clear
// if (!isRemoving) {
FlushBatch();
// }
// TimeoutFlushManager::GetInstance()->ClearRecords(mName);

if (!mGoPipelineWithoutInput.isNull()) {
// Go pipeline `Stop` will stop and delete
Expand Down

0 comments on commit f037d35

Please sign in to comment.