Return-Path: Delivered-To: apmail-incubator-river-dev-archive@minotaur.apache.org Received: (qmail 45470 invoked from network); 29 Jul 2010 00:20:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Jul 2010 00:20:33 -0000 Received: (qmail 71796 invoked by uid 500); 29 Jul 2010 00:20:33 -0000 Delivered-To: apmail-incubator-river-dev-archive@incubator.apache.org Received: (qmail 71723 invoked by uid 500); 29 Jul 2010 00:20:32 -0000 Mailing-List: contact river-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: river-dev@incubator.apache.org Delivered-To: mailing list river-dev@incubator.apache.org Received: (qmail 71714 invoked by uid 99); 29 Jul 2010 00:20:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jul 2010 00:20:32 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of pats@acm.org designates 209.86.89.63 as permitted sender) Received: from [209.86.89.63] (HELO elasmtp-junco.atl.sa.earthlink.net) (209.86.89.63) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jul 2010 00:20:24 +0000 Received: from [70.230.198.111] (helo=[192.168.1.104]) by elasmtp-junco.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1OeGqy-0002Jj-3T for river-dev@incubator.apache.org; Wed, 28 Jul 2010 20:20:04 -0400 Message-ID: <4C50C932.2010107@acm.org> Date: Wed, 28 Jul 2010 17:20:02 -0700 From: Patricia Shanahan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5 MIME-Version: 1.0 To: river-dev@incubator.apache.org Subject: Re: [jira] Updated: (RIVER-344) com.sun.jini.thread.TaskManager scalability and concurrency. References: <31393560.576161280092909343.JavaMail.jira@thor> <4C4EBDE5.9050002@zeus.net.au> <4C4EDD07.50109@acm.org> <4C4F4B53.6080900@zeus.net.au> In-Reply-To: <4C4F4B53.6080900@zeus.net.au> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: 9a090983a806273c061ba25959e76cc985338a7d01cb3b6a7e972de0d01da940883b6bbac3eef19526b74ce4b37bb280350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 70.230.198.111 I've just had a rethink on the patches - I think you need to scan the logs for WARNING level messages from TaskManager containing "Task.runAfter exception". I just remembered that the current implementation turns a throw from TaskManager.Task.runAfter into a warning in the log. Would it be better to log directly, rather than throw? I can produce a new patch to do that, maybe at the ERROR level to make sure it will be noticed? Patricia On 7/27/2010 2:10 PM, Peter Firmstone wrote: > QA Test Results: > [java] ----------------------------------------- > [java] > [java] # of tests started = 397 > [java] # of tests completed = 397 > [java] # of tests skipped = 18 > [java] # of tests passed = 397 > [java] # of tests failed = 0 > [java] > [java] ----------------------------------------- > [java] > [java] Date finished: > [java] Wed Jul 28 00:12:51 EST 2010 > [java] Time elapsed: > [java] 11686 seconds > > > Timezone GMT +10 (Australia) > > Jtreg tests to follow. > > Cheers, > > Peter. > > Patricia Shanahan wrote: >> Please let me know if and when you have looked at the patch, and if >> there are any problems with it, because I'm working on more, similar, >> tests. >> >> Also, what is your time zone? It affects the meaning of "tomorrow". >> I'm in California. >> >> Patricia >> >> >> Peter Firmstone wrote: >>> I'll have the results of the tests tomorrow. >>> >>> Cheers, >>> >>> Peter. >>> >>> Patricia Shanahan (JIRA) wrote: >>>> [ >>>> https://issues.apache.org/jira/browse/RIVER-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel >>>> ] >>>> >>>> Patricia Shanahan updated RIVER-344: >>>> ------------------------------------ >>>> >>>> Attachment: first_test.patch >>>> >>>> This is the first in a series of test patches for probing behavior >>>> of TaskManager users. Feel free to change the RuntimeException throw >>>> to anything you prefer that will be easily recognized during testing. >>>> >>>> >>>>> com.sun.jini.thread.TaskManager scalability and concurrency. >>>>> ------------------------------------------------------------ >>>>> >>>>> Key: RIVER-344 >>>>> URL: https://issues.apache.org/jira/browse/RIVER-344 >>>>> Project: River >>>>> Issue Type: Sub-task >>>>> Components: com_sun_jini_thread >>>>> Environment: All >>>>> Reporter: Peter Firmstone >>>>> Attachments: first_test.patch >>>>> >>>>> >>>>> The current implementation of TaskManger doesn't scale. >>>> >>> >>> >> >> > >