You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/07/23 07:37:16 UTC

[GitHub] [ozone] adoroszlai opened a new pull request, #3619: HDDS-7036. Enable RocksDB stats in monitoring sample config

adoroszlai opened a new pull request, #3619:
URL: https://github.com/apache/ozone/pull/3619

   ## What changes were proposed in this pull request?
   
   Enable RocksDB statistics in the sample `ozone` docker-compose environment's [monitoring extension](https://github.com/apache/ozone/blob/master/hadoop-ozone/dist/src/main/compose/ozone/README.md#monitoring).
   
   https://issues.apache.org/jira/browse/HDDS-7036
   
   ## How was this patch tested?
   
   ```
   cd hadoop-ozone/dist/target/ozone-1.3.0-SNAPSHOT/compose/ozone
   export COMPOSE_FILE=docker-compose.yaml:monitoring.yaml
   OZONE_REPLICATION_FACTOR=3 ./run.sh -d
   sleep 60
   docker-compose exec -T scm ozone freon ockg -n1 -t1
   ```
   
   Verified that JMX endpoint shows RocksDB stats:
   
   ```
   $ curl -LSs http://localhost:9874/jmx
   ...
     }, {
       "name" : "Hadoop:service=Ozone,name=RocksDbStore,dbName=om.db",
       ...
       "NUMBER_KEYS_WRITTEN" : 14,
       "NUMBER_KEYS_READ" : 7,
       ...
   ```
   
   https://github.com/adoroszlai/hadoop-ozone/actions/runs/2719241954


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] adoroszlai commented on pull request #3619: HDDS-7036. Enable RocksDB stats in monitoring sample config

Posted by GitBox <gi...@apache.org>.
adoroszlai commented on PR #3619:
URL: https://github.com/apache/ozone/pull/3619#issuecomment-1193253612

   Thanks @ayushtkn for the review, @kerneltime for merging this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] kerneltime merged pull request #3619: HDDS-7036. Enable RocksDB stats in monitoring sample config

Posted by GitBox <gi...@apache.org>.
kerneltime merged PR #3619:
URL: https://github.com/apache/ozone/pull/3619


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org