good morning!!!!

Skip to content
Snippets Groups Projects
  1. Mar 29, 2021
    • Gary Rong's avatar
      core/state/pruner: move the compaction out of the pruning procedure (#22579) · 76700ac8
      Gary Rong authored
      The main idea behind it is: the range compaction is very expensive
      which can take a few hours to finish. During this long procedure,
      a lot of exceptions can occur, e.g.
      - Geth is killed manually
      - Geth is killed because of machine crash
      - etc
      
      In order to minimize the effect of the exceptions, the compaction
      is moved out of the pruning. So that even the compaction is not
      finished, the pruning is regarded as done.
      76700ac8
  2. Mar 26, 2021
  3. Mar 25, 2021
  4. Mar 24, 2021
  5. Mar 23, 2021
  6. Mar 22, 2021
  7. Mar 20, 2021
  8. Mar 19, 2021
Loading