Based on the dynatrace monitoring, we noticed that the IS publish process causing some delay. worst will go up to 8 sec per publish. we are using the guaranteed document type and perform publish heavily for txn logging purposes.
this happen intermittently and below is my broker configuration :
watt.server.broker.producer.multiclient=35
watt.server.broker.replyConsumer.fetchSize=5
watt.server.broker.replyConsumer.multiclient=15
watt.server.broker.replyConsumer.sweeperInterval=30000
is the disk IO causing the problem? based on my own read up, looks like broker disk IO is OK.
what will be the possible caused?