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

Transfer stall debugging #105

Merged
merged 7 commits into from
Jan 29, 2022
Merged

Transfer stall debugging #105

merged 7 commits into from
Jan 29, 2022

Conversation

parasj
Copy link
Contributor

@parasj parasj commented Jan 28, 2022

A bunch of little findings:

  • logging via loguru was stalling with enqueue=True
  • sendfile also can lead to stalls late in the transfer
  • tuning the receiver boosts performance
  • TCP configuration parameters don't help too much but enable fewer connections to saturate a link

commit a04d3b2
Author: Paras Jain <[email protected]>
Date:   Fri Jan 28 14:54:37 2022 -0800

    Remove nb

commit 4998d71
Author: Paras Jain <[email protected]>
Date:   Fri Jan 28 14:53:55 2022 -0800

    Squashed commit of the following:

    commit 07aa7f9
    Author: Paras Jain <[email protected]>
    Date:   Fri Jan 28 14:53:15 2022 -0800

        Revert "Remove Loguru"

        This reverts commit bd413b6.

    commit 8e89096
    Author: Paras Jain <[email protected]>
    Date:   Fri Jan 28 14:52:08 2022 -0800

        Revert "Remove loguru format"

        This reverts commit 8ee89e5.

    commit 634de7e
    Author: Paras Jain <[email protected]>
    Date:   Fri Jan 28 22:37:39 2022 +0000

        ???

        Co-authored-by: Sam Kumar <[email protected]>

    commit 12e4115
    Author: Paras Jain <[email protected]>
    Date:   Fri Jan 28 06:26:42 2022 +0000

        Remove dead code

    commit 61f9b51
    Author: Paras Jain <[email protected]>
    Date:   Fri Jan 28 06:13:35 2022 +0000

        Fixed?

    commit 8ee89e5
    Author: Paras Jain <[email protected]>
    Date:   Fri Jan 28 05:26:09 2022 +0000

        Remove loguru format

    commit bd413b6
    Author: Paras Jain <[email protected]>
    Date:   Fri Jan 28 05:24:49 2022 +0000

        Remove Loguru

    commit d46e1cd
    Author: Paras Jain <[email protected]>
    Date:   Fri Jan 28 05:21:50 2022 +0000

        Update

        Co-authored-by: Sam Kumar <[email protected]>

    commit 5a60791
    Author: Paras Jain <[email protected]>
    Date:   Fri Jan 28 03:21:01 2022 +0000

        junk

    commit b5e69c1
    Author: Paras Jain <[email protected]>
    Date:   Fri Jan 28 00:39:21 2022 +0000

        Fixing replicator client progress bar

        Co-authored-by: Sam Kumar <[email protected]>

    commit b88c930
    Author: Paras Jain <[email protected]>
    Date:   Thu Jan 27 23:45:34 2022 +0000

        junk
@parasj parasj requested a review from samkumar January 29, 2022 00:33
@parasj parasj self-assigned this Jan 29, 2022
@parasj parasj added the gateway label Jan 29, 2022
@parasj
Copy link
Contributor Author

parasj commented Jan 29, 2022

@samkumar I'm going to go ahead and merge this. I ended up removing sendfile and defaulting to a larger receiver batch size.

@parasj parasj changed the title [DRAFT] Transfer stall debugging Transfer stall debugging Jan 29, 2022
@parasj parasj merged commit 4580133 into main Jan 29, 2022
@parasj parasj deleted the dev/paras/debug_stall branch January 29, 2022 00:34
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.

1 participant