This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-02-22
Channels
- # aleph (5)
- # announcements (5)
- # babashka (8)
- # beginners (63)
- # biff (43)
- # calva (17)
- # clj-kondo (76)
- # clojure (105)
- # clojure-europe (77)
- # clojure-nl (1)
- # clojure-norway (40)
- # clojure-uk (4)
- # clojuredesign-podcast (20)
- # clojurescript (35)
- # clr (7)
- # cursive (5)
- # data-science (1)
- # datomic (41)
- # fulcro (14)
- # hyperfiddle (22)
- # malli (12)
- # off-topic (17)
- # re-frame (6)
- # reitit (3)
- # releases (1)
- # ring (2)
- # scittle (1)
- # shadow-cljs (6)
- # specter (3)
- # xtdb (3)
Hi @taylor.jeremydavid and others. I have been running XT v1 on a small production node for about 6 months now, with RocksDB as storage. I notice alot of "LOG.old.<number>" files accumulating, taking up a non-trivial percentage of disk space. Are these files needed or can I safely manually remove them? I didn't find anything about this in the documentation.
Hey @U1G8B7ZD3 yes you should be safe to periodically/manually delete those LOG.old.*
files (e.g. per https://github.com/facebook/rocksdb/issues/849#issuecomment-158482129). There is also a configuration option to control how many of these Rocks keeps, the default is 1000 https://javadoc.io/doc/org.rocksdb/rocksdbjni/latest/org/rocksdb/DBOptionsInterface.html