[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2023-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 --- Comment #14 from Christopher Schultz --- https://github.com/apache/tomcat/pull/597 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscr

[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2020-05-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 Dave France changed: What|Removed |Added CC||d.fra...@crossflight.com -- You are rec

[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 --- Comment #13 from Christopher Schultz --- There is some good information (IMHO) in bug #64415 about this. My method is essentially the same, except that I don't copy the whole QueryStats object - only what is required to perform the evaluat

[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 Christopher Schultz changed: What|Removed |Added CC||spiffy2...@hotmail.com --- Comme

[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2020-05-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 --- Comment #11 from bill_t_w...@hotmail.com --- I resolved this bug in SlowQueryReport,using the second proposal by Felix Schumacher -- "extract the information to sort on from the QueryStats and sort on that information". 1, add a constructor

[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2020-05-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 bill_t_w...@hotmail.com changed: What|Removed |Added CC||bill_t_w...@hotmail.com --- C

[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2019-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 Craig Webb changed: What|Removed |Added CC||c.w...@crossflight.com -- You are receiv

[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2017-08-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 --- Comment #9 from Michael Osipov <1983-01...@gmx.net> --- We still suffer from this on Tomcat 8.5.x. I would go for option two as Felix has proposed. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2016-07-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 Felix Schumacher changed: What|Removed |Added CC||ns1...@att.com --- Comment #8 from

[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2016-07-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 Felix Schumacher changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2016-07-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 --- Comment #6 from Nishan --- Comment on attachment 34060 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34060 Tomcat-7.0.68 - Caused by: java.lang.IllegalArgumentException: Comparison method violates its general contract! We are faci

[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2016-07-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 --- Comment #5 from Nishan --- Created attachment 34060 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34060&action=edit Tomcat-7.0.68 - Caused by: java.lang.IllegalArgumentException: Comparison method violates its general contract! --

[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2015-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 --- Comment #4 from Felix Schumacher --- I have ported the fix back to tomcat 7 as well. It will be in tomcat 7.0.66. And again it would be nice, if you could test the current trunk of tomcat 7. -- You are receiving this mail because: You ar

[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2015-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 --- Comment #3 from Remy Tiitre --- I forgot to mention that it affects the Tomcat 7 as well. (Thats where I have this issue right now). I think the bug was introduced with 7.0.63 release. -- You are receiving this mail because: You are the a

[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2015-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 Felix Schumacher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2015-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 --- Comment #1 from Remy Tiitre --- SlowQueryReport.java line 478 is the reason for this crash. compare(x,x) should not return 1. if (stats1.lastInvocation == 0 && stats2.lastInvocation != 0) return 1; -- You are receiving this mail because:

[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2015-10-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 Jan Havel changed: What|Removed |Added CC||have...@gmail.com -- You are receiving th