Jyothsna Konisa created CASSSIDECAR-236:
-------------------------------------------

             Summary: 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
            Reporter: Jyothsna Konisa


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

Reply via email to