-
Looking at a GeoTools benchmark lately I've found this stack trace reducing scalability, to the point that the application (map rendering) can only use 80% of CPU. Here is the trace involved, exported…
aaime updated
11 months ago
-
I hit this deadlock while using cider-log-mode. I'm using logback-classic. This let the repl and local websever stuck indefinitely.
Last thing I was trying to do is to play with the filters.
The…
vemv updated
10 months ago
-
```
org.codinjutsu.tools.mongo.MongoComponent@4c784a74
java.lang.IllegalStateException: Already disposed: Project (name=, containerState=DISPOSE_IN_PROGRESS, componentStore=)
at com.intellij.se…
-
_From [mmastrac](https://code.google.com/u/115459243651688775505/) on June 24, 2010 18:10:11_
When using guice-servlet on AppEngine, you can incur a startup penalty on the first request as Guice atte…
-
**Background**
My service has > 1400 clients and takes dependencies as an input. We want to use Hystrix to prevent unhealthy client provided dependencies from impacting traffic that doesn't rely on t…
-
**Describe the bug**
when i create 100 million object cost about 10 hour
**To Reproduce**
for (int i = 0; i < 100000000; i++) {
People person = new People();
per…
-
It would be extremely helpful for the framework submitters to understand the performance of their submissions, especially where the bottlenecks are when running in the target environment. For this pur…
-
Thread to discuss anything and everything about Chapter 7. Important topics will be folded into the issue description.
-
When using wildfly-openssl, we met a memory leak.
The reproduce method is quite simple, start a jetty demo server(make sure jetty is using wildfy-openssl), then use curl to acquire index.html again…
-
```
When using guice-servlet on AppEngine, you can incur a startup penalty on the
first request as Guice attempts to instantiate all bound servlets and
dependencies, potentially forcing a large numb…