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

Wrong order of the params in Storm API resource

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.6.0
    • 2.6.1
    • None
    • None
    • Patch, Important

    Description

      https://github.com/apache/storm/blob/master/storm-webapp/src/main/java/org/apache/storm/daemon/ui/resources/StormApiResource.java#L551

      Wrong order of the params

      UIHelpers.putTopologyDebugActionSpct(
                                  nimbusClient.getClient(), id, component, action, spct
                          ),

      where as it should be as

      UIHelpers.putTopologyDebugActionSpct(
              nimbusClient.getClient(), id, action, spct, component
      )

      Attachments

        Activity

          People

            rzo1 Richard Zowalla
            mharish12 Harish Madineni
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 20m
                20m