[
https://issues.apache.org/jira/browse/GEODE-6831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16877920#comment-16877920
]
ASF subversion and git services commented on GEODE-6831:
--------------------------------------------------------
Commit ddacca849efeb0380d9c5759820781d4a92613b8 in geode's branch
refs/heads/develop from Dave Barnes
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=ddacca8 ]
GEODE-6831: User Guide - update "Versioning of JAR Files" to match code changes
(#3768)
> Versioning of JAR Files doc is wrong
> -------------------------------------
>
> Key: GEODE-6831
> URL: https://issues.apache.org/jira/browse/GEODE-6831
> Project: Geode
> Issue Type: Improvement
> Components: docs
> Reporter: YuJue Li
> Assignee: Dave Barnes
> Priority: Major
> Fix For: 1.10.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> [https://geode.apache.org/docs/guide/19/configuring/cluster_config/deploying_application_jars.html]
>
>
> This document has such a paragraph:
>
> Versioning of JAR Files
>
> When you deploy JAR files to a cluster or member group, the JAR file is
> modified to indicate version information in its name. Each JAR filename is
> prefixed with|vf.gf#|and contains a version number at the end of the
> filename. For example, if you deploy|MyClasses.jar|five times, the filename
> is displayed as|vf.gf#MyClasses.jar#5|when you list all deployed jars.
>
> but,in my environment, it is shown as follows:
>
> gfsh>list deployed
> Member | JAR | JAR Location
> ------- | -------------- |
> ---------------------------------------------------
> server1 | ra.jar | /media/liyujue/data/geode/server1/ra.v1.jar
> server1 | mx4j-3.0.2.jar |
> /media/liyujue/data/geode/server1/mx4j-3.0.2.v1.jar
> server2 | ra.jar | /media/liyujue/data/geode/server2/ra.v1.jar
> server2 | mx4j-3.0.2.jar | /media/liyujue/data/geode/server2/mx4j-3.0.2.v1.jar
> The description here is incorrect.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)