Return-Path: X-Original-To: apmail-reef-dev-archive@minotaur.apache.org Delivered-To: apmail-reef-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 548FC18090 for ; Wed, 10 Feb 2016 19:11:18 +0000 (UTC) Received: (qmail 40328 invoked by uid 500); 10 Feb 2016 19:11:18 -0000 Delivered-To: apmail-reef-dev-archive@reef.apache.org Received: (qmail 40297 invoked by uid 500); 10 Feb 2016 19:11:18 -0000 Mailing-List: contact dev-help@reef.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@reef.apache.org Delivered-To: mailing list dev@reef.apache.org Received: (qmail 40272 invoked by uid 99); 10 Feb 2016 19:11:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2016 19:11:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0D2982C0AFA for ; Wed, 10 Feb 2016 19:11:18 +0000 (UTC) Date: Wed, 10 Feb 2016 19:11:18 +0000 (UTC) From: "Anupam (JIRA)" To: dev@reef.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (REEF-1202) Fix possible run-away System.Threading.Tasks.Task in REEF .NET MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Anupam created REEF-1202: ---------------------------- Summary: Fix possible run-away System.Threading.Tasks.Task in REEF .NET Key: REEF-1202 URL: https://issues.apache.org/jira/browse/REEF-1202 Project: REEF Issue Type: Bug Reporter: Anupam The following locations have Tasks for which the result/status/exception is never inspected. Many of these are likely to be a bug. \lang\cs\Org.Apache.REEF.Wake\Remote\Impl\StreamingTransportClient.cs(68): \lang\cs\Org.Apache.REEF.Wake\Remote\Impl\TransportClient.cs(70): \lang\cs\Org.Apache.REEF.Client\Local\LocalClient.cs(147): \lang\cs\Org.Apache.REEF.IO\FileSystem\AzureBlob\AzureBlockBlobFileSystem.cs(90): \lang\cs\Org.Apache.REEF.Wake.Tests\ClockTest.cs(39): \lang\cs\Org.Apache.REEF.Wake.Tests\ClockTest.cs(54): \lang\cs\Org.Apache.REEF.Wake.Tests\ClockTest.cs(90): \lang\cs\Org.Apache.REEF.Wake.Tests\ClockTest.cs(109): \lang\cs\Org.Apache.REEF.Wake.Tests\StreamingTransportTest.cs(141): \lang\cs\Org.Apache.REEF.Wake.Tests\TransportTest.cs(158): -- This message was sent by Atlassian JIRA (v6.3.4#6332)