Return-Path: X-Original-To: apmail-trafficserver-users-archive@www.apache.org Delivered-To: apmail-trafficserver-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 66BE110AB2 for ; Mon, 25 Nov 2013 09:50:53 +0000 (UTC) Received: (qmail 77362 invoked by uid 500); 25 Nov 2013 09:50:52 -0000 Delivered-To: apmail-trafficserver-users-archive@trafficserver.apache.org Received: (qmail 77238 invoked by uid 500); 25 Nov 2013 09:50:52 -0000 Mailing-List: contact users-help@trafficserver.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@trafficserver.apache.org Delivered-To: mailing list users@trafficserver.apache.org Received: (qmail 77228 invoked by uid 99); 25 Nov 2013 09:50:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Nov 2013 09:50:51 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ming.zym@gmail.com designates 209.85.192.182 as permitted sender) Received: from [209.85.192.182] (HELO mail-pd0-f182.google.com) (209.85.192.182) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Nov 2013 09:50:44 +0000 Received: by mail-pd0-f182.google.com with SMTP id v10so5172316pde.27 for ; Mon, 25 Nov 2013 01:50:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=X2q6NtRxGADHup/41V2gnVkQVoJaigXZY1bLUDVjS2E=; b=Ptb7DJgg4yG0b9w9u1+IfFLl7cv3ekQLrLt2nbJIpx6QbGourG9L2Xnza1pjT+Gr0t 1fE+TkkdPziMDkB5DN3lTmzflKqxhI39TJ2iatVQjwDCNpxzUjYhE920N/d+nyPNafor q9Z8hPCe09xFN3sLco7lPhol2KxSbDa1RgUGH9tg1vjrBQfXjwRKRqH4S19rPc+yqICJ kjL985JHffcPk9PEHsrZHxnW2laRXBOo+2Tdove8eTSQNmrFuGzlghCVCigSc5OwCNRN JZcKB30ZeK56dO7yK/O5/fsIS3M0CEQExD30iVhAUqcTvliNO3dfRWfih7mwt5eez4Aa s3ew== X-Received: by 10.66.155.36 with SMTP id vt4mr26464757pab.93.1385373023186; Mon, 25 Nov 2013 01:50:23 -0800 (PST) Received: from [10.62.9.132] ([182.92.247.2]) by mx.google.com with ESMTPSA id bp5sm71993246pbb.18.2013.11.25.01.50.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 25 Nov 2013 01:50:22 -0800 (PST) Content-Type: multipart/signed; boundary="Apple-Mail=_499F6E11-8890-483B-9725-385F3F9D03E4"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Subject: Re: the cluster refine codes in on refine_cluster branch From: Yongming Zhao In-Reply-To: Date: Mon, 25 Nov 2013 17:50:16 +0800 Cc: "users@trafficserver.apache.org" Message-Id: <21D7E5C8-7BEA-4D4D-BA58-E64B2595F87C@gmail.com> References: To: dev@trafficserver.apache.org X-Mailer: Apple Mail (2.1822) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_499F6E11-8890-483B-9725-385F3F9D03E4 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 https://cwiki.apache.org/confluence/display/TS/Clustering here is the long waiting documents on how to config and manage the new = cluster, and I will translate them all into English. the merge codes may have some issue, on building and performance, please = don=E2=80=99t put in production anyway. thanks =E5=9C=A8 2013=E5=B9=B411=E6=9C=8821=E6=97=A5=EF=BC=8C=E4=B8=8B=E5=8D=882:= 45=EF=BC=8CYongming Zhao =E5=86=99=E9=81=93=EF=BC=9A > 20 hours ago, Weijin pushed out our first effort of forward porting = our cluster refine codes, in this big fat patch, we have refined the = cluster communication in the message level, to archive better = performance. >=20 > what we do: > =E2=80=A2 make cluster a pure message driven layer, no more vc = splice on each side > =E2=80=A2 cleanup the msg encapsulation and callback implements > =E2=80=A2 modified the cache cluster interface > due to the big change we made, there is something we changed in the = cluster: > * load monitor > * hostdb cluster interface > as our main platform is Linux, and due to the network codes we can not = reuse, we have made some dirty codes into the new cluster, that will = need more work to get clean, to make it multi-platform aware and clean. >=20 > anyway, it is out, please join us on the hacking and testing. >=20 > those codes performs >4G/box traffic in our network, and there is no = limit in cluster performance anymore >=20 > please refer to the codes and wiki: > codes in: > = https://git-wip-us.apache.org/repos/asf?p=3Dtrafficserver.git;a=3Dshortlog= ;h=3Drefs/heads/refine_cluster > wiki at: > https://cwiki.apache.org/confluence/display/TS/Clustering > jira at: > https://issues.apache.org/jira/browse/TS-2005 >=20 > the patch is a joint effort of WeiJin and YuQing > thanks >=20 >=20 >=20 > Yongming Zhao > =E8=B5=B5=E6=B0=B8=E6=98=8E > aka =E6=B0=B8=E8=B1=AA yonghao@taobao.com >=20 --Apple-Mail=_499F6E11-8890-483B-9725-385F3F9D03E4 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- iQIcBAEBAgAGBQJSkx1ZAAoJEETwKOcePlbGVm8P/1vPojI5wYPwem6DKjl5KzPW x/8P7Lt7MoBCQXHF3p048hDMsXNrsV13ucjnN04o8iFu6IUT3bHMzfwzFRmIeUds U9Z2Ffpgp0jI2fVdVsQ0voOguL6eOBOMabJLF4iC9WD6lQGws+qWFsq9nJIPzsYw wN802XjgrVP1DYrsD6e6R2xJjJhHD1WDATe+g+BWB8pS9XgM0h+ZeT3/MFdWFzLp l9x1y/dhv5WstHmdmzoMU8/GfbYmPgf1mezUgoYgRIiruQ029G9jXZTc9+o9SQQX 4Ug0bGN0bm45Hqk0LMJy6ETmqykQrzknbiCWUQvrCyya2Xp5mMkpH98kkDchkLze xpGPWdTOndxm/9qccUbx9I/BaBQ5ZLxFUkQRFCmCM/CNLT0hWOgW0LS/HYEXEM9i Y4ksCOOxaKtvt3wXsO49/iJG4NwHpg39DE/ESOXRFdq9puQBZbpI3BnciQJTXVLw QqhYJ/RXFBmrQI0EeT7E6SLpcI64hKXJRWChD20xbkXWDVaDBwLbRfpn/iNy+SXp 58SzMmz2sMRxyIolP3qYk1lyrDLjVOvv9HLUXFvRh6apvXSjsSg5Ob3jZZqEZUZl JcexuTc7Y69U25jDD25CDvbzmw/EKoFVTfEIpSc77B1Buat4xwHsVMYzUbCE7OZq Fr5cx2nXEjOwavV+tZ7i =M7Fn -----END PGP SIGNATURE----- --Apple-Mail=_499F6E11-8890-483B-9725-385F3F9D03E4--