Errors and Warnings in the AeronPublisher class

Errors and Warnings in the AeronPublisher class

Errors and Warnings in the AeronPublisher class

The following table summarizes all warning and error messages that can be generated by the AeronPublisher class in relation to its connection and message publishing logic. Each message is accompanied by the
specific condition that triggers it and a brief description of its meaning. This table is intended to help developers and support engineers quickly identify the cause and context of log entries related to Aeron publishing issues.

Warning/Error Message

Cause/Condition

Description

Warning/Error Message

Cause/Condition

Description

aeron publisher on channel:[channel] and streamId: [streamId] on hold due to back pressure

Back pressure from subscribers

Publisher is temporarily held due to back pressure.

aeron publisher on channel:[channel] and streamId: [streamId] not connected

Not connected to subscribers

Publisher is not connected; may retry.

aeron publication on channel:[channel] and streamId: [streamId] dropped due to connect retry limit exceeded: [count]

Exceeded not connected retry count

Message dropped after too many not connected retries.

aeron publication on channel:[channel] and streamId: [streamId] dropped due to back pressure retry limit exceeded: [count]

Exceeded back pressure retry count

Message dropped after too many back pressure retries.

aeron publication on channel:[channel] and streamId: [streamId] dropped due to back pressure

Back pressure and drop on back pressure enabled

Message dropped immediately due to back pressure.

aeron publication on channel:[channel] and streamId: [streamId] dropped due to publication recovery limit: [limit]

Publication closed and recovery limit exceeded

Message dropped after exceeding publication recovery attempts.

aeron publication on channel:[channel] and streamId: [streamId] retry on admin action

Publication not ready due to admin action

Publisher is retrying due to admin action.