zstan commented on a change in pull request #6770: IGNITE-12061 Fix inline size
change.
URL: https://github.com/apache/ignite/pull/6770#discussion_r314669854
##########
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:
in some case we didn`t ex:
org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager#IGNITE_PDS_CHECKPOINT_TEST_SKIP_SYNC
, i just don`t want to have a lot of changes instead of master code here, do u
insist of this change ?
----------------------------------------------------------------
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