Lewis John McGibbney created OODT-971:
-----------------------------------------
Summary: 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
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)