Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

pamarcos

pamarcos pushed 62 commits to hotfix_query_metric_log ClickHouse/ClickHouse
  • Add `async_load_system_database` setting d016556
  • Warn about unexpected licenses ceb125b
  • Merge branch 'master' into strict-license-check be79c51
  • Fail fast 1a5fddb
  • Better script 1db4dfc
  • add trst for reproduce a bug 711d298
  • Merge branch 'master' into async_load_system_database a072302
  • fix conflict e8bffef
  • Merge branch 'master' into strict-license-check 9dacfa2
  • Merge branch 'master' into async_load_system_database 3ee2b18
  • add docs and test 52091f4
  • fix 294ee94
  • Automatic style fix 615976d
  • fix build and test 26d2a00
  • more testing 4e9f9ac
  • Merge branch 'async_load_system_database' of github.com:ClickHouse/ClickHouse into async_load_system_database a524656
  • Automatic style fix f648411
  • fix 222e30a
  • Merge branch 'async_load_system_database' of github.com:ClickHouse/ClickHouse into async_load_system_database 4018e4d
  • Merge branch 'master' into strict-license-check 3991760
  • and 42 more ...

View on GitHub

pamarcos pushed 58 commits to hotfix_query_metric_log ClickHouse/ClickHouse
  • 1) Create replica_dir in DDLWorker 2) Mark replicas active in DDLWorker b31268e
  • Merge branch 'report-running-ddl-worker-hosts' into support-ddl-on-cluster-stop-waiting-offline-hosts 5d28950
  • 1) Refactor DDLQueryStatusSource: - Rename DDLQueryStatusSource to DistributedQueryStatusSource, and make it as a bas... 4be5134
  • Add test_ddl_worker_replicas 3bb616d
  • Add test_ddl_on_cluster_stop_waiting_for_offline_hosts test 37c92f0
  • Fix compilation error 0940ab0
  • Fix fillHostStatus in ReplicatedDatabaseQueryStatusSource 4092830
  • No need to and in DatabaseReplicated b2f357b
  • Merge branch 'master' into report-running-ddl-worker-hosts 51cb68c
  • Merge branch 'report-running-ddl-worker-hosts' into support-ddl-on-cluster-stop-waiting-offline-hosts cfdd1fd
  • Add distributed_ddl.replicas_path setting 9ed14e0
  • Merge branch 'report-running-ddl-worker-hosts' into support-ddl-on-cluster-stop-waiting-offline-hosts aa7cc0c
  • Pass repliaces_path to DistributedQueryStatusSource 588d553
  • Remove sleep in test_ddl_worker_replicas test 0e9847d
  • Reformat the test d43cb48
  • Merge branch 'master' into report-running-ddl-worker-hosts 53bb5f8
  • Not re-create an ephemeral node if it exists fe5276d
  • Merge branch 'master' into report-running-ddl-worker-hosts a348183
  • Fix style check error 743ffeb
  • Tidy the test file 860587c
  • and 38 more ...

View on GitHub

pamarcos created a comment on a pull request on ClickHouse/ClickHouse
Ok, I think I found the issue. It happened for those queries where the collecting task was scheduled at a similar time as the query finished. I found it by logging when the same condition as the `L...

View on GitHub

pamarcos opened an issue on ClickHouse/ClickHouse
Logical error: data part is Outdated and has creation TID and CSN, but does not have removal tid
https://s3.amazonaws.com/clickhouse-test-reports/71124/b6ff82959f2ba2bc0d543dee6937075bdd7414d5/stress_test__tsan_.html ``` [ 99523 ] {} <Fatal> : Logical error: \'Data part 202410_1_42_8 is Ou...
pamarcos created a comment on a pull request on ClickHouse/ClickHouse
I've removed the `LOGICAL_ERROR` I introduced to prevent errors in the future because of this unexpected thing: ``` ch_test 02122_join_group_by_timeout 2024.10.28 11:26:26.265549 [ 818399 ] ...

View on GitHub

pamarcos pushed 1 commit to hotfix_query_metric_log ClickHouse/ClickHouse
  • fixup! Remove wrong LOGICAL_ERROR b6ff829

View on GitHub

pamarcos pushed 1 commit to hotfix_query_metric_log ClickHouse/ClickHouse
  • Fix another source of race condition At first I thought of doing the bare minimum when `queries_mutex` was locked. H... 25f5979

View on GitHub

pamarcos pushed 1 commit to hotfix_query_metric_log ClickHouse/ClickHouse
  • Remove wrong LOGICAL_ERROR c583cbc

View on GitHub

pamarcos opened a pull request on ClickHouse/ClickHouse
Fix race condition in system.query_metric_log
If a scheduled task was pending to lock the query_mutex, it could do so between the lock.unlock() and lock.lock() of finishQuery which is used to break the exec_mutex deadlock. In that case, a t...
pamarcos created a branch on ClickHouse/ClickHouse

hotfix_query_metric_log - ClickHouse® is a real-time analytics DBMS

pamarcos created a branch on ClickHouse/google-cloud-cpp

clickhouse - C++ Client Libraries for Google Cloud Services

pamarcos closed an issue on ClickHouse/ClickHouse
`system.query_metric_log` table.
**Use case** It is similar to `metric_log` but contains per-query data and can have tuneable time resolution per query. For example, it will let you record query metrics with 1ms resolution for...
pamarcos deleted a branch pamarcos/ClickHouse

system-query-metric-log

pamarcos closed a pull request on ClickHouse/ClickHouse
Add system.query_metric_log
Add `system.query_metric_log` which contains history of memory and metric values from table system.events for individual queries, periodically flushed to disk. The interval can be configured on ...
pamarcos opened an issue on ClickHouse/ClickHouse
Flaky integration test `test_storage_rabbitmq`
https://s3.amazonaws.com/clickhouse-test-reports/66532/ab2380a9f09c0ce89ea31311ab01acd87e677ce8/integration_tests__tsan__[6_6].html Al rabbitmq tests have failed or thrown an error. Checking htt...
pamarcos created a review comment on a pull request on ClickHouse/ClickHouse
Done at [`4fc4cee` (#66532)](https://github.com/ClickHouse/ClickHouse/pull/66532/commits/4fc4cee8627eae133c18d22fcd297d1445922eb8)

View on GitHub

pamarcos created a review on a pull request on ClickHouse/ClickHouse

View on GitHub

pamarcos created a review comment on a pull request on ClickHouse/ClickHouse
Done at [`4fc4cee` (#66532)](https://github.com/ClickHouse/ClickHouse/pull/66532/commits/4fc4cee8627eae133c18d22fcd297d1445922eb8)

View on GitHub

pamarcos created a review on a pull request on ClickHouse/ClickHouse

View on GitHub

pamarcos created a review comment on a pull request on ClickHouse/ClickHouse
Done! [`2a1327d` (#66532)](https://github.com/ClickHouse/ClickHouse/pull/66532/commits/2a1327dd91a05f8367e6bf51ae76a03c0ae9f4c7)

View on GitHub

pamarcos created a review on a pull request on ClickHouse/ClickHouse

View on GitHub

pamarcos pushed 215 commits to system-query-metric-log pamarcos/ClickHouse
  • fixing LogicalExpressionOptimizerPass::tryOptimizeJoinOnNulls 4652baf
  • Revert "fixing LogicalExpressionOptimizerPass::tryOptimizeJoinOnNulls" 14873eb
  • Fix join on nulls optimization 765f31d
  • Fix inconsistent AST formatting for unary functions 1554dd8
  • fix typo 765e83d
  • fix + tests eee107f
  • Merge branch 'master' into vdimir/fix_ast_formatting 933bec7
  • Merge branch 'master' into vdimir/fix_ast_formatting e11739f
  • Add OwnFilteringChannel[.h, .cpp] 25475ce
  • Implement filtering channel on top of formatting channel in Loggers.cpp d5605c5
  • Add filter channel to LocalServer.cpp and BaseDaemon.cpp 4741c53
  • Update docs for regexp logging feature in settings.md 48c1f0f
  • Fix style d8c9bfd
  • Apply regexp filtering to root logger efd74d7
  • Add getProperty() to OwnFilteringChannel.h and clean up debug comments in .cpp 2360dc0
  • impl d6d55ca
  • upd 93d4752
  • impl fc7981e
  • Revert "upd" This reverts commit 93d47527ce51972531bcc70e243c9c9b411eac82. eca5d79
  • Implement full Avro Union support for Avro Format SerDe fea3416
  • and 195 more ...

View on GitHub

pamarcos created a review on a pull request on ClickHouse/ClickHouse

View on GitHub

pamarcos created a review comment on a pull request on ClickHouse/ClickHouse
Yep, I also thought yesterday about checking `ProfileEvent_Query`, `ProfileEvent_SelectQuery` and `ProfileEvent_InitialQuery` are 1 on the first event to ensure we're not losing anything on the fir...

View on GitHub

pamarcos created a review on a pull request on ClickHouse/ClickHouse

View on GitHub

pamarcos created a comment on a pull request on ClickHouse/ClickHouse
> @pamarcos Hello! It seems tests are still not running, can you please start them somehow, thanks! Yep, we've been unlucky. GitHub had some issue a few days ago and the GitHub Action ended up i...

View on GitHub

pamarcos created a comment on an issue on ClickHouse/ClickHouse
It's flaky again: https://s3.amazonaws.com/clickhouse-test-reports/66532/795abfcb0a78202967d915bcac707ca9cb6b340c/integration_tests__tsan__[6_6].html ``` > assert ( n...

View on GitHub

pamarcos reopened an issue on ClickHouse/ClickHouse
`test_keeper_broken_logs/test.py::test_single_node_broken_log` is flaky
https://s3.amazonaws.com/clickhouse-test-reports/56825/ef17d972ab64c90ff72a7c6c2beba61b522d6fcf/integration_tests__release__[4_4].html CI DB: [link](https://play.clickhouse.com/play?user=play#Cl...
pamarcos deleted a branch ClickHouse/ClickHouse

improve-global-variable-doc

pamarcos created a review comment on a pull request on ClickHouse/ClickHouse
Created a new PR: https://github.com/ClickHouse/ClickHouse/pull/70938

View on GitHub

Load more