Uploaded image for project: 'Apache Storm'
  1. Apache Storm
  2. STORM-3256

If all thread counts exceed 32767, the system will generate errors

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Blocker
    • Resolution: Unresolved
    • 1.1.0
    • None
    • storm-client
    • CentOs 7.1
    • Important
    • If all thread counts exceed 32767, the system will generate errors, MessageBatch.java Line141.

    Description

      If all thread counts exceed 32767, the system will generate errors, MessageBatch.java Line141.

       

      Storm systems are used for low latency and a linear increase in the number of concurrencies as servers increase.
      If you set up four workers per server, it's easy to achieve 4000 degrees of parallelism, that is, 4000 threads per server, then 10 servers will exceed 32767.
      Supporting only 32767 threads is a disaster for large-scale computing.
      It is hoped that this function can be improved and repaired as soon as possible.

      Attachments

        Activity

          People

            Unassigned Unassigned
            bbwolfcool bb_wolf
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: