pavlukhin commented on a change in pull request #6770: IGNITE-12061 Fix inline 
size change.
URL: https://github.com/apache/ignite/pull/6770#discussion_r314776722
 
 

 ##########
 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<H2Row, H2Row> {
+    /** */
+    public static final String IGNITE_THROTTLE_INLINE_SIZE_CALCULATION = 
"IGNITE_THROTTLE_INLINE_SIZE_CALCULATION";
 
 Review comment:
   If the property is not going to be used by user it can be kept here. 
Otherwise it is better to move it.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to