Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #2579 was successful Changes by Guus der Kinderen

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
12 minutes
Labels
None
Agent
Default Agent
Revision
a8f983fce12bf66bcce6c29e382255d21a1696b4
Total tests
1398
Successful since
#2551 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen a8f983fce12bf66bcce6c29e382255d21a1696b4 OF-2818: Netty should not use 5MB buffers (#2455)
This corrects a mistake where a configuration of having a _maximum_ buffer size was turned into having a _fixed_ buffer size.

Having 5MB buffers is bad, as with a limited amount of messages, a _lot_ of memory is being consumed.

This commit removes the hard-coded buffer size configuration, while retaining the maximum message length directive.

I've tested that, using a websocket client connection:
- a message of 128k characters can be sent using the default configuration;
- a message of 128k characters can not be sent when Openfire is reconfigured to use 4k for the `xmpp.parser.buffer.size` property

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOF-2818Could not obtain issue details from Jira