Uploaded image for project: 'Apache Cassandra'
  1. Apache Cassandra
  2. CASSANDRA-906

Mixed use of Stage's name. Must use public static field.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 0.7 beta 1
    • None
    • Low

    Description

      This line in StageManger is not using the public static field to reference the Stage's name:

      stages.put(RESPONSE_STAGE, multiThreadedStage("RESPONSE-STAGE", Runtime.getRuntime().availableProcessors()));

      It should be:

      stages.put(RESPONSE_STAGE, multiThreadedStage(RESPONSE_STAGE, Runtime.getRuntime().availableProcessors()));

      Attachments

        1. CASSANDRA-906.patch
          2 kB
          Rodrigo Peinado

        Activity

          People

            rodrigoap Rodrigo Peinado
            rodrigoap Rodrigo Peinado
            Rodrigo Peinado
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: