1.6.0 -> 1.6.1
Note: Differences are shown in two columns - you may need to scroll the diff left and right. Symbols meaning is standard diff from unix system:
<- means it was in 1.6.0 and is not present in 1.6.1>- means it wasn't in 1.6.0 and is present in 1.6.1|- means it is changed
DELEGATOR: | DELEGATOR_SETTINGS:
howOftenCheckingServerInMillisByDelegator: 5000 | repeatsAmount: 3
repeatsAmountByDelegator: 4 | timeToWaitBetweenRepeatProbeInMillis: 1000
timeToWaitBetweenRepeatProbeInMillisByDelegator: 1000 | SERVICE_REPOSITORY_SETTINGS:
> isAlive: true
> howOftenCheckingMicroservicesInMillis: 5000
> externalNodePeersStartCheckDelayInMillis: 5000
> SOCKET_PROPERTIES_TO_CONNECT_WITH_PEERS:
> connectionTimeoutInMillis: 5000
> readTimeoutInMillis: 120000
> isKeepAlive: false
> isOOBInline: false
> isTcpNoDelay: false
> isReuseAddress: false
> sendBufferSize: 0
> receiveBufferSize: 0
> soLinger: 0
> trafficClass: 0
> LOAD_BALANCER_SETTINGS:
> ALGORITHM:
> type: priority
> PROPERTIES:
> changeServerIntervalInMillis: 5000
> repeatsAmount: 3
QUEUES: QUEUES:
SAMPLE: SAMPLE:
innerQueuesAmount: 4 innerQueuesAmount: 4
waitTimeBetweenCheckingTaskReadyToStartInMillis: 500 waitTimeBetweenCheckingTaskReadyToStartInMillis: 500
storageClassName: 'com.jlupin.impl.microservice.partofjlupin.asynchronous.storage.queue.impl.memory.JLupinMemoryQueueStorageImpl' storageClassName: 'com.jlupin.impl.microservice.partofjlupin.asynchronous.storage.queue.impl.memory.JLupinMemoryQueueStorageImpl'
#storageClassName: 'com.jlupin.impl.microservice.partofjlupin.asynchronous.storage.queue.impl.disk.JLupinDiskQueueStorageImpl' #storageClassName: 'com.jlupin.impl.microservice.partofjlupin.asynchronous.storage.queue.impl.disk.JLupinDiskQueueStorageImpl'
threadAmount: 8 | threadAmount: 4
maxSendProbeAmount: 2 maxSendProbeAmount: 2
maxAcceptExceptionAmount: 1 maxAcceptExceptionAmount: 1
exceptionStringToRepeat: 'java.lang.Exception' exceptionStringToRepeat: 'java.lang.Exception'
garbageThreadAmount: 2 garbageThreadAmount: 2
garbageStartDelayInMillis: 60000 | garbageStartDelayInMillis: 30000
howLongTaskStatusWillBeInATransientStateInMillis: 5000 howLongTaskStatusWillBeInATransientStateInMillis: 5000
howLongTaskResultShouldBeOnQueueWithoutDownloadingItInMillis: 240000 howLongTaskResultShouldBeOnQueueWithoutDownloadingItInMillis: 240000
howLongTaskInputShouldBeOnQueueWithoutResultItInMillis: 240000 howLongTaskInputShouldBeOnQueueWithoutResultItInMillis: 240000
waitTimeBetweenCheckingTaskByGarbageManagerInMillis: 30000 waitTimeBetweenCheckingTaskByGarbageManagerInMillis: 30000
delaySendProcessTaskToExecuteInMillis: 0 \ delaySendProcessTaskToExecuteInMillis: 0
> isStoreResult: true