[ 
https://issues.apache.org/jira/browse/CASSSIDECAR-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Josh McKenzie updated CASSSIDECAR-406:
--------------------------------------
    Status: Review In Progress  (was: Patch Available)

> Fix ClusterTopologyMonitor delay parsing error due to missing time unit suffix
> ------------------------------------------------------------------------------
>
>                 Key: CASSSIDECAR-406
>                 URL: https://issues.apache.org/jira/browse/CASSSIDECAR-406
>             Project: Sidecar for Apache Cassandra
>          Issue Type: New Feature
>          Components: CDC
>            Reporter: Jyothsna Konisa
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
>   The ClusterTopologyMonitor class had a hardcoded delay value without a time 
> unit suffix:
>   // OLD CODE (BROKEN):
>   public DurationSpec delay()
>   {
>       return MillisecondBoundConfiguration.parse("1000");  
>   }
> This caused a parsing error/exception, preventing ClusterTopologyMonitor from 
> starting and executing its topology refresh cycles.
> Make delay configurable via SidecarConfiguration



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to