[ 
https://issues.apache.org/jira/browse/SOLR-15376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445544#comment-17445544
 ] 

ASF subversion and git services commented on SOLR-15376:
--------------------------------------------------------

Commit c214e07ecefa56a39788955c59c023e1f480c4ca in solr's branch 
refs/heads/main from Nahian-Al Hasan
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=c214e07 ]

SOLR-15376: Accept "Long" values for 
CollectionAdminRequest.CreateTimeRoutedAlias.setMaxFutureMs to support 
durations greater than ~25 days. (#202)

Co-authored-by: Christine Poerschke <cpoersc...@apache.org>

> Update SolrJ CollectionAdminRequest.CreateTimeRoutedAlias.setMaxFutureMs
> ------------------------------------------------------------------------
>
>                 Key: SOLR-15376
>                 URL: https://issues.apache.org/jira/browse/SOLR-15376
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java, SolrJ
>            Reporter: Nahian-Al Hasan
>            Assignee: Gus Heck
>            Priority: Major
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> `CollectionAdminRequest.CreateTimeRoutedAlias.setMaxFutureMs` method only 
> accepts an integer value as a parameter. The Java Integer.MAX_VALUE is 
> `2147483647`. This value is too small to accommodate for any duration greater 
> than ~ 25 days. 
> Solution:
> - Update the parameter to accept a String value for bigger a bigger duration. 
> This is already possible via the `CollectionAdminRequest.SetAliasProperty` 
> class.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to