[
https://issues.apache.org/jira/browse/CASSSIDECAR-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jyothsna Konisa updated CASSSIDECAR-406:
----------------------------------------
Fix Version/s: 0.3
Source Control Link:
https://github.com/apache/cassandra-sidecar/commit/f69e6a9ef0ca355667075713f48ac74cedcfd8af
Resolution: Fixed
Status: Resolved (was: Ready to Commit)
> 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
> Fix For: 0.3
>
> Time Spent: 1h 10m
> 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]