You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ud...@apache.org on 2018/08/15 17:14:37 UTC

[geode-examples] branch develop updated (cc10011 -> 872f70f)

This is an automated email from the ASF dual-hosted git repository.

udo pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-examples.git.


    from cc10011  Revert "Merge pull request #64 from dihardman/feature/GEODE-5414"
     add d9f888e  GEODE-5414: Adding WAN example.
     add b76dbdf  Added wan/scripts/start.gfsh to be used by runAll
     add d7e936f  Updated README based on feedback. Removed pdx read-serialized=true from start scripts.
     add 22962e3  Fixed link to WAN documentation.
     add 0868e1d  Updated start.gfsh to remove list members commands and add 5 sec sleep between creating clusters and adding region to workaround GEODE-5421
     new 872f70f  Merge pull request #66 from dihardman/feature/GEODE-5414-2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle                                       |   6 +
 gradle/rat.gradle                                  |   8 +-
 settings.gradle                                    |   1 +
 wan/README.md                                      | 125 +++++++++++++++++++++
 wan/scripts/start-ln.gfsh                          |  43 +++++++
 wan/scripts/start-ny.gfsh                          |  43 +++++++
 .../start.gfsh => wan/scripts/start-wan.gfsh       |  21 ++--
 {putall => wan}/scripts/start.gfsh                 |  15 ++-
 {persistence => wan}/scripts/stop.gfsh             |   8 +-
 .../org/apache/geode_examples/wan}/Example.java    |   6 +-
 10 files changed, 258 insertions(+), 18 deletions(-)
 create mode 100644 wan/README.md
 create mode 100644 wan/scripts/start-ln.gfsh
 create mode 100644 wan/scripts/start-ny.gfsh
 copy overflow/scripts/start.gfsh => wan/scripts/start-wan.gfsh (57%)
 copy {putall => wan}/scripts/start.gfsh (73%)
 mode change 100755 => 100644
 copy {persistence => wan}/scripts/stop.gfsh (84%)
 copy {replicated/src/main/java/org/apache/geode_examples/replicated => wan/src/main/java/org/apache/geode_examples/wan}/Example.java (94%)


[geode-examples] 01/01: Merge pull request #66 from dihardman/feature/GEODE-5414-2

Posted by ud...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

udo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-examples.git

commit 872f70ff14ed33bf040dc54cc9c66d29eb82a5c7
Merge: cc10011 0868e1d
Author: Udo Kohlmeyer <ko...@users.noreply.github.com>
AuthorDate: Wed Aug 15 10:14:34 2018 -0700

    Merge pull request #66 from dihardman/feature/GEODE-5414-2
    
    GEODE-5414 Updated WAN example with sleep added to start.gfsh to pass runAll

 build.gradle                                       |   6 +
 gradle/rat.gradle                                  |   8 +-
 settings.gradle                                    |   1 +
 wan/README.md                                      | 125 +++++++++++++++++++++
 wan/scripts/start-ln.gfsh                          |  43 +++++++
 wan/scripts/start-ny.gfsh                          |  43 +++++++
 wan/scripts/start-wan.gfsh                         |  38 +++++++
 wan/scripts/start.gfsh                             |  29 +++++
 wan/scripts/stop.gfsh                              |  26 +++++
 .../org/apache/geode_examples/wan/Example.java     |  61 ++++++++++
 10 files changed, 379 insertions(+), 1 deletion(-)