Uploaded image for project: 'Chukwa (retired)'
  1. Chukwa (retired)
  2. CHUKWA-485

TsProcessor mis-handles some dates

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • Data Processors
    • None

    Description

      The configurable date format functionality in TsProcessor does the following to extract the date text to parse when a date regex isn't set:

      recordEntry.substring(0, sdf.toPattern().length());

      The problem with this approach is that some date formats aren't the same length as their corresponding text string and sdf.toPattern().length() produces the length of the former, not the latter. As an example the z format letter produces a timezone like 'PDT'.

      Attachments

        1. CHUKWA-485.1.patch
          2 kB
          William W. Graham Jr

        Activity

          People

            billgraham William W. Graham Jr
            billgraham William W. Graham Jr
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: