Ivan Bessonov created IGNITE-26290:
--------------------------------------
Summary: Limit log entry size and segment file size
Key: IGNITE-26290
URL: https://issues.apache.org/jira/browse/IGNITE-26290
Project: Ignite
Issue Type: Improvement
Reporter: Ivan Bessonov
We should have a configuration for log storage:
* Max log entry size.
* Segment file size.
Both of these are local setting, but I think we should validate them when
joining the cluster (max log entry size must be equal).
The relation between entry size and segment size should be validated locally.
Serializer should throw an exception upon exceeding the size. Proper handling
of these exceptions , as well as proper testing, should be done in a separate
Jira. Here we just add a mechanism.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)