nizhikov commented on pull request #8207: URL: https://github.com/apache/ignite/pull/8207#issuecomment-685548482
Example of the output([full](https://gist.github.com/nizhikov/8e3168959169810715a22846a936d8c5)): ``` [13:03:52]~/work/ignite:[IGNITE-13380]$ ./bin/ignite.sh -systemProps WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.apache.ignite.startup.cmdline.CommandLineStartup (file:/Users/sbt-izhikov-nv/work/ignite/modules/core/target/classes/) to method com.apple.eawt.Application.getApplication() WARNING: Please consider reporting this to the maintainers of org.apache.ignite.startup.cmdline.CommandLineStartup WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release CHECKPOINT_PARALLEL_SORT_THRESHOLD - [Integer] Starting from this number of dirty pages in checkpoint, array will be sorted with Arrays.parallelSort(Comparable[]) in case of CheckpointWriteOrder.SEQUENTIAL. CLIENT_THROTTLE_RECONNECT_RESET_TIMEOUT_INTERVAL - [Long] Time interval in milliseconds that indicates client reconnect throttle must be reset to zero. Default value is 2 minutes. ENTRY_LOCK_TIMEOUT - [Long] Entry lock timeout in milliseconds. Default is 1000. IGNITE.DEPLOYMENT.ADDITIONAL.CHECK - [Boolean] Enables additional check for resource name on resources removal. IGNITE_AFFINITY_BACKUPS_THRESHOLD - [Integer] Size threshold to allocate and retain additional HashMap to improve contains() which leads to extra memory consumption. IGNITE_AFFINITY_HISTORY_SIZE - [Integer] Maximum size for affinity assignment history. IGNITE_ALLOW_ATOMIC_OPS_IN_TX - [Boolean] Allows atomic operations inside transactions. IGNITE_ALLOW_DML_INSIDE_TRANSACTION - [Boolean] When set to true, Ignite will allow execute DML operation (MERGE|INSERT|UPDATE|DELETE) within transaction for non MVCC mode. Default is false. IGNITE_ALLOW_START_CACHES_IN_PARALLEL - [Boolean] Enables start caches in parallel. Default is true. IGNITE_ATOMIC_CACHE_DELETE_HISTORY_SIZE - [Integer] Maximum size for atomic cache queue delete history. Default is 200 000 entries per partition. IGNITE_ATOMIC_CACHE_QUEUE_RETRY_TIMEOUT - [Integer] Atomic cache deferred update timeout. IGNITE_ATOMIC_DEFERRED_ACK_BUFFER_SIZE - [Integer] Atomic cache deferred update response buffer size. IGNITE_ATOMIC_DEFERRED_ACK_TIMEOUT - [Integer] Atomic cache deferred update timeout. IGNITE_BASELINE_AUTO_ADJUST_LOG_INTERVAL - [Long] Interval between logging of time of next auto-adjust in milliseconds. IGNITE_BINARY_DONT_WRAP_TREE_STRUCTURES - [Deprecated] [Boolean] If enabled then tree-based data structures - TreeMap and TreeSet - will not be wrapped into special holders introduced to overcome serializati ``` ---------------------------------------------------------------- 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]
