Created on 12-22-2015 10:41 PM - edited 09-16-2022 08:16 AM
Hello,
Can some explain the documented limitation in http://slider.incubator.apache.org/docs/slider_specs/specifying_exports.html
In the section on exporting data at component level, "Currently, only the host name and dynamically allocated port values can be exported"
Why only host/port exports are allowed @ component level ?
Thanks, Manoj
Created 12-24-2015 10:52 AM
that doc is a bit confusion: I read it myself and wasn't too sure. I've file a JIRA on reviewing and updating it.
Bearing in mind the python agent-side code is not something I know my way around, I think that comment about hostname:port is actually describing how site configurations can be built up.
I believe that python installation code running in a container can actually push out any quicklink values it wants. Client apps do have to be aware that (a) that data isn't there until the container is up and running, (b) after failover the outdated entries will hang around until replaced
Created 12-24-2015 03:14 AM
best answered by @stevel
Created 12-24-2015 10:52 AM
that doc is a bit confusion: I read it myself and wasn't too sure. I've file a JIRA on reviewing and updating it.
Bearing in mind the python agent-side code is not something I know my way around, I think that comment about hostname:port is actually describing how site configurations can be built up.
I believe that python installation code running in a container can actually push out any quicklink values it wants. Client apps do have to be aware that (a) that data isn't there until the container is up and running, (b) after failover the outdated entries will hang around until replaced
Created 12-24-2015 06:38 PM
Thanks Steve. I am aware of your points "a" and "b" - we also discussed "b" on the dev d-list on the thread between two of us and Jon.