Vyacheslav Koptilin created IGNITE-24801:
--------------------------------------------

             Summary: Fix typo in failure handler configuration
                 Key: IGNITE-24801
                 URL: https://issues.apache.org/jira/browse/IGNITE-24801
             Project: Ignite
          Issue Type: Bug
            Reporter: Vyacheslav Koptilin
            Assignee: Vyacheslav Koptilin


{code:java}
@Config
public class FailureProcessorConfigurationSchema {
    /**
     * Amount of memory reserved in the heap at node start in kilobytes, which 
can be dropped
     * to increase the chances of success when handling OutOfMemoryError.
     */
    @Value(hasDefault = true)
    @Range(min = 0)
    public int oomBufferSizeBites = 16 * 1024;
 {code}
Need to fix typo `oomBufferSizeBites` -> `oomBufferSizeBytes`

Also, need to fix the Javadoc `kilobytes` -> `bytes`



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to