Opened 5 months ago

Closed 5 months ago

#18975 closed enhancement (fixed)

libei-1.2.0

Reported by: Bruce Dubbs Owned by: blfs-book
Priority: normal Milestone: 12.1
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (2)

comment:1 by Xi Ruoyao, 5 months ago

Notable fixes in this release include better handling of various protocol errors and less log spam:

  • if the write buffer is full, outgoing messages are now cached instead of returning EAGAIN.
  • if a message send fails, stop trying to send more messages which will do nothing but spam the log with more errors
  • if we get disconnected by the server, stop trying to send things to the server (and spam the log on error)
  • use EINTR checks instead of blocking SIGALRM
  • keep a cache of defunct objects to avoid spamming the log when there are in-flight messages arriving after destroy

comment:2 by Bruce Dubbs, 5 months ago

Resolution: fixed
Status: newclosed

Fixed at commit 4a23c961.

Note: See TracTickets for help on using tickets.