Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9F59618C67 for ; Thu, 10 Sep 2015 19:14:19 +0000 (UTC) Received: (qmail 74507 invoked by uid 500); 10 Sep 2015 19:14:19 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 74471 invoked by uid 500); 10 Sep 2015 19:14:19 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 74456 invoked by uid 99); 10 Sep 2015 19:14:19 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Sep 2015 19:14:19 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 75CFF27288A; Thu, 10 Sep 2015 19:14:18 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============3127115278312691790==" MIME-Version: 1.0 Subject: Re: Review Request 38257: UpgradeCatalogs should use integer specifiers From: "Jonathan Hurley" To: "Alejandro Fernandez" , "Jonathan Hurley" Cc: "Nate Cole" , "Ambari" Date: Thu, 10 Sep 2015 19:14:18 -0000 Message-ID: <20150910191418.1695.93396@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: "Jonathan Hurley" X-ReviewGroup: Ambari X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/38257/ X-Sender: "Jonathan Hurley" References: <20150910173655.1695.83819@reviews.apache.org> In-Reply-To: <20150910173655.1695.83819@reviews.apache.org> Reply-To: "Jonathan Hurley" X-ReviewRequest-Repository: ambari --===============3127115278312691790== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit > On Sept. 10, 2015, 1:36 p.m., Alejandro Fernandez wrote: > > Sounds like this may be an issue all over the code base. UpgradeCatalogs are particularly troublesome. > > We should send a public announcement. > > Nate Cole wrote: > Agreed. This was specific to get upgrading working properly. +1 - Jonathan ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38257/#review98429 ----------------------------------------------------------- On Sept. 10, 2015, 12:05 p.m., Nate Cole wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/38257/ > ----------------------------------------------------------- > > (Updated Sept. 10, 2015, 12:05 p.m.) > > > Review request for Ambari, Alejandro Fernandez and Jonathan Hurley. > > > Bugs: AMBARI-13057 > https://issues.apache.org/jira/browse/AMBARI-13057 > > > Repository: ambari > > > Description > ------- > > Every invocation of MessageFormat.format() should use a number specifier: {0,number,#} where a long is used to build queries. > > This issue can occur with any Ambari DB when the cluster has 1000+ components. Therefore, there is a high risk of this problem occurring on a cluster with 200+ hosts (which translates to 1000+ components, assuming 5 components per host). > > > Diffs > ----- > > ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog210.java 1981514 > ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog211.java c650ae7 > ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog211Test.java b04515a > > Diff: https://reviews.apache.org/r/38257/diff/ > > > Testing > ------- > > Manual testing of 1000+ node db. > > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 58:36 min > [INFO] Finished at: 2015-09-10T12:03:18-04:00 > [INFO] Final Memory: 34M/657M > [INFO] ------------------------------------------------------------------------ > > > Thanks, > > Nate Cole > > --===============3127115278312691790==--