[
https://issues.apache.org/jira/browse/GEODE-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karen Smoler Miller updated GEODE-5309:
---------------------------------------
Component/s: docs
> Add MD5 hash to output of gfsh "list deployed"
> ----------------------------------------------
>
> Key: GEODE-5309
> URL: https://issues.apache.org/jira/browse/GEODE-5309
> Project: Geode
> Issue Type: Improvement
> Components: docs, gfsh
> Reporter: Jens Deppe
> Priority: Major
>
> It would be helpful for users to see the MD5 hash of their deployed jars. Our
> current display looks like this:
> {noformat}
> Member | JAR | JAR Location
> -------- | ----------------- |
> ---------------------------------------------------------------------
> server-1 | function-main.jar |
> /Users/jdeppe/git/gemfire-develop/open/dunit/vm1/function-main.v2.jar
> server-2 | function-main.jar |
> /Users/jdeppe/git/gemfire-develop/open/dunit/vm2/function-main.v1.jar
> {noformat}
> In this case, these jars are actually exactly the same. The output could be
> improved with:
> {noformat}
> Member | JAR | Hash | JAR Location
> -------- | ----------------- | ----------- |
> ---------------------------------------------------------------------
> server-1 | function-main.jar | ABCDEF12345 |
> /Users/jdeppe/git/gemfire-develop/open/dunit/vm1/function-main.v2.jar
> server-2 | function-main.jar | ABCDEF12345 |
> /Users/jdeppe/git/gemfire-develop/open/dunit/vm2/function-main.v1.jar
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)