Results 2 issues of hendryluk

## Steps to reproduce: 1. Create a LongTaskTime onto a DropwizardMeterRegistry (e.g. JMX) ```java MeterRegistry registry = newJmxMeterRegistry(JmxConfig.DEFAULT, Clock.SYSTEM); LongTaskTimer timer = registry.more().longTaskTimer("foo"); timer.record(() => {}); ``` In JMX, this...

bug
registry: jmx

### What is the bug? When using java client with ApacheHttpClient5Transport, large requests that exceeds AWS network limit (e.g. 10MB on `m6g.large.search`) will cause the request to hang and permanently...

bug