You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vasiliy Sisko (JIRA)" <ji...@apache.org> on 2019/03/27 08:18:00 UTC

[jira] [Comment Edited] (IGNITE-11182) Web console: Actualize grid configurator

    [ https://issues.apache.org/jira/browse/IGNITE-11182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16802536#comment-16802536 ] 

Vasiliy Sisko edited comment on IGNITE-11182 at 3/27/19 8:17 AM:
-----------------------------------------------------------------

invalidate/isInvalidate field available in General section for PARTITIONED TRANSACTIONAL cache.

See affinity in Affinity collocation section of cache configuration.

rebalanceThreadPoolSize was removed early. Moved to IgniteConfiguration#rebalanceThreadPoolSize

transactionManagerLookupClassName was removed early.


was (Author: vsisko):
++invalidate/isInvalidate field available in General section for PARTITIONED TRANSACTIONAL cache.

rebalanceThreadPoolSize was removed early. Moved to IgniteConfiguration#rebalanceThreadPoolSize

transactionManagerLookupClassName was removed early.

> Web console: Actualize grid configurator
> ----------------------------------------
>
>                 Key: IGNITE-11182
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11182
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Vasiliy Sisko
>            Assignee: Vasiliy Sisko
>            Priority: Major
>
> WebConsoleConfigurationSelfTest has found the next difference:
> Result for class: org.apache.ignite.hadoop.fs.CachingHadoopFileSystemFactory
>    Missed
>      userNameMapper
> Result for class: org.apache.ignite.ssl.SslContextFactory
>    Missed
>      cipherSuites
>      protocols
> Result for class: org.apache.ignite.configuration.CacheConfiguration
>    Missed
>      cacheWriterFactory
>      expiryPolicyFactory
>     storeConcurrentLoadAllThreshold
>      sqlIndexMaxInlineSize
>      sqlOnheapCacheEnabled
>      interceptor
>      invalidate
>      diskPageCompression
>      storeByValue
>      sqlOnheapCacheMaxSize
>      eagerTtl
>      evictionPolicyFactory
>      encryptionEnabled
>      eventsDisabled
>      cacheLoaderFactory
>      keyConfiguration
>      cacheStoreSessionListenerFactories
>      diskPageCompressionLevel
>      maxQueryIteratorsCount
>      affinity
>    Deprecated
>      rebalanceThreadPoolSize
>      transactionManagerLookupClassName
>    Removed
>      isInvalidate



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)