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 3235F18E32 for ; Sat, 5 Dec 2015 23:44:11 +0000 (UTC) Received: (qmail 1078 invoked by uid 500); 5 Dec 2015 23:44:11 -0000 Delivered-To: apmail-reef-dev-archive@reef.apache.org Received: (qmail 1042 invoked by uid 500); 5 Dec 2015 23:44:11 -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 1023 invoked by uid 99); 5 Dec 2015 23:44:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Dec 2015 23:44:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E7DB72C033A for ; Sat, 5 Dec 2015 23:44:10 +0000 (UTC) Date: Sat, 5 Dec 2015 23:44:10 +0000 (UTC) From: "Andrew Chung (JIRA)" To: dev@reef.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (REEF-502) Support Vortex Tasklet(s) cancellation by user MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/REEF-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15043574#comment-15043574 ] Andrew Chung commented on REEF-502: ----------------------------------- PR is out, please have a look! Note the assumptions on the PR: Tasklet ID is unique, and each tasklet only matches to one VortexFuture. We can make changes to accommodate duplicate tasklets once REEF-500 is shaped up. Thanks! > Support Vortex Tasklet(s) cancellation by user > ---------------------------------------------- > > Key: REEF-502 > URL: https://issues.apache.org/jira/browse/REEF-502 > Project: REEF > Issue Type: Sub-task > Components: Vortex > Reporter: John Yang > Assignee: Andrew Chung > Priority: Minor > > Currently VortexFuture#cancel and VortexFuture#isCancelled throw UnsupportedOperationException. It would be great to implement them. This task is likely to touch on end-to-end Vortex Master-Worker control flow. -- This message was sent by Atlassian JIRA (v6.3.4#6332)