Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-1530 [Umbrella] Store, manage and serve per-framework application-timeline data
  3. YARN-2166

Timelineserver should validate that yarn.timeline-service.leveldb-timeline-store.ttl-interval-ms is greater than zero when level db is for timeline store

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • None
    • timelineserver
    • None

    Description

      Timelineserver should validate that yarn.timeline-service.leveldb-timeline-store.ttl-interval-ms is greater than zero when level db is for timeline store

      other if we start timelineserver with
      yarn.timeline-service.leveldb-timeline-store.ttl-interval-ms=-5000

      Timeline starts but Thread.sleep call in EntityDeletionThread.run keep on throwing UncaughtException -ive value

      2014-06-16 10:22:03,537 ERROR yarn.YarnUncaughtExceptionHandler (YarnUncaughtExceptionHandler.java:uncaughtException(68)) - Thread Thread[Thread-4,5,main] threw an Exception.
      java.lang.IllegalArgumentException: timeout value is negative
              at java.lang.Thread.sleep(Native Method)
              at org.apache.hadoop.yarn.server.timeline.LeveldbTimelineStore$EntityDeletionThread.run(LeveldbTimelineStore.java:257)
      
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              karams Karam Singh
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: