Return-Path: Delivered-To: apmail-incubator-roller-user-archive@www.apache.org Received: (qmail 38459 invoked from network); 22 Jul 2006 15:27:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Jul 2006 15:27:52 -0000 Received: (qmail 35831 invoked by uid 500); 22 Jul 2006 15:27:51 -0000 Delivered-To: apmail-incubator-roller-user-archive@incubator.apache.org Received: (qmail 35798 invoked by uid 500); 22 Jul 2006 15:27:51 -0000 Mailing-List: contact roller-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: roller-user@incubator.apache.org Delivered-To: mailing list roller-user@incubator.apache.org Received: (qmail 35787 invoked by uid 99); 22 Jul 2006 15:27:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Jul 2006 08:27:51 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [207.212.50.58] (HELO busybuddha.org) (207.212.50.58) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Jul 2006 08:27:50 -0700 Received: from HALFDOME (sycamore.busybuddha.org [207.212.50.58]) by busybuddha.org (8.13.1/8.12.11) with SMTP id k6MFQaEL004618 for ; Sat, 22 Jul 2006 08:26:36 -0700 Message-ID: <001701c6ada3$68ce8fc0$6701a8c0@HALFDOME> From: "Anil Gangolli" To: References: <05F7777636653C48883BE6FF7FFC64C5023AA2A3@neon.ALLOT.LOCAL> <002c01c6ac17$673b6990$6801a8c0@HALFDOME> <05F7777636653C48883BE6FF7FFC64C5897E3D@neon.ALLOT.LOCAL> <000c01c6ada2$1d662b20$6701a8c0@HALFDOME> Subject: Re: hot blogs hit count persistency Date: Sat, 22 Jul 2006 08:27:57 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N If you are using the latest source tree (there was a reorg of some packages after 2.3), that class is called: org.apache.roller.ui.core.tasks.TurnoverReferersTask --a. ----- Original Message ----- From: "Anil Gangolli" To: Sent: Saturday, July 22, 2006 8:18 AM Subject: Re: hot blogs hit count persistency > > Ok. Try looking at you referer table in the database directly with a > mySQL client. If it is nonempty, the entries there are probably just too > old to be counted by the "hot blogs" query. If it is empty it suggests > that either the cleanup ran or an improper export/reimport. > > The periodic cleanup task is > org.apache.roller.presentation.TurnoverReferersTask. > > It can be executed daily within the server by adding/uncommenting the > following snippet in > your roller.properties / roller-custom.properties file. > > --- > # Comma separated list of task classnames to be executed once per day > tasks.daily=org.apache.roller.presentation.TurnoverReferersTask > --- > > The class also has a main method that allows it to be run (with requisite > classpath) directly from, e.g., a cron job. > > --a. > > > ----- Original Message ----- > From: "Guy Katz" > To: > Sent: Saturday, July 22, 2006 12:50 AM > Subject: RE: hot blogs hit count persistency > > > thanks; > can you please ellaborate about the periodic cleanup task? i did not know > such a thing existed. i thought the hit count just keeps on growing and > growing... is the periodic task configurable in any way? > thanks > > > -----Original Message----- > From: Anil Gangolli [mailto:anil@busybuddha.org] > Sent: Thu 7/20/2006 7:13 PM > To: roller-user@incubator.apache.org > Subject: Re: hot blogs hit count persistency > > It's computed by a query on the recent referrer counts which are stored in > the "referer" (sic.) table. Perhaps you didn't export these, or you > cleared them out, or the periodic cleanup task ran and cleared them out? > > --a. > > > ----- Original Message ----- > From: "Guy Katz" > To: > Sent: Thursday, July 20, 2006 4:58 AM > Subject: hot blogs hit count persistency > > > Hi all; > > Is the hit number for "hot blogs" saved in the DB? (Which table?). > > For some reason the number was reset for all my blogs in my roller web > app. > > I am doing some testing, dumping the DB and populating the DB from time > to time but I can't find a reason for why the number was reset to 0. > > I am using roller 2.3/tomcat 5.5.17/mysql 4.1.16 > > Thanks in advance. > > > > > >