or, just a boolean, true or false would be sufficient, actually. > -----Original Message----- > From: Stover, Michael [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 20, 2002 11:21 AM > To: 'JMeter Developers List' > Subject: RE: RE: 1.7 beta3 > > > we could throw an exception from the "next()" method if current is not > allowed to increase, and the GUI's can be forced to catch the > exception and > deal with it. > > The problem is, I've made result collector keep only 100 > samples max, after > which, it will delete older samples. Otherwise, memory is > rapidly used up. > > I can fix this tonight if you like, or you can do it. Let me know. > > -Mike > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, February 20, 2002 11:11 AM > > To: [EMAIL PROTECTED] > > Subject: Re: RE: 1.7 beta3 > > > > > > Hi guys, > > > > A serious bug #6577 exists in the 1.7beta3 > > release. > > > > Basically, if you attached a 'View Graph Full' or > > 'View Results Full' listener to your 'Test Plan' > > and select it after sampling, JMeter will appear > > to hang. > > > > This is due to a change to ResultCollector.java > > version 1.19. Both the listeners make use of the > > fact that the The change log states that the > > change in 1.19 was > > necessary b'cos of some memory leak. With this > > change, is there any convenient way to know when > > there are no more samples left? I can't seem to > > find any. Maybe, we can introduce a method to > > return the value of 'current' variable as well as > > the number of the samples available. This way > > comparing the 'current' variable with number of > > samples available will let the listeners know > > that > > there are no more samples. Comments, guys. I'll > > fix it with your feedback. > > > > I have some commits to make for the ejb portion > > but > > this is holding me back. > > > > nethgetCurrentSample() method of > > ResultCollector.java returns null when there are > > no more samples. In 1.19 however, > > getCurrentSample() > > returns the last sample when there are no more > > samples. This causes the listeners to loop > > forever. > > > > > > > > ______________________________________________________________ > > For the latest news, go to http://www.asia1.com > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> >
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
