You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dfuse sometimes tries to insert data larger than the size_threshold because based on current design cannot split it into smaller chunks. If the size exceeds the tikv raft-entry-max-size parameter, then the entire insert fails. In case of insertion failure, dfuse should abort.
However, if dfuse does not abort, then a counter should be incremented and exposed to prometheus. Also log a message to the log file.
The text was updated successfully, but these errors were encountered:
When defining an adapter for tikv, you can pass parameters like:
dfuse sometimes tries to insert data larger than the size_threshold because based on current design cannot split it into smaller chunks. If the size exceeds the tikv
raft-entry-max-size
parameter, then the entire insert fails. In case of insertion failure, dfuse should abort.However, if dfuse does not abort, then a counter should be incremented and exposed to prometheus. Also log a message to the log file.
The text was updated successfully, but these errors were encountered: