pavlukhin commented on a change in pull request #6770: IGNITE-12061 Fix inline size change. URL: https://github.com/apache/ignite/pull/6770#discussion_r314606036 ########## File path: modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/database/H2Tree.java ########## @@ -59,6 +59,9 @@ * H2 tree index implementation. */ public class H2Tree extends BPlusTree { + /** */ + public static final String IGNITE_THROTTLE_INLINE_SIZE_CALCULATION = "IGNITE_THROTTLE_INLINE_SIZE_CALCULATION"; Review comment: Why do not we place property name constant to `IgniteSystemProperties` class as usual? With a bit of description in javadoc. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services