GitHub user kevinxu021 opened a pull request:
https://github.com/apache/incubator-trafodion/pull/202
[TRAFODION-1656]Remove DISCONNECTED& refactor some code
It's useless to be DISCONNECTED since nothing is done between DISCONNECTED
and AVALIBLE.
And seems to be not reasonable to sleep 30s.
Tested on while(true){connect/close} without sleeping and it successfully
did hundreds times.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kevinxu021/incubator-trafodion
a_mtdcs_disconnect
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/202.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 #202
----
commit f68df24bc4ba9d06a466e247d92315bca3040bf2
Author: Kevin Xu <[email protected]>
Date: 2015-12-03T07:17:15Z
useless to sleep 30s after disconnecting
commit 0068ed3494b29106800f4b32e162156cd4a660ef
Author: Kevin Xu <[email protected]>
Date: 2015-12-03T07:57:20Z
format node path
----
---
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.
---