Closed agend closed 5 years ago
Hi We use -1 as value for timestamp (it is valid according to https://graphite.readthedocs.io/en/latest/feeding-carbon.html ) but carbon-clickhouse set it to 4294967295 (max value for uint32). I have checked https://github.com/lomik/carbon-clickhouse/blob/master/receiver/plain.go#L77 and in case of -1 it will overflow when conversion to uint32 will be performed. Should I prepare MR?
-1
uint32
Should I prepare MR?
I don't mind :)
@lomik Will you release version any time soon?)
Not yet planned. Too few changes from previous release.
Hi We use
-1
as value for timestamp (it is valid according to https://graphite.readthedocs.io/en/latest/feeding-carbon.html ) but carbon-clickhouse set it to 4294967295 (max value for uint32). I have checked https://github.com/lomik/carbon-clickhouse/blob/master/receiver/plain.go#L77 and in case of-1
it will overflow when conversion touint32
will be performed. Should I prepare MR?