ECJ-INTEREST-L Archives

September 2013

ECJ-INTEREST-L@LISTSERV.GMU.EDU

Options: Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Mime-Version:
1.0 (Mac OS X Mail 6.5 \(1508\))
Sender:
ECJ Evolutionary Computation Toolkit <[log in to unmask]>
Subject:
From:
Ralf Buschermöhle <[log in to unmask]>
Date:
Fri, 6 Sep 2013 11:59:37 +0200
In-Reply-To:
Content-Type:
multipart/signed; boundary="Apple-Mail=_5244396E-6218-4315-8469-DABFC88A4382"; protocol="application/pgp-signature"; micalg=pgp-sha1
Reply-To:
ECJ Evolutionary Computation Toolkit <[log in to unmask]>
Parts/Attachments:
text/plain (618 bytes) , 56.stack (60 kB) , 56+-500.stack (288 kB) , Exception.stack (514 kB) , text/plain (-1 MB) , signature.asc (-1 MB)
Hi,

unfortunately adding memory does not solve the problem. 

It does not seem to be heap related ... I jstacked after 56 slaves, after 500 adding and removing (also waited for the disconnect messages) slaves and after the next 500 I received the Exception.

And the number of threads did not reduce after waiting.

I attached the thread dumps.

It's the slaveMonitor ... who does not receive an interrupt?

 public boolean waitOnMonitor(Object monitor)
        {
        try
            {
            monitor.wait();
            }
        catch (InterruptedException e) { return false; }
        return true;
        }

Greetings,

	Ralf






ATOM RSS1 RSS2