Jyothsna Konisa created CASSSIDECAR-406:
-------------------------------------------
Summary: 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
Reporter: Jyothsna Konisa
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]