数日間、グローバル アクティビティやサイト統計の各ページにデータがない
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
症状
When viewing Site Statistics (Global Activity page), there are no data on a certain day even though there's a user activity.
atlassian-confluence.log に次のエラーが返される。
2015-01-07 04:40:04,878 ERROR [http-8087-1] [ext.usage.event.UsageTaskQueue] rejectedExecution Discarding usage event(s) because task queue is full. Usage statistics may not be accurate.
-- url: /display/TEST/DAILY+REPORT | userName: anonymous | action: viewpage | page: 24118500
診断
Perform the following to see if the missing data is caused by corrupted index:
原因
The Usage Plugin does not scale for large indexes. Some indexing operations can cause hangs. The activity plugin does not perform well on sites with large amounts of traffic, especially when a large volume of activity data has been accumulated. The activity plugin uses a simple QueueExecutor which is queue of work handled by a single thread. It's not possible retrieve the activity data when it's failed to be stored in the index directory.
この内容はお役に立ちましたか?