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

HPCC-32781 RoxieSocketQueueManager::run may be blocked by actCrit #19171

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 9, 2024

  1. HPCC-32781 RoxieSocketQueueManager::run may be blocked by actCrit

    Avoid need to obtain critsec just to check if a worker thread's packet matches
    
    Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
    richardkchapman committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c92181c View commit details
    Browse the repository at this point in the history
  2. HPCC-32783 Add option to avoid too many workers waiting on semaphore

    Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
    richardkchapman committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    bf856dd View commit details
    Browse the repository at this point in the history
  3. HPCC-32782 Remove headRegionSize option and associated code

    This was not used (I hope!) and was desiged to solve an issue that was better
    managed by the IBYTI delay logic.
    
    Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
    richardkchapman committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    32402f5 View commit details
    Browse the repository at this point in the history