Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-8668

TestHLogSplit.generateHLog() does not use local variables for entries

    XMLWordPrintableJSON

Details

    • Test
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 0.98.0, 0.95.1
    • None
    • None

    Description

      private HLog.Writer [] generateHLogs(final int writers, final int entries, final int leaveOpen) throws IOException {
          return generateHLogs((DistributedFileSystem)this.fs, writers, ENTRIES, leaveOpen);
        }
      

      Here we should use local variable entries instead of ENTRIES.

      Attachments

        1. HBASE-8668.patch
          0.8 kB
          ramkrishna.s.vasudevan

        Activity

          People

            ram_krish ramkrishna.s.vasudevan
            ram_krish ramkrishna.s.vasudevan
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: