Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AB153200C49 for ; Fri, 17 Mar 2017 11:19:47 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A98D4160B8C; Fri, 17 Mar 2017 10:19:47 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F348A160B80 for ; Fri, 17 Mar 2017 11:19:46 +0100 (CET) Received: (qmail 38516 invoked by uid 500); 17 Mar 2017 10:19:46 -0000 Mailing-List: contact dev-help@apex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apex.apache.org Delivered-To: mailing list dev@apex.apache.org Received: (qmail 38505 invoked by uid 99); 17 Mar 2017 10:19:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Mar 2017 10:19:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id C438FC073A for ; Fri, 17 Mar 2017 10:19:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.651 X-Spam-Level: X-Spam-Status: No, score=0.651 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id EKMEvfWIh2RT for ; Fri, 17 Mar 2017 10:19:45 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 3354C5FBE6 for ; Fri, 17 Mar 2017 10:19:44 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 041EFE081B for ; Fri, 17 Mar 2017 10:19:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id AFD62254B8 for ; Fri, 17 Mar 2017 10:19:41 +0000 (UTC) Date: Fri, 17 Mar 2017 10:19:41 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@apex.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (APEXCORE-662) Raise StramEvent for heartbeat miss MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 17 Mar 2017 10:19:47 -0000 [ https://issues.apache.org/jira/browse/APEXCORE-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15929704#comment-15929704 ] ASF GitHub Bot commented on APEXCORE-662: ----------------------------------------- GitHub user Hitesh-Scorpio opened a pull request: https://github.com/apache/apex-core/pull/486 APEXCORE-662 Raising StramEvent in case of heartbeat miss @tushargosavi Please review. I have tested this externally on gateway, attaching screenshot of the same. ![test_screenshot](https://cloud.githubusercontent.com/assets/7661135/24038881/47f3d9a0-0b29-11e7-8a22-b01c61902f9b.jpg) You can merge this pull request into a Git repository by running: $ git pull https://github.com/Hitesh-Scorpio/apex-core APEXCORE-662_NewRaiseStramEvent Alternatively you can review and apply these changes as the patch at: https://github.com/apache/apex-core/pull/486.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 #486 ---- commit 17478f09bf2752de764141a996e6c5175f2f3c4a Author: Hitesh-Scorpio Date: 2017-03-14T11:01:43Z APEXCORE-662 Raising StramEvent in case of heartbeat miss ---- > Raise StramEvent for heartbeat miss > ----------------------------------- > > Key: APEXCORE-662 > URL: https://issues.apache.org/jira/browse/APEXCORE-662 > Project: Apache Apex Core > Issue Type: Task > Reporter: Tushar Gosavi > Assignee: Hitesh Kapoor > Priority: Minor > > One of the cause of container kill is heartbeat miss. we can raise an StramEvent in case of heartbeat miss to make debugging easier. -- This message was sent by Atlassian JIRA (v6.3.15#6346)