Sean McGivern

Results 33 comments of Sean McGivern

Thanks, good to know. For now we can easily work around it (just disable retention until we're ready for it to drop the entirety of the first partition).

Ha, yes, this is definitely wrong. I added a test that runs more queries (not in a transaction), and it fails with: ``` 1) Stats SHOW STATS clients connect and...

@drdrsh could you try again, please? I'm seeing an issue when running pgbench in the dev container where both `avg_query_time` and `avg_xact_time` are zero, and I'm not sure if I'm...

This is not true for all stats, `wait_time` seems to still be in microseconds: https://github.com/postgresml/pgcat/blob/b9ec7f80369501afa4c7e9f1422e174d50ca5db1/src/pool.rs#L789-L793

Should we just change this for the stats reported by the PgBouncer-compatible interface? I'm guessing people using the Prometheus metrics endpoint would already be happy with the current units. Either...

@jketema thank you! This did work - I had to exclude five files in the end to get analysis to run, and then it ran perfectly fine (~10 mins). Is...

Thanks, I've attached those to support ticket 3415092.

This sounds like a different case. In our case support told us to skip types with this env var: ``` CODEQL_EXTRACTOR_JAVASCRIPT_OPTION_SKIP_TYPES: true ``` And that the team is: > actively...

We are also seeing this in another place that does not appear to be covered in the open PR, when encoding the span: ``` TypeError: Cannot read properties of undefined...

Thanks - I will try that. It seems like this might work: 1. Increase partition size. 2. Run maintenance. (Creating gaps.) 3. Revert increase. 4. Run gap fill. 5. Increase...