Build: #1096 was successful Scheduled with changes by Guus der Kinderen

Build result summary

Details

Completed
Queue duration
7 minutes
Duration
1 minute
Labels
None
Agent
Default Agent
Revision
9f024dbb235a2cc58fbdfdd6f79c7664d366382c
Total tests
452
Successful since
#749 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen 9f024dbb235a2cc58fbdfdd6f79c7664d366382c OF-2260: Add user's name to listing of group members
When looking at the members of a group, it's handy to have listed the (full) name of each member, instead of only its username.
Guus der Kinderen Guus der Kinderen 5f530f2f976fecf049c6c2225c00a47b2f4cc56e OF-2243: Version check task should not be busy doing nothing
Instead of scheduling an immediate task that does nothing for X seconds, schedule a task that will start in X seconds, that immediately does something.

This prevents using up a thread from the TaskEngine that's not doing anything for a significant amount of time.
Guus der Kinderen Guus der Kinderen fc8bd5d8b036b996bd6cd2b408d3264b301f89e7 OF-2257: Replace usage of TaskEngine prior to server initialization
Prioer to Openfire being initialized, TaskEngine should not be used. This prevents issues with TaskEngine using properties that are yet to be initialized. Although TaskManager does not currently do that in its present state, it will, when support for JMX is added (OF-2257).

This commit replaces the usage of TaskEngine with a generic Timer.
Guus der Kinderen Guus der Kinderen e0f491d806bba1a31bd50d90577810e3ff3d0014 OF-2258: Make thread pool for PEP notifications configurable.
This replaces the hard-coded configuration of the thread pool in IQPEPHandler with properties that can be modified by an admin.

- `xmpp.pep.threadpool.size.core`: The number of threads to keep in the thread pool used to send PEP notifications, even if they are idle.
- `xmpp.pep.threadpool.size.max`: The maximum number of threads to allow in the thread pool used to send PEP notifications.
- `xmpp.pep.threadpool.keepalive`: The number of threads in the thread pool used to send PEP notifications is greater than the core, this is the maximum time that excess idle threads will wait for new tasks before terminating.
Guus der Kinderen Guus der Kinderen 9ff81c0be41fe3cd9b4d1de036a400d36a276766 OF-2258: Make thread pool for proxy connection manager configurable.
This replaces the hard-coded configuration of the thread pool in the proxy connection manager with properties that can be modified by an admin.

- `provider.transfer.proxy.threadpool.size.core`: The number of threads to keep in the thread pool that powers proxy (SOCKS5) connections, even if they are idle.
- `provider.transfer.proxy.threadpool.size.max`: The maximum number of threads to allow in the thread pool that powers proxy (SOCKS5) connections.
- `provider.transfer.proxy.threadpool.keepalive`: The number of threads in the thread pool that powers proxy (SOCKS5) connections is greater than the core, this is the maximum time that excess idle threads will wait for new tasks before terminating.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOF-2243Could not obtain issue details from Jira
Unknown Issue TypeOF-2253Could not obtain issue details from Jira
Unknown Issue TypeOF-2257Could not obtain issue details from Jira
Unknown Issue TypeOF-2258Could not obtain issue details from Jira
Unknown Issue TypeOF-2260Could not obtain issue details from Jira