Mats Kindahl

Results 62 comments of Mats Kindahl

https://github.com/timescale/timescaledb/runs/8152608921?check_suite_focus=true

https://github.com/timescale/timescaledb/runs/8185469083?check_suite_focus=true ``` diff -u /home/runner/work/timescaledb/timescaledb/tsl/test/expected/dist_api_calls.out /home/runner/work/timescaledb/timescaledb/build/tsl/test/results/dist_api_calls.out --- /home/runner/work/timescaledb/timescaledb/tsl/test/expected/dist_api_calls.out 2022-09-05 09:20:02.015418326 +0000 +++ /home/runner/work/timescaledb/timescaledb/build/tsl/test/results/dist_api_calls.out 2022-09-05 09:23:57.626568430 +0000 @@ -380,13 +380,4 @@ (1 row) ANALYZE disttable_repl; -SELECT approximate_row_count('disttable_repl'); - approximate_row_count ------------------------ -...

> The usual mystery disappearance of the `disttable_repl`... I added statement logging to investigate it, does the server log show anything? For some reason, the logs are not available. Maybe...

> > The usual mystery disappearance of the `disttable_repl`... I added statement logging to investigate it, does the server log show anything? > > For some reason, the logs are...

https://github.com/timescale/timescaledb/actions/runs/3058131767/jobs/4934005830

@genedavis Thank you for the bug report. Running a simple example does not allow me to reproduce it. Do you have the table definition and some sample data that can...

@genedavis It might be related to the insertion support for compressed tables. These rows are first added to a separate chunk, and then merged into the compressed chunk. It might...

> This blurs the line between assertions and errors which we are already pretty bad at. There have been previous attempts to implement something similar and previously the agreement was...

> > This blurs the line between assertions and errors which we are already pretty bad at. There have been previous attempts to implement something similar and previously the agreement...

> We could also make `elog` abort in debug. If we add an assert to `elog` it would mean that it aborts all the time and it is also missing...