Uploaded image for project: 'Apache InLong'
  1. Apache InLong
  2. INLONG-61

minor update & fix some typos

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Low
    • Resolution: Fixed
    • None
    • 0.5.0
    • None

    Description

      1.  RoundRobinPartitionRouter
      change
        ```
      if (roundPartition != null) {
      if (roundPartition.getDelayTimeStamp() < System.currentTimeMillis())

      { return roundPartition; }

      }
        ```
      to
      ```
      if (roundPartition != null && roundPartition.getDelayTimeStamp() < System.currentTimeMillis())

      { return roundPartition; }

      ```

      2. DefaultBrokerRcvQltyStats
      fix below typos:
      ```
      brokerStatis -> brokerStats
      lastPrinttime -> lastPrintTime
      cachedLinkQualitys -> cachedLinkQualities
      curStatisItemSet -> curStatsItemSet
        needHoldCout -> needHoldCount
      ```

      Attachments

        Activity

          People

            technoboy Guo Jiwei
            technoboy Guo Jiwei
            Votes:
            0 Vote for this issue
            Watchers:
            1 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 - 40m
                40m