Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v18.x] Backports for new release #224

Closed

Conversation

santigimeno
Copy link
Member

No description provided.

PR-URL: #213
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
PR-URL: #214
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
PR-URL: #215
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
PR-URL: #217
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Don't look for the last element but the third.

PR-URL: #218
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Also, a couple of fixes in the updater.

PR-URL: #219
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
PR-URL: #220
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
A couple of fixes here:
- Both the `uv_mutex_t` and `uv_cond_t` should be initialized before
  defining the lambda.
- Add a boolean variable to make sure we're not waiting forever in the
  case the lambda code is run before reaching the `uv_cond_wait()`.

PR-URL: #222
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
It should also cover the `start_profiling` fn execution.

PR-URL: #222
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Increase the timeouts a bit to make sure the heapSampling and the
cpuProfile are actually stopped before trying to start a new one.

PR-URL: #222
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Commit picked from protocolbuffers/protobuf@6469795

PR-URL: #222
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
PR-URL: #223
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
PR-URL: #179
Fixes: #178
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
@santigimeno santigimeno self-assigned this Nov 21, 2024
Copy link
Contributor

@juanarbol juanarbol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

based on the commit list, lgtm

santigimeno added a commit that referenced this pull request Nov 21, 2024
PR-URL: #213
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
PR-URL: #224
santigimeno added a commit that referenced this pull request Nov 21, 2024
PR-URL: #214
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
PR-URL: #224
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
santigimeno added a commit that referenced this pull request Nov 21, 2024
PR-URL: #215
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
PR-URL: #224
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
santigimeno added a commit that referenced this pull request Nov 21, 2024
PR-URL: #217
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
PR-URL: #224
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
santigimeno added a commit that referenced this pull request Nov 21, 2024
Don't look for the last element but the third.

PR-URL: #218
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
PR-URL: #224
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
santigimeno added a commit that referenced this pull request Nov 21, 2024
Also, a couple of fixes in the updater.

PR-URL: #219
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
PR-URL: #224
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
santigimeno added a commit that referenced this pull request Nov 21, 2024
PR-URL: #220
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
PR-URL: #224
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
santigimeno added a commit that referenced this pull request Nov 21, 2024
A couple of fixes here:
- Both the `uv_mutex_t` and `uv_cond_t` should be initialized before
  defining the lambda.
- Add a boolean variable to make sure we're not waiting forever in the
  case the lambda code is run before reaching the `uv_cond_wait()`.

PR-URL: #222
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
PR-URL: #224
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
santigimeno added a commit that referenced this pull request Nov 21, 2024
It should also cover the `start_profiling` fn execution.

PR-URL: #222
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
PR-URL: #224
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
santigimeno added a commit that referenced this pull request Nov 21, 2024
Increase the timeouts a bit to make sure the heapSampling and the
cpuProfile are actually stopped before trying to start a new one.

PR-URL: #222
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
PR-URL: #224
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
santigimeno added a commit that referenced this pull request Nov 21, 2024
Commit picked from protocolbuffers/protobuf@6469795

PR-URL: #222
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
PR-URL: #224
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
santigimeno added a commit that referenced this pull request Nov 21, 2024
PR-URL: #223
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
PR-URL: #224
santigimeno added a commit that referenced this pull request Nov 21, 2024
PR-URL: #179
Fixes: #178
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
PR-URL: #224
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
@santigimeno
Copy link
Member Author

Landed in 4945b79...fea3481

@santigimeno santigimeno deleted the santi/backport_to_18_for_5.5.0 branch November 21, 2024 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants