Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 91412 invoked from network); 23 Apr 2010 08:04:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Apr 2010 08:04:20 -0000 Received: (qmail 98608 invoked by uid 500); 23 Apr 2010 08:04:20 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 98365 invoked by uid 500); 23 Apr 2010 08:04:19 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 98357 invoked by uid 99); 23 Apr 2010 08:04:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Apr 2010 08:04:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Apr 2010 08:04:16 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3N83sR5007367 for ; Fri, 23 Apr 2010 08:03:54 GMT Message-ID: <2260743.156561272009834018.JavaMail.jira@thor> Date: Fri, 23 Apr 2010 04:03:54 -0400 (EDT) From: "Julien Vey (JIRA)" To: issues@cxf.apache.org Subject: [jira] Created: (DOSGI-70) Reconnect automatically to Zookeeper after a connection loss / timeout MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Reconnect automatically to Zookeeper after a connection loss / timeout ---------------------------------------------------------------------- Key: DOSGI-70 URL: https://issues.apache.org/jira/browse/DOSGI-70 Project: CXF Distributed OSGi Issue Type: Improvement Components: Discovery Affects Versions: 1.1, 1.0, 1.2 Reporter: Julien Vey When a remote service is disconnected from the ZooKeeper Server and when the session is expired, it should be able to try to reconnect automatically. Here the discussion on the mailing list : http://old.nabble.com/DOSGI-Discovery-with-Zookeeper%2C-re-establish-session-after-a-timeout-tt28305408.html Some links to zookeeper about this matter http://wiki.apache.org/hadoop/ZooKeeper/FAQ#A3 http://hadoop.apache.org/zookeeper/docs/current/zookeeperProgrammers.html#ch_zkSessions -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.