From reviews-return-3566-archive-asf-public=cust-asf.ponee.io@livy.incubator.apache.org Fri Mar 13 02:51:17 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 7C2C118064F for ; Fri, 13 Mar 2020 03:51:17 +0100 (CET) Received: (qmail 61384 invoked by uid 500); 13 Mar 2020 02:51:16 -0000 Mailing-List: contact reviews-help@livy.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@livy.incubator.apache.org Delivered-To: mailing list reviews@livy.incubator.apache.org Received: (qmail 61372 invoked by uid 99); 13 Mar 2020 02:51:16 -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; Fri, 13 Mar 2020 02:51:16 +0000 From: GitBox To: reviews@livy.apache.org Subject: [GitHub] [incubator-livy] yiheng opened a new pull request #277: [LIVY-724] Support Session Lazy Recover Message-ID: <158406787654.8588.1262347166907734695.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Fri, 13 Mar 2020 02:51:16 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit yiheng opened a new pull request #277: [LIVY-724] Support Session Lazy Recover URL: https://github.com/apache/incubator-livy/pull/277 ## What changes were proposed in this pull request? In this patch, we support a new session recovery mode. In this mode, the sessions on the failed server will not be recovered until a request for it arrives. This mode will be enabled in the multi-active HA scenario. ## How was this patch tested? New and existing unit tests. Please review https://livy.incubator.apache.org/community/ before opening a pull request. ---------------------------------------------------------------- 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 With regards, Apache Git Services