When the locator is up, the order in which the jar were uploaded to the
locator is the order in which they are provided to the servers. When the
locator is bounced, it reads jar files from the file system using
java.io.File.listFiles(FilenameFilter)
<https://docs.oracle.com/javase/7/docs/api/java/io/File.html#listFiles()>.
Javadocs for this method say: "There is no guarantee that the name strings
in the resulting array will appear in any specific order;"

On Thu, Jan 28, 2016 at 11:47 AM, Catanzarite, P. (Paul) <
[email protected]> wrote:

> Hi all –
>
>
>
> I’m trying to understand if there is any sort order logic by which Gemfire
> CCS uses to deploy Jar files to cache server nodes when they are started.
>
>
>
> Thanks in advance for any info.
>
> -Paul
>
>
> ---------------------------------------------------------
>
> NOTICE: The information contained in this electronic mail message is
> confidential and intended only for certain recipients.  If you are not an
> intended recipient, you are hereby notified that any disclosure,
> reproduction, distribution or other use of this communication and any
> attachments is strictly prohibited.  If you have received this
> communication in error, please notify the sender by reply transmission and
> delete the message without copying or disclosing it.
>
>
> ============================================================================================
>

Reply via email to