question

Upvotes
Accepted
34 6 11 17

I see messages as "Output threshold breached for user" in the ADH log. Does that mean that the TREP Feed Handler is slow in consuming data from ADH or is this between ADS and ADH or the client that is requesting data?

I see messages as "Output threshold breached for user" in the ADH log. Does that mean that the TREP Feed Handler is slow in consuming data from ADH or is this between ADS and ADH or the client that is requesting data?

trepADH
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@vishal.anand

Thank you for your participation in the forum. Are any of the replies below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply that best answers your question. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS


1 Answer

· Write an Answer
Upvotes
Accepted
32.2k 40 11 20

Hello @vishal.anand,

I try to share some info on this, am a developer, so my viewpoint is limited.

I believe you are correct, one of the connections to ADH, most likely a publisher/feed handler, is not processing the buffer quickly, is being a slow processor/consumer.

It looks like ADH detects

"outputThresholdBreach -

Output threshold high water limit; i.e., the percentage of outgoing buffers in use which indicates a

burdened level. This corresponds to the outputThresholdBreach parameter" condition on it's output buffer.

Do not think this is related to clients/consumer directly, as they share no buffer with ADH. This may be related, to several clients making multiple heavy requests (such as full dictionary download), simultaneously.

I would try increasing guaranteedOutputBuffers and maxOutputBuffers, if you are running with the defaults, to see if this would alleviate the issue.

Also would look into parameters that deal with dictionary downloads.

enableMultipartDictionary : False by default, but if all of your consumers and providers support multi-part dictionary processing, you can try with True, to see if this would alleviate the issue, as it is more efficient and avoids the issue when a heavy full dictionaries contributing to the output threshold breach.

If these do not help, the next step should be to look into the publisher that is triggering the breach on AHD to clear ADH's output buffer (publisher's input) quicker.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.