Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • F FLAG
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ras-devel
  • FLAG
  • Issues
  • #1
Closed
Open
Issue created Apr 23, 2019 by Mitch Burnett@mcbOwner

Processing pipeline hangs

One of the major problems we have in the processing pipeline are the hangs in our hashpipe plugin.

The reason why it hangs is unknown. We are unsure if it is limits in the network, memory limits being reached, or if we are to slow on the I/O transfers on and off the GPU device (i.e., I/O bandwidth). More work needs to be done to identify the stalls.

Currently there is one case of stalling that is reported by the net thread (it may be all cases that this occurs, but not sure). This is a print statement saying NET: HANGING HERE!!!. This is in the net thread when waiting for either the input or output buffer to be free. To get into this state we missed are hanging up stream somewhere and the semaphore is not triggering to release the buffers.

Edited Apr 23, 2019 by Mitch Burnett
Assignee
Assign to
Time tracking