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

[fpmsyncd] support pipeline to flush with a timer #3241

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

a114j0y
Copy link

@a114j0y a114j0y commented Jul 22, 2024

What I did

  • change the pipeline size for RouteSync
  • modify the fpmsyncd flush behavior so that it could delay the flush with an expiring timer
    • the timer is simulated by setting the timeout for select function

Why I did it

  • to batch the data that fpmsyncd flush to APP_DB

How I verified it
measure the performance with PerformanceTimer GitHub issue/pull request detail

Copy link
Contributor

@siqbal1986 siqbal1986 left a comment

Choose a reason for hiding this comment

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

Is there a test covering this change. how can we see if this is working as intended.
Also the build is failing. Can you please look into it.

@a114j0y
Copy link
Author

a114j0y commented Oct 7, 2024

Is there a test covering this change. how can we see if this is working as intended. Also the build is failing. Can you please look into it.

Its compilation needs this pr to be merged

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