-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins 1.56, ircbot-plugin 2.30, instant-messaging-plugin 1.35, ngircd-22-2.1 IRC server on Linux
While testing the fix for JENKINS-55538 I had some queued tasks with very long descriptions (list of all nodes not having the requested label pattern).
The ngircd server drops connections where messages exceed the limit of much less than the expected by protocol 510 chars (message apparently includes the "user text", possibly expanded with utf-8?, as well as target channel/account name and other metadata). As a result, Jenkins loses the IRC connection and takes several attempts to reconnect (possibly pushing the message again and failing again).
I am not sure what can be done well about this, but one direction to look at could be a (user-configurable?) line length limit after which the message would be split (preferably on a word boundary near that limit). The ircbot-plugin already has a similar splitter to make messages with embedded newline characters into multiple single-line messages.
- duplicates
-
JENKINS-12221 irc flood control
- Open
- is related to
-
JENKINS-11815 Jenkins IRC bot should send help message in private chat
- Open
- relates to
-
JENKINS-55538 Instant messaging queue and currentlyBuilding commands should report a count of items
- Resolved