techact / solrmeter

Automatically exported from code.google.com/p/solrmeter
0 stars 0 forks source link

Exceptions when updating the timeline chart #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Executing queries at (180 q/min)
2. Wait for a Exception
3. See the log

What is the expected output? What do you see instead?
In the log should appear the exception and the stack trace

When looking the log, i can't see the exception with the stack trace.
I don't see any info about exceptions.

What version of the product are you using? On what operating system?
solrmeter-0.1.1-jar-with-dependencies.jar downloaded from the Project Home
Running in Windows XP SP3 (OEM Version i think).
java version "1.6.0_16"
Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
Java HotSpot(TM) Client VM (build 14.2-b01, mixed mode, sharing)

Note:
After this exception the timeline chart stops updating, the rest of the panels 
works well.

Original issue reported on code.google.com by ezech...@gmail.com on 15 Oct 2010 at 3:35

Attachments:

GoogleCodeExporter commented 9 years ago
This an extract of the log when that passes... this is from a different moment, 
but with the same error:
[Timer-1]|DEBUG|[OperationTimeLineChartPanel]|12:34:06,079 | refreshing Time 
Line
[Timer-0]|DEBUG|[PieChartPanel]|12:34:06,189 | Refreshing pie chart
[Timer-1]|DEBUG|[OperationTimeLineChartPanel]|12:34:08,079 | refreshing Time 
Line
[Timer-0]|DEBUG|[PieChartPanel]|12:34:08,189 | Refreshing pie chart
[Timer-1]|DEBUG|[OperationTimeLineChartPanel]|12:34:10,079 | refreshing Time 
Line
[Timer-0]|DEBUG|[PieChartPanel]|12:34:10,189 | Refreshing pie chart
[Timer-0]|DEBUG|[PieChartPanel]|12:34:12,189 | Refreshing pie chart
[Timer-0]|DEBUG|[PieChartPanel]|12:34:14,189 | Refreshing pie chart
[Timer-0]|DEBUG|[PieChartPanel]|12:34:16,189 | Refreshing pie chart

Original comment by ezech...@gmail.com on 15 Oct 2010 at 3:36

GoogleCodeExporter commented 9 years ago
I had the same exception with the query statistics

Original comment by ezech...@gmail.com on 15 Oct 2010 at 3:54

Attachments:

GoogleCodeExporter commented 9 years ago
Viewing the source, i think that the method "refreshView" in the panels, should 
have a error handling so it can be logged or handled in some way

Original comment by ezech...@gmail.com on 15 Oct 2010 at 4:05

GoogleCodeExporter commented 9 years ago
Hi ezechico, thanks for the help here. The bug is fixed on the trunk on 
revision 147. I'm also attaching a patch for fixing the problem on the 0.1.1 
version. I'm now using thread-safe collections on the statistics.

Original comment by tflo...@gmail.com on 9 Nov 2010 at 8:23

Attachments: