Closed Evan-Adam closed 2 days ago
[!IMPORTANT]
Review skipped
Auto reviews are limited to specific labels.
:label: Labels to auto review (1)
* coderabbitPlease check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
When gorgone try to send a file too big (1-50MB) from a node to another in pullwss, the transfer can fail with error 1009. a mechanism already exist in gorgone to split the data transferer in multiples chunk, but the buffer_size configured by default is way to high (500 000 instead of 200 000 in my test) This pr change the default size to 150 000 to be safe and document it. It also change an automated test to check for this behaviour. Fixes # MON-1515144
Type of change
Target serie
How this pull request can be tested ?
On a central with a poller connected with id 2. Add a 50MB file in /var/cache/centreon/config/2/engine/ and push the configuration from the webapp. The file should be present and identical on the poller in /etc/centreon-engine/
Checklist