Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
io_queue: Reduce oversized requests warning activity
The submission of oversized request is not a "rare" event, if it happened once, it will happen again and again, because buffer sizes in scylla are "static". Not to spam logs with tons of such warnings, print those only if the oversized request is larger than the previous one. Signed-off-by: Pavel Emelyanov <[email protected]>
- Loading branch information