Hi team - could you please tell me if this is a kn...
# support
r
Hi team - could you please tell me if this is a known bug? I'm sending metrics via Micrometer from a Java application and noticed that in the table signoz_metrics.distributed_time_series_v4_1day, the fingerprint column contains a stack trace instead of a numeric value. Example:
🥲 1
Copy code
<failed to load>
java.sql.SQLException: Method: getLong("fingerprint") encountered an exception.
    at com.clickhouse.jdbc.internal.ExceptionUtils.toSqlState(ExceptionUtils.java:74)
    at com.clickhouse.jdbc.ResultSetImpl.getLong(ResultSetImpl.java:320)
    at com.clickhouse.jdbc.ResultSetImpl.getLong(ResultSetImpl.java:175)
    in CHouseJdbcHelper.tryGetObject(CHouseJdbcHelper.java:150)
Caused by: java.lang.ArithmeticException: integer overflow: 14547669941151298310 cannot be presented as long
    at com.clickhouse.client.api.data_formats.internal.NumberConverter.toLong(NumberConverter.java:87)
    at com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader.readNumberValue(AbstractBinaryFormatReader.java:378)
    at com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader.getLong(AbstractBinaryFormatReader.java:402)
    at com.clickhouse.jdbc.ResultSetImpl.getLong(ResultSetImpl.java:314)
    ... 22 more
Screenshot 2025-08-19 at 14.05.24.png
s
That's a bug with the whatever the DB viewer tool you are using.
r
🫠 Thank you very much for your help