[
https://issues.apache.org/jira/browse/TRAFODION-3163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16569418#comment-16569418
]
ASF GitHub Bot commented on TRAFODION-3163:
-------------------------------------------
GitHub user traflm opened a pull request:
https://github.com/apache/trafodion/pull/1679
[TRAFODION-3163] Add script to do STFS health check
It is hard to test the STFS status if the cluster has many nodes and the
STFS configured with many directories. This script will help to do basic
checking.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/traflm/trafodion TRAFODION-3163
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1679.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 #1679
----
commit a864ee1c947182443ba370158529162628b46d76
Author: LiuMing <ovis_poly@...>
Date: 2018-08-01T15:40:40Z
add command to dtmci
commit 399b2bdf5b65d2dff0e578461cdb03c8d2430577
Author: LiuMing <ovis_poly@...>
Date: 2018-08-05T04:05:55Z
fix bugs
commit 0b3b5b9f4c2ff77b6fd05f495cf908ed32421ff5
Author: LiuMing <ovis_poly@...>
Date: 2018-08-05T06:34:07Z
add a wrapper script
----
> add tools for trouble-shooting
> ------------------------------
>
> Key: TRAFODION-3163
> URL: https://issues.apache.org/jira/browse/TRAFODION-3163
> Project: Apache Trafodion
> Issue Type: Improvement
> Reporter: liu ming
> Assignee: liu ming
> Priority: Major
>
> This will be an umbrella JIRA, from this JIRA, I will add a script to check
> the health of STFS.
> I suggest we can add more tools from the field experience and enhance the
> trouble-shooting capability of Trafodion.
>
> For this case, we found SQL run into error, but the error message didn't tell
> anything about STFS. After a long time debugging, it turns out STFS
> configuration is wrong.
>
> So I want to add a tool to check the STFS status.The tool is very simple, ssh
> to each node, and for each STFS dir, touch a file, if not able to touch a
> file, report error.
>
> If we meet some other useful trouble shooting cases, and it will good to put
> a tool, so we can have a tool-set to run to help debug real issues.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)