Hiroaki Nakamura

Results 35 comments of Hiroaki Nakamura

I checked [the rrdtutorial example](http://oss.oetiker.ch/rrdtool/tut/rrdtutorial.en.html) and noticed `rrdtool fetch test.rrd AVERAGE --start 920804400 --end 920809200` prints `nan` at 920809200. I also tested it myself with rrdtool 1.3.8 and confirmed this...

@thepaul Yes, I'm convinced now. Thanks for your test :-) Could you test your pull request for a case with dsCnt > 1?

Thanks for your response. Should I close this issue or leave it open?

I found this issue is reproducible in [9.2.3](https://github.com/hnakamur/ats-nginx-bad-request/tree/ats-9.2.3) or [10.0.x](https://github.com/hnakamur/ats-nginx-bad-request/tree/ats-10.0.x). Also I did [another experiment](https://github.com/hnakamur/ats-nginx-bad-request/tree/ats-submodule) with [a debug log added](https://github.com/hnakamur/trafficserver/tree/debug_post_buffer_write):. In https://github.com/hnakamur/ats-nginx-bad-request/blob/ats-submodule/tcpdump-nginx-2b.log, ATS sent request body of [length 344](https://github.com/hnakamur/ats-nginx-bad-request/blob/3450f72a4c07b42e0d63323b527402c12c66a97b/tcpdump-nginx-2b.log#L36) as...

Release note for [2.10.0](https://github.com/timescale/timescaledb/releases/tag/2.10.0) says "Full PostgreSQL 15 support for all existing features". However at Step 6 Install TimescaleDB: on https://docs.timescale.com/self-hosted/latest/install/installation-linux/ it says `apt install timescaledb-2-postgresql-14`. I found `timescaledb-2-postgresql-15` package...