From patchwork Mon Jun 22 05:55:12 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Han Zhou X-Patchwork-Id: 1314073 X-Patchwork-Delegate: i.maximets@samsung.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ovn.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 49qzCv2NDBz9sRW for ; Mon, 22 Jun 2020 15:55:37 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D09AB888DE; Mon, 22 Jun 2020 05:55:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lzuMakBzIF03; Mon, 22 Jun 2020 05:55:29 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by hemlock.osuosl.org (Postfix) with ESMTP id 958AF8885E; Mon, 22 Jun 2020 05:55:29 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 7CB7AC089E; Mon, 22 Jun 2020 05:55:29 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by lists.linuxfoundation.org (Postfix) with ESMTP id 31437C016F for ; Mon, 22 Jun 2020 05:55:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2DE9087F35 for ; Mon, 22 Jun 2020 05:55:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZTjDNiXCqQJB for ; Mon, 22 Jun 2020 05:55:26 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by whitealder.osuosl.org (Postfix) with ESMTPS id D136087F6A for ; Mon, 22 Jun 2020 05:55:25 +0000 (UTC) X-Originating-IP: 73.241.94.255 Received: from localhost.localdomain.localdomain (unknown [73.241.94.255]) (Authenticated sender: hzhou@ovn.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 9085C60006; Mon, 22 Jun 2020 05:55:21 +0000 (UTC) From: Han Zhou To: dev@openvswitch.org Date: Sun, 21 Jun 2020 22:55:12 -0700 Message-Id: <1592805313-39714-1-git-send-email-hzhou@ovn.org> X-Mailer: git-send-email 2.1.0 Cc: Han Zhou Subject: [ovs-dev] [PATCH 1/2] ovsdb/TODO.rst: Remove completed items. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" - snapshot unit test has been added for "change-election-timer" related patches. - 100% CPU problem was addressed by: 2cd62f75c1 ("ovsdb raft: Precheck prereq before proposing commit.") Signed-off-by: Han Zhou --- ovsdb/TODO.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ovsdb/TODO.rst b/ovsdb/TODO.rst index fb4a50f..0771c25 100644 --- a/ovsdb/TODO.rst +++ b/ovsdb/TODO.rst @@ -27,12 +27,8 @@ OVSDB Clustering To-do List * Ephemeral columns. -* Unit test snapshotting. - * Locks. -* Investigate 100% CPU for long-running triggers - * Tons of unit tests. * Increase exponential backoff cap. Introduce randomization. From patchwork Mon Jun 22 05:55:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Han Zhou X-Patchwork-Id: 1314072 X-Patchwork-Delegate: i.maximets@samsung.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ovn.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 49qzCv2QLxz9sRh for ; Mon, 22 Jun 2020 15:55:39 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id E41A1888A5; Mon, 22 Jun 2020 05:55:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T7EU8QRUT6X5; Mon, 22 Jun 2020 05:55:32 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by hemlock.osuosl.org (Postfix) with ESMTP id A8CDD88915; Mon, 22 Jun 2020 05:55:30 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 91253C0891; Mon, 22 Jun 2020 05:55:30 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by lists.linuxfoundation.org (Postfix) with ESMTP id 7B1B0C0891 for ; Mon, 22 Jun 2020 05:55:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 64EFF8886B for ; Mon, 22 Jun 2020 05:55:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id u7TNezQy0MtT for ; Mon, 22 Jun 2020 05:55:28 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by hemlock.osuosl.org (Postfix) with ESMTPS id D6C518885E for ; Mon, 22 Jun 2020 05:55:27 +0000 (UTC) X-Originating-IP: 73.241.94.255 Received: from localhost.localdomain.localdomain (unknown [73.241.94.255]) (Authenticated sender: hzhou@ovn.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 46BB660007; Mon, 22 Jun 2020 05:55:22 +0000 (UTC) From: Han Zhou To: dev@openvswitch.org Date: Sun, 21 Jun 2020 22:55:13 -0700 Message-Id: <1592805313-39714-2-git-send-email-hzhou@ovn.org> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1592805313-39714-1-git-send-email-hzhou@ovn.org> References: <1592805313-39714-1-git-send-email-hzhou@ovn.org> Cc: Han Zhou Subject: [ovs-dev] [PATCH 2/2] ovsdb/TODO.rst: Remove OVN specific items. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" These should belong to OVN project, if still not done yet. Signed-off-by: Han Zhou --- ovsdb/TODO.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ovsdb/TODO.rst b/ovsdb/TODO.rst index 0771c25..fd0163f 100644 --- a/ovsdb/TODO.rst +++ b/ovsdb/TODO.rst @@ -43,10 +43,6 @@ OVSDB Clustering To-do List * ACID (and CAP?) explanation. - * Upgrading OVN to a clustered database - - * Installing OVN with a clustered database - * Overall diagram explaining the cluster and ovsdb protocol pieces * Future work: