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

Parallelize processing of incoming gossip messages #2463

Closed
wants to merge 26 commits into from

Commits on Jun 18, 2021

  1. Parallelize processing of incoming gossip messages

    Add param to limit degree of concurrency
    Add timeout to syncer
    lrettig committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    578e787 View commit details
    Browse the repository at this point in the history
  2. Remove comment

    lrettig committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    d80de79 View commit details
    Browse the repository at this point in the history
  3. Add errmsg

    lrettig committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    7e25ccd View commit details
    Browse the repository at this point in the history
  4. Fix merge conflict

    lrettig committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    3412507 View commit details
    Browse the repository at this point in the history
  5. Increase timeout for test

    lrettig committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    00d5d9e View commit details
    Browse the repository at this point in the history
  6. Misc cleanup of syncer test

    lrettig committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    f3831b4 View commit details
    Browse the repository at this point in the history
  7. More misc cleanup

    lrettig committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    f278190 View commit details
    Browse the repository at this point in the history
  8. Add test

    lrettig committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    533a19a View commit details
    Browse the repository at this point in the history
  9. Add another test

    lrettig committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    1a2f3ef View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. Configuration menu
    Copy the full SHA
    85c6c68 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Improve per review feedback

    Clean up and improve tests, resolve merge conflicts
    lrettig committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    c03ffdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f690faa View commit details
    Browse the repository at this point in the history
  3. Misc cleanup, respond to review comments

    Simplify token logic
    Remove ununsed config var
    lrettig committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    1ed3e75 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Properly handle taskgroup errors

    Tweak logging
    lrettig committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    92b91b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Fix long line

    lrettig committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    8ac0b4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e213df4 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Remove timeout per PR feedback

    Comment out some debug lines that are slowing things down
    lrettig committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    546aeab View commit details
    Browse the repository at this point in the history
  2. Comment out one more log line

    lrettig committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    352092e View commit details
    Browse the repository at this point in the history
  3. Remove unused cmdline arg

    lrettig committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    b83918b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Reduce panic to info

    On taskgroup error
    lrettig committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    ba05641 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Configuration menu
    Copy the full SHA
    f8cffce View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    74f0667 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    5c879f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    313bfed View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Merge branch 'develop' into inbound-gossip-patch

    # Conflicts:
    #	cmd/node/node.go
    #	docker-compose.yml
    #	layerfetcher/layers.go
    #	p2p/service/gossip_listener.go
    #	syncer/syncer.go
    #	syncer/syncer_test.go
    nkryuchkov committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    724c716 View commit details
    Browse the repository at this point in the history
  2. Fix golangci-lint

    nkryuchkov committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    b4fa583 View commit details
    Browse the repository at this point in the history