From dev-return-62079-archive-asf-public=cust-asf.ponee.io@storm.apache.org Tue Jul 21 00:29:14 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 7CA85180647 for ; Tue, 21 Jul 2020 02:29:14 +0200 (CEST) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 29CE9124E1B for ; Tue, 21 Jul 2020 00:29:05 +0000 (UTC) Received: (qmail 83983 invoked by uid 500); 21 Jul 2020 00:29:04 -0000 Mailing-List: contact dev-help@storm.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@storm.apache.org Delivered-To: mailing list dev@storm.apache.org Received: (qmail 83962 invoked by uid 99); 21 Jul 2020 00:29:03 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2020 00:29:03 +0000 From: =?utf-8?q?GitBox?= To: dev@storm.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bstorm=5D_Crim_commented_on_a_change_in_pull_reques?= =?utf-8?q?t_=233312=3A_=5BSTORM-3652=5D_Last_error_not_displayed_in_Topolog?= =?utf-8?q?y_summary_storm_ui?= Message-ID: <159529134351.29655.7916274726379264296.asfpy@gitbox.apache.org> Date: Tue, 21 Jul 2020 00:29:03 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In-Reply-To: References: Crim commented on a change in pull request #3312: URL: https://github.com/apache/storm/pull/3312#discussion_r457765625 ########## File path: storm-server/src/main/java/org/apache/storm/daemon/nimbus/Nimbus.java ########## @@ -4363,6 +4363,7 @@ private void addBoltAggStats(TopologyPageInfo topoPageInfo, StormTopology topolo CommonAggregateStats commonStats = entry.getValue().get_common_stats(); Review comment: Populates the thrift response with the last error for this bolt, if it exists. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org