Skip to content

Conversation

@jd
Copy link
Contributor

@jd jd commented Jan 24, 2022

There's a possibility that the number of tracked allocs overflow the maximum
if, e.g., 65k allocs are stored in the alloc tracker and then 1k allocs are
stored in the freezer: when the freezer is merged back in the alloc tracker,
then it will overflow.

There's a possibility that the number of tracked allocs overflow the maximum
if, e.g., 65k allocs are stored in the alloc tracker and then 1k allocs are
stored in the freezer: when the freezer is merged back in the alloc tracker,
then it will overflow.
@jd jd requested a review from a team as a code owner January 24, 2022 16:07
@Kyle-Verhoog Kyle-Verhoog merged commit c861b8f into DataDog:master Jan 24, 2022
@jd
Copy link
Contributor Author

jd commented Jan 25, 2022

@Mergifyio backport 0.57

mergify bot pushed a commit that referenced this pull request Jan 25, 2022
…#3162)

There's a possibility that the number of tracked allocs overflow the maximum
if, e.g., 65k allocs are stored in the alloc tracker and then 1k allocs are
stored in the freezer: when the freezer is merged back in the alloc tracker,
then it will overflow.

Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com>
Co-authored-by: Gabriele N. Tornetta <P403n1x87@users.noreply.github.com>
(cherry picked from commit c861b8f)
@mergify
Copy link
Contributor

mergify bot commented Jan 25, 2022

backport 0.57

✅ Backports have been created

Kyle-Verhoog pushed a commit that referenced this pull request Jan 25, 2022
…#3162) (#3173)

There's a possibility that the number of tracked allocs overflow the maximum
if, e.g., 65k allocs are stored in the alloc tracker and then 1k allocs are
stored in the freezer: when the freezer is merged back in the alloc tracker,
then it will overflow.

Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com>
Co-authored-by: Gabriele N. Tornetta <P403n1x87@users.noreply.github.com>
(cherry picked from commit c861b8f)

Co-authored-by: Julien Danjou <julien.danjou@datadoghq.com>
mabdinur pushed a commit that referenced this pull request Jan 25, 2022
…#3162)

There's a possibility that the number of tracked allocs overflow the maximum
if, e.g., 65k allocs are stored in the alloc tracker and then 1k allocs are
stored in the freezer: when the freezer is merged back in the alloc tracker,
then it will overflow.

Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com>
Co-authored-by: Gabriele N. Tornetta <P403n1x87@users.noreply.github.com>
@jd
Copy link
Contributor Author

jd commented Jan 26, 2022

@Mergifyio backport 0.56

mergify bot pushed a commit that referenced this pull request Jan 26, 2022
…#3162)

There's a possibility that the number of tracked allocs overflow the maximum
if, e.g., 65k allocs are stored in the alloc tracker and then 1k allocs are
stored in the freezer: when the freezer is merged back in the alloc tracker,
then it will overflow.

Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com>
Co-authored-by: Gabriele N. Tornetta <P403n1x87@users.noreply.github.com>
(cherry picked from commit c861b8f)
@mergify
Copy link
Contributor

mergify bot commented Jan 26, 2022

backport 0.56

✅ Backports have been created

mergify bot added a commit that referenced this pull request Jan 28, 2022
… (backport #3162) (#3181)

This is an automatic backport of pull request #3162 done by [Mergify](https://mergify.com).


---


<details>
<summary>Mergify commands and options</summary>

<br />

More conditions and actions can be found in the [documentation](https://docs.mergify.com/).

You can also trigger Mergify actions by commenting on this pull request:

- `@Mergifyio refresh` will re-evaluate the rules
- `@Mergifyio rebase` will rebase this PR on its base branch
- `@Mergifyio update` will merge the base branch into this PR
- `@Mergifyio backport <destination>` will backport this PR on `<destination>` branch

Additionally, on Mergify [dashboard](https://dashboard.mergify.com/) you can:

- look at your merge queues
- generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com
</details>
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.

4 participants