mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 19:10:42 +00:00
This patch adds the API for timeout messages and dropped messages. For dropped messages, origin has two APIs one for messages and one for command. droped messages return the number of messages per ver, so our API was rename to reflect that. For dropped messages (command) we currently do not have this logic of throwing messages before sending, so the API will always return 0. The total timeout API was removed and will be done on the jmx proxy level. Signed-off-by: Amnon Heiman <amnon@scylladb.com>