From issues-return-153752-archive-asf-public=cust-asf.ponee.io@flink.apache.org Mon Feb 19 10:56:00 2018 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2DE6B180607 for ; Mon, 19 Feb 2018 10:56:00 +0100 (CET) Received: (qmail 68237 invoked by uid 500); 19 Feb 2018 09:55:59 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 68228 invoked by uid 99); 19 Feb 2018 09:55:59 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2018 09:55:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 38287E0779; Mon, 19 Feb 2018 09:55:57 +0000 (UTC) From: StephanEwen To: issues@flink.apache.org Reply-To: issues@flink.apache.org Message-ID: Subject: [GitHub] flink pull request #5523: [FLINK-8695] [rocksdb] Move flink-statebackend-roc... Content-Type: text/plain Date: Mon, 19 Feb 2018 09:55:57 +0000 (UTC) GitHub user StephanEwen opened a pull request: https://github.com/apache/flink/pull/5523 [FLINK-8695] [rocksdb] Move flink-statebackend-rocksdb from 'flink-contrib' to 'flink-state-backends'. ## What is the purpose of the change This moves the `flink-statebackend-rocksdb` maven project out of `flink-contrib` and into a newly created folder `flink-state-backends`. The reason is that `flink-contrib` was meant to be a proving ground for new code with no guarantee of long-term maintenance, and the RocksDB state backend is (for a while already) a crucial and thoroughly maintained component. The change is otherwise trivial, the backend has still the same Maven Artifact ID, so there should be no compatibility issues. You can merge this pull request into a Git repository by running: $ git pull https://github.com/StephanEwen/incubator-flink rocks_move Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/5523.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #5523 ---- commit dfb44444b2fd879b71ceba2c20ed774ffd709b8d Author: Stephan Ewen Date: 2018-02-19T09:31:44Z [FLINK-8695] [rocksdb] Move flink-statebackend-rocksdb from 'flink-contrib' to 'flink-state-backends'. ---- ---