Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-1515

task history file size limit

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Trivial
    • Resolution: Unresolved
    • None
    • None
    • Web UI
    • None

    Description

      If task history file size over 100MB, WebUI appears internal 500 error. The value is hardcoding. IMO file size should assign property value.

      FileStatus fileStatus = fs.getFileStatus(detailFile);
      if (fileStatus.getLen() > 100 * 1024 * 1024)

      { // 100MB throw new IOException("TaskHistory file is too big: " + detailFile + ", " + fileStatus.getLen() + " bytes"); }

      Attachments

        Activity

          People

            yongjin.choi Yongjin Choi
            jerryjung Yousun Jeong
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: