Ecosyste.ms: Timeline

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

pamarcos

pamarcos pushed 3 commits to improve-system-query-metric-log ClickHouse/ClickHouse
  • Small refactor to ease debugging when something happens on the CI 96383d4
  • Log when the query finishes for system.query_metric_log ASAP There are logs where we can see that after the query fi... 0dbc041
  • Add a new setting query_metric_log_debug to avoid the noise 955f537

View on GitHub

pamarcos created a comment on an issue on ClickHouse/ClickHouse
I've been following the progression of this and I've seen a few flaky instances. Seems the main issue happens because there's up to 2s elapsed since the query finishes until `QueryMetricLog::finis...

View on GitHub

pamarcos reopened an issue on ClickHouse/ClickHouse
Stateless test `03203_system_query_metric_log` is flaky
It's failed in several places https://play.clickhouse.com/play?user=play#V0lUSAogICAgMzAgQVMgbGFzdF9kYXlzX3RvX2NoZWNrLAogICAgMTAwIEFTIG1heF90ZXN0c190b19zaG93LAogICAgNSBhcyBtYXhfcHJzX3RvX3Nob3csCi...
pamarcos opened a pull request on Compaile/ctrack
Fix warnings to allow using the header on pedantic projects
Some projects have strict requirements regarding warnings. Let's have an option to enable pedantic warnings and address them to allow those projects to use the header without having to disable them...
pamarcos created a branch on pamarcos/ctrack

fix_warnings - A lightweight, high-performance C++ benchmarking and tracking library for effortless function profiling in both development and production environments. Features single-header integration, minimal overhead, multi-threaded support, customizable output, and advanced metrics for quick bottleneck detection in complex codebases.

pamarcos forked Compaile/ctrack

pamarcos/ctrack

pamarcos starred Compaile/ctrack
pamarcos pushed 1 commit to bitshift-return-0-instead-of-throwing-exception-for-out-of-bounds ClickHouse/ClickHouse
  • bitShift: return 0 instead of throwing an exception if overflow d8ff6f8

View on GitHub

pamarcos opened a draft pull request on ClickHouse/ClickHouse
Return 0 or default char instead of throwing an error in bitShift functions in case of overflow
Return 0 or default char instead of throwing an error in bitShift functions in case of overflow Close #71559 <!--- A technical comment, you are free to remove or leave it as it is when PR i...
pamarcos created a branch on ClickHouse/ClickHouse

bitshift-return-0-instead-of-throwing-exception-for-out-of-bounds - ClickHouse® is a real-time analytics DBMS

pamarcos created a comment on an issue on ClickHouse/ClickHouse
After some discussion, we agreed that returning 0 instead of throwing an exception seems like a good compromise. So, we'll be more like MySQL and SQLite rather than PostgreSQL

View on GitHub

pamarcos pushed 1 commit to improve-system-query-metric-log ClickHouse/ClickHouse
  • Reduce the general critical section for query_metric_log - Use a separate mutex for each query to reduce the content... 9cdd56a

View on GitHub

pamarcos pushed 1 commit to improve-system-query-metric-log ClickHouse/ClickHouse
  • Reduce the general critical section for query_metric_log - Use a separate mutex for each query to reduce the content... 70c3bbe

View on GitHub

pamarcos created a review comment on a pull request on ClickHouse/ClickHouse
I'll demote it to `LOG_TRACE` in another PR where I'm working on some improvements for this :+1: I'm choosing `trace` instead of `test` because that's the default level for the CI and it's helped...

View on GitHub

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

View on GitHub

pamarcos pushed 1 commit to improve-system-query-metric-log ClickHouse/ClickHouse
  • Reduce the general critical section for query_metric_log - Use a separate mutex for each query to reduce the content... af41143

View on GitHub

pamarcos pushed 1 commit to improve-system-query-metric-log ClickHouse/ClickHouse
  • Reduce the general critical section for query_metric_log - Use a separate mutex for each query to reduce the content... 308b396

View on GitHub

pamarcos created a comment on an issue on ClickHouse/ClickHouse
>IMO, CH as DBMS should be close to other mainstream DBMS behavior in regard of user facing features. Plus the same behavior (silent overflow) for shifts exist in tools like PowerBI We discusse...

View on GitHub

pamarcos opened a pull request on ClickHouse/ClickHouse
Move bitShift function changelog entries to backward incompatible
Move bitShift function changelog entries to backward incompatible <!--- A technical comment, you are free to remove or leave it as it is when PR is created The following categories are used in...
pamarcos created a branch on ClickHouse/ClickHouse

move-bitshift-to-backward-incompatible-in-changelog - ClickHouse® is a real-time analytics DBMS

pamarcos pushed 104 commits to improve-system-query-metric-log ClickHouse/ClickHouse
  • Remove unnecessary changes 3c8594d
  • Parallel relicas: use local plan for local replica by default 77e1354
  • Merge branch 'master' into pr-enable-local-plan c13d817
  • Merge remote-tracking branch 'origin/master' into pr-enable-local-plan 4969d5f
  • Allow to disable background cache download for reading metadata files 66bbf11
  • Remove part of the changes, to be moved to Sync 5c422be
  • Fix unit test c97c625
  • Merge remote-tracking branch 'origin/master' into pr-enable-local-plan fee4df8
  • Fix 02967_parallel_replicas_join_algo_and_analyzer_1.sh 40029be
  • Update 02967_parallel_replicas_join_algo_and_analyzer_2 fc87cd4
  • Merge remote-tracking branch 'origin/master' into pr-enable-local-plan 4ae488d
  • Fix 02967_parallel_replicas_join_algo_and_analyzer_2 9da2a68
  • Merge remote-tracking branch 'origin/master' into pr-enable-local-plan 632ad62
  • Merge branch 'master' into pr-enable-local-plan 3d4c663
  • Resolved conflicts 860fcbd
  • Fix issues with tests a228e4f
  • Resolve some issues a3f0d27
  • Correct ifdefs 1b6979c
  • Corrected smoe ifdef issues 3149043
  • Fix some ifdef issues ca04090
  • and 84 more ...

View on GitHub

pamarcos pushed 1 commit to improve-system-query-metric-log ClickHouse/ClickHouse
  • Reduce the general critical section for query_metric_log Use a separate mutex for each query to reduce the contentio... 84b70f2

View on GitHub

pamarcos pushed 1 commit to improve-system-query-metric-log ClickHouse/ClickHouse
  • Reduce the general critical section for query_metric_log Use a separate mutex for each query to reduce the contentio... 361ab99

View on GitHub

pamarcos pushed 1 commit to improve-system-query-metric-log ClickHouse/ClickHouse
  • Reduce the general critical section for query_metric_log Use a separate mutex for each query to reduce the contentio... 4b319f0

View on GitHub

pamarcos pushed 1 commit to improve-system-query-metric-log ClickHouse/ClickHouse
  • Reduce the general critical section for query_metric_log Use a separate mutex for each query to reduce the contentio... 274eaa0

View on GitHub

pamarcos opened a draft pull request on ClickHouse/ClickHouse
Improve system.query_metric_log
- Use a separate mutex for each query to reduce the contention period for queries_mutex. - Use boost::concurrent_flat_map instead of separate mutex + map <!--- A technical comment, you are fre...
pamarcos created a branch on ClickHouse/ClickHouse

improve-system-query-metric-log - ClickHouse® is a real-time analytics DBMS

pamarcos created a review on a pull request on ClickHouse/ClickHouse
The removal of the code is fine, but I find the CHANGELOG entry hard to understand, so it's probably also hard to understand for others. For instance, there's no mention at all that the recovery of...

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
As I understand the original issue and according to @Avogar's comments we still want to implement https://github.com/ClickHouse/ClickHouse/issues/68727, but not for nested elements. Is that correct...

View on GitHub

Load more