Yongtao You

Results 7 comments of Yongtao You

When query, you need to specifiy msResolution=true (as described in http://opentsdb.net/docs/build/html/api_http/query/index.html). If you've already done that, then it's a bug. Please let us know. Thanks.

Strings are not supported at this time. Do you mine giving us an sample use case? Thanks.

I've re-imported your data using smaller tsdb.page.count (128). The size is much smaller now. [data-new.tar.gz](https://github.com/ytyou/ticktock/files/13327073/data-new.tar.gz)

I'm taking this request back. Now that I think about it, each client should have its own (persistent) connection. That would resemble real use cases better than connection pools. I'm...

TT crashes as soon as you ping it (using admin/ping.sh). The cause of the crash is due to the "alignas(64)" attribute on TcpConnection. In file `include/tcp.h`, TcpConnection is defined as...

We use 'ping' to determine the health of the TT container. Since the latest version does not have the work-around, it will never consider the container healthy (ping will fail)....

I created a 32-bit version of the docker image that contains TickTockDB only (Grafana is not included). Please use the "0.20.0-beta-32bit" tag to launch the docker image.