Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 12622 invoked from network); 9 Oct 2010 01:20:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Oct 2010 01:20:06 -0000 Received: (qmail 75573 invoked by uid 500); 9 Oct 2010 01:19:41 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 75516 invoked by uid 500); 9 Oct 2010 01:19:41 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 75485 invoked by uid 99); 9 Oct 2010 01:19:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Oct 2010 01:19:41 +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; Sat, 09 Oct 2010 01:19:40 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o991JKC0003476 for ; Sat, 9 Oct 2010 01:19:20 GMT Message-ID: <25462569.50611286587160576.JavaMail.jira@thor> Date: Fri, 8 Oct 2010 21:19:20 -0400 (EDT) From: "Paul Joseph Davis (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Updated: (COUCHDB-534) Futon's status page, when polling to show current status, is sometimes out of sync with server. Full page refresh can bring it back in sync. In-Reply-To: <1217728911.1255810891261.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Joseph Davis updated COUCHDB-534: -------------------------------------- Skill Level: New Contributors Level (Easy) > Futon's status page, when polling to show current status, is sometimes out of sync with server. Full page refresh can bring it back in sync. > --------------------------------------------------------------------------------------------------------------------------------------------- > > Key: COUCHDB-534 > URL: https://issues.apache.org/jira/browse/COUCHDB-534 > Project: CouchDB > Issue Type: Bug > Components: Futon > Affects Versions: 0.11 > Reporter: Glenn Rempe > > I have seen the 'status' page in Futon get out of sync with the tasks actually running on the server on several occasions when relying on the automatic polling feature which polls the server via background request every N seconds. Doing a full browser page refresh seems to resolve the issue. > When I have seen this issue it shows, ever after period page refreshes, the same status items which seem frozen, leading the user to believe that the processes of interest may be frozen. This is likely erroneous. > So its seems there is a problem with the API used to retrieve background ajax info. > Expected behavior : The polling based status page, should always show exactly the same info as the status page after a full page refresh. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.