[
https://issues.apache.org/jira/browse/IGNITE-26290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18045551#comment-18045551
]
Aleksandr Polovtsev commented on IGNITE-26290:
----------------------------------------------
I intentionally skipped the "validate them when joining the cluster" part in
order to reduce the PR size, this validation will be implemented separately
> 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
> Assignee: Aleksandr Polovtsev
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)