imbajin commented on issue #2369: URL: https://github.com/apache/incubator-hugegraph/issues/2369#issuecomment-1837767334
Yes, u could **delete wal file directly** if u **understand** the **risk** of it (WAL: _Write Ahead Log_, u could search the meaning first) However, from your case, u should better **reduce** the `WAL TTL`(Auto Delete) time or reduce the max size of `WAL` file, u could search it in `RocksDBOptions`(Normally WAL files are **automatically deleted**(TTL), adjusting the parameters is the best choice) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
