GitHub user venkat1m opened a pull request:
https://github.com/apache/incubator-trafodion/pull/270
Fix reopened JIRA 1736
The earlier fix caused only the mxosrvrs associated with last DCS servers
to be displayed in the REST dcs connections output. This was because the fix
was put inside a loop which cleared the dcsservers discovered for the previous
nodes.
The fix is now moved outside the for loop and so preserves all the
discovered mxosrvrs. Tested and verified this on a 2 node cluster.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/venkat1m/incubator-trafodion TRAFODION-1736-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/270.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #270
----
commit 0613c59b9add3ee91a20cc7279c082631ec3afe3
Author: venkat1m <[email protected]>
Date: 2016-01-15T00:38:55Z
Fix reopened JIRA 1736
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---