You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/03 14:56:00 UTC

[jira] [Commented] (METRON-1078) Metron Indexing fails to stop during "Stop All Services"

    [ https://issues.apache.org/jira/browse/METRON-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16112867#comment-16112867 ] 

ASF GitHub Bot commented on METRON-1078:
----------------------------------------

GitHub user dlyle65535 opened a pull request:

    https://github.com/apache/metron/pull/680

    METRON-1078: Metron Indexing fails to stop during "Stop All Services"

    ## Contributor Comments
    There is a corner-case where sometimes the Storm REST UI is stopped before the Metron topologies when 'STOP ALL' is selected from Ambari. This PR orders STORM_REST_API-STOP after the Metron topologies STOP.
    
    To verify, spin up full-dev and select 'Stop All' from the UI. Verify that 'Storm UI Server Stop' comes after all the the Metron topologies.
    
    ## Pull Request Checklist
    
    Thank you for submitting a contribution to Apache Metron.  
    Please refer to our [Development Guidelines](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61332235) for the complete guide to follow for contributions.  
    Please refer also to our [Build Verification Guidelines](https://cwiki.apache.org/confluence/display/METRON/Verifying+Builds?show-miniview) for complete smoke testing guides.  
    
    
    In order to streamline the review of the contribution we ask you follow these guidelines and ask you to double check the following:
    
    ### For all changes:
    - [X] Is there a JIRA ticket associated with this PR? If not one needs to be created at [Metron Jira](https://issues.apache.org/jira/browse/METRON/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel). 
    - [X] Does your PR title start with METRON-XXXX where XXXX is the JIRA number you are trying to resolve? Pay particular attention to the hyphen "-" character.
    - [X] Has your PR been rebased against the latest commit within the target branch (typically master)?
    
    
    ### For code changes:
    - [X] Have you included steps to reproduce the behavior or problem that is being changed or addressed?
    - [X] Have you included steps or a guide to how the change may be verified and tested manually?
    - [X] Have you ensured that the full suite of tests and checks have been executed in the root metron folder via:
      ```
      mvn -q clean integration-test install && build_utils/verify_licenses.sh 
      ```
    
    - [N/A] Have you written or updated unit tests and or integration tests to verify your changes?
    - [N/A] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)? 
    - [X] Have you verified the basic functionality of the build by building and running locally with Vagrant full-dev environment or the equivalent?
    
    #### Note:
    Please ensure that once the PR is submitted, you check travis-ci for build issues and submit an update to your PR as soon as possible.
    It is also recommended that [travis-ci](https://travis-ci.org) is set up for your personal repository such that your branches are built there before submitting a pull request.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dlyle65535/metron METRON-1078

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/metron/pull/680.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 #680
    
----

----


> Metron Indexing fails to stop during "Stop All Services"
> --------------------------------------------------------
>
>                 Key: METRON-1078
>                 URL: https://issues.apache.org/jira/browse/METRON-1078
>             Project: Metron
>          Issue Type: Bug
>    Affects Versions: 0.4.1
>            Reporter: Anand Subramanian
>            Assignee: David M. Lyle
>             Fix For: Next + 1
>
>
> During the kerberization of metron stack, it is observed that the Metron Indexing service is unable to stop just after the Kerberos Service checks are completed.
> The error in the ambari wizard shows the following:
> {code}
>     raise ExecutionFailed(err_msg, code, files_output[0], files_output[1])
> resource_management.core.exceptions.ExecutionFailed: Execution of 'curl --max-time 3 http://metron-8.openstacklocal:8744/api/v1/topology/summary 1>/tmp/tmpRifTJh 2>/tmp/tmpM4Km1g' returned 7.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
>                                  Dload  Upload   Total   Spent    Left  Speed
>   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (7) Failed connect to metron-8.openstacklocal:8744; Connection refused
> {code}
> This is possibly because the storm service could have possibly shut down before the metron indexing service; hence the issue.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)