Skip to content

Print build diagnostics in docker#583

Merged
olix0r merged 1 commit intomainfrom
ver/time-dockerfile
Jun 29, 2020
Merged

Print build diagnostics in docker#583
olix0r merged 1 commit intomainfrom
ver/time-dockerfile

Conversation

@olix0r
Copy link
Member

@olix0r olix0r commented Jun 26, 2020

This change modifies the development dockerfile to wrap build commands
with /usr/bin/time -v so that we get diagnostic information (like the
RSS of the build process).

This change modifies the development dockerfile to wrap build commands
with `/usr/bin/time -v` so that we get diagnostic information (like the
RSS of the build process).
@olix0r olix0r requested a review from a team June 26, 2020 23:32
Copy link
Contributor

@kleimkuhler kleimkuhler left a comment

Choose a reason for hiding this comment

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

👍

Copy link
Contributor

@hawkw hawkw left a comment

Choose a reason for hiding this comment

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

I didn't realize this was intended to merge --- I thought it was just for triggering a CI run with diagnostics. LGTM!

@olix0r
Copy link
Member Author

olix0r commented Jun 29, 2020

@hawkw seems useful to capture this in CI so we can spot check it.

@olix0r olix0r merged commit e7b0530 into main Jun 29, 2020
@olix0r olix0r deleted the ver/time-dockerfile branch June 29, 2020 18:22
olix0r added a commit to linkerd/linkerd2 that referenced this pull request Jul 2, 2020
This release increases the default buffer size to match the proxy's
in-flight request limit. This reduces contention in overload--especially
high-concurrency--situations, substantially reducing tail latency.

---

* update test-support clients and servers to be natively async (linkerd/linkerd2-proxy#580)
* Print build diagnostics in docker (linkerd/linkerd2-proxy#583)
* update test controllers to std::future/Tonic; remove threads (linkerd/linkerd2-proxy#585)
* buffer: Box the inner service's reponse future (linkerd/linkerd2-proxy#586)
* Eliminate Bind & Listen traits (linkerd/linkerd2-proxy#584)
* cache: replace Lock with Buffer (linkerd/linkerd2-proxy#587)
cpretzer pushed a commit to linkerd/linkerd2 that referenced this pull request Jul 2, 2020
This release increases the default buffer size to match the proxy's
in-flight request limit. This reduces contention in overload--especially
high-concurrency--situations, substantially reducing tail latency.

---

* update test-support clients and servers to be natively async (linkerd/linkerd2-proxy#580)
* Print build diagnostics in docker (linkerd/linkerd2-proxy#583)
* update test controllers to std::future/Tonic; remove threads (linkerd/linkerd2-proxy#585)
* buffer: Box the inner service's reponse future (linkerd/linkerd2-proxy#586)
* Eliminate Bind & Listen traits (linkerd/linkerd2-proxy#584)
* cache: replace Lock with Buffer (linkerd/linkerd2-proxy#587)
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.

3 participants