[ https://issues.apache.org/jira/browse/CASSSIDECAR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yifan Cai updated CASSSIDECAR-236: ---------------------------------- Fix Version/s: 0.2 Source Control Link: https://github.com/apache/cassandra-sidecar/commit/42ffdef49656c58f800c2526e16a3a5ed37f45d9 Resolution: Fixed Status: Resolved (was: Ready to Commit) > Fixing incorrect creation of MinuteBoundConfiguration & > MillisecondBoundConfiguration in CdcConfigImpl > ------------------------------------------------------------------------------------------------------ > > Key: CASSSIDECAR-236 > URL: https://issues.apache.org/jira/browse/CASSSIDECAR-236 > Project: Sidecar for Apache Cassandra > Issue Type: Bug > Components: Rest API > Reporter: Jyothsna Konisa > Assignee: Jyothsna Konisa > Priority: Major > Fix For: 0.2 > > Time Spent: 1h 20m > Remaining Estimate: 0h > > CdcConfigImpl class has MinuteBoundConfiguration objects created in it. > MillisecondBoundConfiguration(long quantity, TimeUnit unit) > MinuteBoundConfiguration(long quantity, TimeUnit unit) > The above two constructors are used to create respective objects and the > second parameter unit should be higher granularity than the bound. > Ex: For MillisecondBoundConfiguration, the unit should be minutes or hours or > higher unit but it cannot be seconds. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org