ostafen / clover

A lightweight document-oriented NoSQL database written in pure Golang.
MIT License
677 stars 54 forks source link

[FIX] Log Fatalf in badger GC routine. #146

Closed pricelessrabbit closed 8 months ago

pricelessrabbit commented 8 months ago

Solves #145.

Changed log Fatalf to Printf in badger GC routine to avoid exiting application when ErrNoRewrite occurs.