You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Anupam (JIRA)" <ji...@apache.org> on 2016/02/10 20:11:18 UTC

[jira] [Created] (REEF-1202) Fix possible run-away System.Threading.Tasks.Task in REEF .NET

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)