Adding files to a review fails - Cannot perform the requested action - You cannot perform this action because reviews are limited to 800 file revisions in Crucible
問題
Adding files to a review results in the following message:
原因
The default maximum number of revisions allowed by Crucible is 800 and you tried to add a file that exceeded this limit.
回避策
Split the review into multiple ones so that the limit is not reached. This can be done by abandoning and closing the current large review and creating multiple new reviews with fewer content to review in each of them.
ソリューション
Follow the instructions from JVM system properties to increase the maximum default setting, e.g. crucible.review.content.size.limit=1000
Adding files with more than 800 reviews can potentially slow down the instance:
- Impact the performance of Crucible - the review takes a long time to load and can be slow on the client-side.
- Cause issues indexing data. A large review can cause a repository to get stuck on "Indexing Review Data" for a long time.
最終更新日 2021 年 11 月 30 日
Powered by Confluence and Scroll Viewport.