Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-11864

Document Metrics to track usage of memory for writes

VotersStop watchingWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      HDFS-7129 introduced followings metrics which are not documented.

      	  // RamDisk metrics on read/write
      	  @Metric MutableCounterLong ramDiskBlocksWrite;
      	  @Metric MutableCounterLong ramDiskBlocksWriteFallback;
      	  @Metric MutableCounterLong ramDiskBytesWrite;
      	  @Metric MutableCounterLong ramDiskBlocksReadHits;
      	
      	  // RamDisk metrics on eviction
      	  @Metric MutableCounterLong ramDiskBlocksEvicted;
      	  @Metric MutableCounterLong ramDiskBlocksEvictedWithoutRead;
      	  @Metric MutableRate        ramDiskBlocksEvictionWindowMs;
      	  final MutableQuantiles[]   ramDiskBlocksEvictionWindowMsQuantiles;
      	
      	
      	  // RamDisk metrics on lazy persist
      	  @Metric MutableCounterLong ramDiskBlocksLazyPersisted;
      	  @Metric MutableCounterLong ramDiskBlocksDeletedBeforeLazyPersisted;
      	  @Metric MutableCounterLong ramDiskBytesLazyPersisted;
      	  @Metric MutableRate        ramDiskBlocksLazyPersistWindowMs;
      	  final MutableQuantiles[]   ramDiskBlocksLazyPersistWindowMsQuantiles;
      

      Attachments

        1. HDFS-11864.001.patch
          3 kB
          Yiqun Lin

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            linyiqun Yiqun Lin
            brahmareddy Brahma Reddy Battula
            Votes:
            0 Vote for this issue
            Watchers:
            5 Stop watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment