Skip to content

Commit

Permalink
Additional debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii0lomakin committed Jan 11, 2024
1 parent c21d46a commit 7db84bb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,10 @@ class GarbageCollector(internal val environment: EnvironmentImpl) {
* @param txn transaction
*/
private fun cleanSingleFile(fileAddress: Long, txn: ReadWriteTransaction) {
if (fileAddress == 520806727680L) {
return
}

// the file can be already cleaned
if (isFileCleaned(fileAddress)) {
throw ExodusException("Attempt to clean already cleaned file")
Expand Down

0 comments on commit 7db84bb

Please sign in to comment.