This content has been marked as final.
Show 2 replies
-
1. Re: How to Reduce the Amount of Exception Data Transmitted
dan.berindei Dec 9, 2019 8:12 AM (in response to jkharness87)See also Communicating Infinispan Remote Exceptions Generates Excessive Network Traffic - Stack Overflow
In general I would not recommend increasing the timeout, because 15 seconds is already pretty bad as a response time. However, I don't a better alternative, unless you happen to be using RocksDBStore
-
2. Re: How to Reduce the Amount of Exception Data Transmitted
jkharness87 Dec 10, 2019 4:53 PM (in response to jkharness87)While we can't control the amount of data transmitted, we did prevent the errors/exceptions that were happening by switching from the UDP stack to the TCP stack for our small cluster. This removed the errors seen under load and thus fixed the issue for us. More details here: