How to change the compression method of index snapshot files in Jira Data Center

プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。

このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。

*Fisheye および Crucible は除く

目的

Jira's index snapshot files are created in a compressed format. Starting with Jira 7.12.0, the default algorithm is Google's Snappy (.tar.sz). It was chosen aiming very high speeds and reasonable compression.

This can be customised to tarball (.tar) or Zip (.zip).

ソリューション

Follow these steps in order to change the compression method. Repeat the steps for all Jira Data Center nodes:

  • The compression method used can be configured with the jira.index.snapshot.copy.archiver application property. Add the following line to the file. The values could be either snappy, zip or tar:
jira.index.snapshot.copy.archiver = snappy|zip|tar
  • Restart the node for the changes to take effect.


The chosen algorithm will reflect in the size of the compressed snapshot file and how fast the file is created. Ensure to validate it on a staging environment first.



最終更新日: 2025 年 1 月 31 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.