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

Jyothsna Konisa updated CASSSIDECAR-236:
----------------------------------------
                        Authors: Jyothsna Konisa
    Test and Documentation Plan: Added test cases to verify the bug fix.
                         Status: Patch Available  (was: Open)

https://github.com/apache/cassandra-sidecar/pull/213

> 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
>          Time Spent: 10m
>  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

Reply via email to