[ https://issues.apache.org/jira/browse/GEODE-8605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17294016#comment-17294016 ]
ASF GitHub Bot commented on GEODE-8605: --------------------------------------- bschuchardt commented on a change in pull request #5630: URL: https://github.com/apache/geode/pull/5630#discussion_r566211293 ########## File path: geode-core/src/main/resources/org/apache/geode/internal/sanctioned-geode-core-serializables.txt ########## @@ -116,6 +116,7 @@ org/apache/geode/cache/client/internal/ContainsKeyOp$MODE,false org/apache/geode/cache/client/internal/TXSynchronizationOp$CompletionType,false org/apache/geode/cache/client/internal/pooling/ConnectionDestroyedException,true,-6918516787578041316 org/apache/geode/cache/configuration/CacheConfig$AsyncEventQueue,false,asyncEventListener:org/apache/geode/cache/configuration/DeclarableType,batchSize:java/lang/String,batchTimeInterval:java/lang/String,diskStoreName:java/lang/String,diskSynchronous:java/lang/Boolean,dispatcherThreads:java/lang/String,enableBatchConflation:java/lang/Boolean,forwardExpirationDestroy:java/lang/Boolean,gatewayEventFilters:java/util/List,gatewayEventSubstitutionFilter:org/apache/geode/cache/configuration/DeclarableType,id:java/lang/String,maximumQueueMemory:java/lang/String,orderPolicy:java/lang/String,parallel:java/lang/Boolean,pauseEventProcessing:java/lang/Boolean,persistent:java/lang/Boolean +org/apache/geode/cache/configuration/CacheConfig$GatewaySender,false,alertThreshold:java/lang/String,batchSize:java/lang/String,batchTimeInterval:java/lang/String,diskStoreName:java/lang/String,diskSynchronous:java/lang/Boolean,dispatcherThreads:java/lang/String,enableBatchConflation:java/lang/Boolean,enablePersistence:java/lang/Boolean,enforceThreadsConnectSameReceiver:java/lang/Boolean,gatewayEventFilters:java/util/List,gatewayEventSubstitutionFilter:org/apache/geode/cache/configuration/DeclarableType,gatewayTransportFilters:java/util/List,groupTransactionEvents:java/lang/Boolean,id:java/lang/String,manualStart:java/lang/Boolean,maximumQueueMemory:java/lang/String,orderPolicy:java/lang/String,parallel:java/lang/Boolean,remoteDistributedSystemId:java/lang/String,socketBufferSize:java/lang/String,socketReadTimeout:java/lang/String Review comment: What are the circumstances where CacheConfig$GatewaySender is serialized? Will this cause backward-compatibility issues during a rolling upgrade? Please add a serialversionuid field to GatewaySender. ---------------------------------------------------------------- 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: us...@infra.apache.org > Alter some GW senders attributes in runtime > ------------------------------------------- > > Key: GEODE-8605 > URL: https://issues.apache.org/jira/browse/GEODE-8605 > Project: Geode > Issue Type: New Feature > Components: docs, gfsh, wan > Reporter: Mario Ivanac > Assignee: Mario Ivanac > Priority: Major > Labels: needs-review, pull-request-available > > We would like to introduce new command "alter gateway-sender" which would > update some parameters in runtime. For now parameters of interest are: > * {color:#6a8759}alert-threshold{color} > * {color:#6a8759}batch-size{color} > * {color:#6a8759}batch-time-interval{color} > * {color:#6a8759}group-transaction-events{color} > * {color:#6a8759}gateway-event-filter{color} > * {color:#6a8759}gateway-transport-filter{color} -- This message was sent by Atlassian Jira (v8.3.4#803005)