Perforce indexing fails - Request too large
プラットフォームについて: 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 trying to index a P4 Repository in Fisheye it keeps getting the following ERROR:
Repository paused due to error com.cenqua.fisheye.perforce.client.P4ClientException: com.atlassian.utils.process.ProcessException:Non-zero exit code: 1 | Request too large (over 100000); see 'p4 help maxresults'.原因
The maxresults value associated with the group of the Fisheye user is limiting the index. The default value is "unlimited" but a superuser can use p4 group to limit maxresults for a particular group. Users in the group cannot run any commands that affect more database rows than the maxresults limit. For most commands, the number of database rows affected is roughly equal to the number of files affected.
ソリューション
Set the maxresults back to unlimited or you can get around this by syncing smaller sets of files at a time.
For more information about the maxresults problem please refer to the following P4 documentation: http://kb.perforce.com/AdminTasks/PerformanceTuning/MaximizingPe..Performance
この内容はお役に立ちましたか?