Skip to content

Commit

Permalink
Fixing bug on buffer overfilling
Browse files Browse the repository at this point in the history
  • Loading branch information
Goulven.Furet authored and Goulven.Furet committed Dec 10, 2023
1 parent 35ee820 commit 9735a52
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,15 +227,12 @@ public void aggregateAndstore() {

logger.info("Indexed {} DataFragments in {}ms.", buffer.size(),System.currentTimeMillis()-now);

// Clearing queue
fileQueue.clear();



} catch (final Exception e) {
logger.error("Error while dequeing DataFragments",e);
}

// Clearing queue
fileQueue.clear();

}

Expand Down

0 comments on commit 9735a52

Please sign in to comment.