You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2018/02/24 18:55:00 UTC

[jira] [Commented] (OODT-971) Default filemgr.properties is buggy in radix post AvroRPC

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

Chris A. Mattmann commented on OODT-971:
----------------------------------------

My suggestions on list discussed on list:

 
 # 2.0-master and post - only AvroRPC
 # 1.9-master supports AvroRPC and last release supporting XML-RPC

 

Given that, I think in 2.0 master, we should make the RADIX file match the Avro and take out XML-RPC. In 1.9-master (current) we don't need to worry about it.

 

> Default filemgr.properties is buggy in radix post AvroRPC
> ---------------------------------------------------------
>
>                 Key: OODT-971
>                 URL: https://issues.apache.org/jira/browse/OODT-971
>             Project: OODT
>          Issue Type: Bug
>          Components: file manager, radix
>    Affects Versions: 1.2
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>            Priority: Major
>             Fix For: 1.2.1
>
>
> When a user creates and builds a new Radix distribution, the filemgr.properties references such as 
> {code}
> # xml rpc client configuration
> org.apache.oodt.cas.filemgr.system.xmlrpc.connectionTimeout.minutes=20
> org.apache.oodt.cas.filemgr.system.xmlrpc.requestTimeout.minutes=60
> #org.apache.oodt.cas.filemgr.system.xmlrpc.connection.retries=0
> #org.apache.oodt.cas.filemgr.system.xmlrpc.connection.retry.interval.seconds=3
> {code}
> Although these are _fine_ e.g. they still work, the package naming is now off as there is no package actually named 
> {code}
> org.apache.oodt.cas.filemgr.system.xmlrpc...
> {code}
> The only issue I have with changing this important configuration setting, is that is would essentially be backwards non-compatible with EVERY OODT install unless your new install was powered by Radix.
> Any comments as to what to do? I am happy to close this as *wont fix* due to the backwards non-compatible nature of a proposed fix which would _correct_ the package naming but I just wanted to post for consideration here folks. I will open a new issue regarding adding AvroRPC filemgr configuration in a separate issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)