asfimport
asfimport
**feng** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=66050&redirect=false#c4)): Created attachment [jmeter.zip](https://apache.github.io/jmeter-bugzilla-attachments/50/66050/38276/jmeter.zip): dumps,logs,profile
@FSchumacher ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=66050&redirect=false#c5)): Thanks for the information, especially the thread dump shows a probable candidate for your problems. The JDBC driver has trouble to format the numbers to string...
@FSchumacher ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=66050&redirect=false#c6)): If you are willing to patch JMeter yourself, you could try the attached patch, which might help (for double/float formatting). I believe, that this code path...
**feng** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=66050&redirect=false#c7)): To Felix Schumacher I've been too busy lately to reply to you. Thanks for your advice.The maintainers of the driver have confirmed the parsing problems. It...
**feng** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=66050&redirect=false#c8)): Continue the above, is there any way to only count the number of results instead of parsing all the resultset data . Sometimes , i just...
**Antonio Gomes Rodrigues** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=66050&redirect=false#c9)): Hi, why don't you just do a select count?
**feng** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=66050&redirect=false#c10)): (In reply to Antonio Gomes Rodrigues from comment 9) > Hi, > why don't you just do a select count? Well, because it dosen't match my...
@pmouawad ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=62963&redirect=false#c1)): Hello, Thanks for suggestion. Would you like to contribute a PR for it ? https://github.com/apache/jmeter/blob/trunk/CONTRIBUTING.md Thanks
**Michael Osipov** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=62963&redirect=false#c2)): Does any Apache project provide docker images at all?
@FSchumacher ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=65782&redirect=false#c1)): Thanks for the report, this should be fixed in trunk. Can you test the next nightly/trunk build (https://jmeter.apache.org/nightly.html)?