-
Bug
-
Resolution: Fixed
-
Low
-
7.12.0, 8.0.0
-
7.12
-
Severity 2 - Major
-
-
Problem
DefaultIndexCopyService doesn't clean old index snapshots in caches/ under Jira shared home director when Snappy archiver is used. It only works with zip snapshots.
Snappy archiver is used by default for Jira 7.12.0 and newer.
Expected behaviour
DefaultIndexCopyService should keep at most 3 index snapshots in caches/ under Jira shared home directory.
Workaround 1
Disable snappy archiver by setting
index.use.snappy = false
Workaround 2
Manually inspect and remove old IndexSnapshot_* files from caches/ directory from time to time.
Note
See IndexUtils#INDEX_SNAPSHOT_EXT.
- is a regression of
-
JRASERVER-67732 Copying index snapshots between Data Center nodes should be faster
- Closed
- is related to
-
JRASERVER-68511 DC Disaster recovery ignores index snapshots when Snappy or tarball archive is used
- Closed
- mentioned in
-
Page Loading...