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

Cherry pick v3.2.0 (0627-0630) #4370

Merged
merged 4 commits into from
Jun 30, 2022
Merged

Commits on Jun 30, 2022

  1. enhance nightly tck test job (#4355)

    HarrisChu authored and Sophie-Xie committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    9f294d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a03f83 View commit details
    Browse the repository at this point in the history
  3. Implement inner parallel procesing by using Scatter/Gather model. (#4361

    )
    
    * Multi job traverse.
    
    Some debug infos.
    
    Multi job AppendVertices handle resp.
    
    Multi job Project.
    
    Enhance AppendVertices.
    
    Multi job filter.
    
    Fix row cnt and delete debug info.
    
    Fix AppendV.
    
    Add debug info.
    
    Rm debug info.
    
    Fix copy in traverse.
    
    Set max_job_size to default 20.
    
    Add runMultiJobs template.
    
    Impl Project/Filter/AppendV.
    
    Impl Join.
    
    Fix double free for join.
    
    Fix filter on GetNeighborsIter.
    
    Fix prop iter.
    
    Fix filter on prop iter.
    
    Fix left join by clearing hash tabls manually.
    
    Report error in filter.
    
    Fix tests: the order is not guarentted in scatter gather model.
    
    Iterates to begin out of job.
    
    Modify the default config.
    
    Fix appendv.
    
    Support run multi job mode test.
    
    Test multi job.
    
    Rebase and compatible with single job.
    
    * Update the logs and flags.
    
    * Add comment.
    
    * Fix nightly.
    
    * Fix test.
    
    * Fix compile.
    
    * Fix test.
    
    * Address comment and fix test.
    
    Co-authored-by: Sophie <84560950+Sophie-Xie@users.noreply.github.com>
    CPWstatic and Sophie-Xie committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    c883b66 View commit details
    Browse the repository at this point in the history
  4. Async gc. (#4362)

    * Add GC.
    
    * Impl gc.
    
    * Fix linking.
    
    * Using thread pool.
    
    * Using try_dequeue.
    
    * Stop workers when destruct.
    
    * Set default worker size to 8.
    
    * Add repeat task for all.
    
    * Update flags.
    
    * Add comments.
    
    * Fix nightly.
    CPWstatic authored and Sophie-Xie committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    6053070 View commit details
    Browse the repository at this point in the history