geode git commit: GEODE-3296: Speed up Acceptance Tests

2017-07-26 Thread jstewart
Repository: geode Updated Branches: refs/heads/develop 289a0857f -> b88911289 GEODE-3296: Speed up Acceptance Tests Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/b8891128 Tree: http://git-wip-us.apache.org/repos/asf/geod

geode git commit: GEODE-3312 Update doc gfsh list members output

2017-07-26 Thread kmiller
Repository: geode Updated Branches: refs/heads/develop b88911289 -> b9ba1d4fc GEODE-3312 Update doc gfsh list members output IP address is output, not host name. This closes #656 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/

geode git commit: An empty commit to close PR. This now closes #474

2017-07-26 Thread udo
Repository: geode Updated Branches: refs/heads/develop b9ba1d4fc -> bf8971c4d An empty commit to close PR. This now closes #474 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/bf8971c4 Tree: http://git-wip-us.apache.org/re

[2/2] geode git commit: GEODE-2654: Backups can capture different members from different points in time Online backup now takes a backup from a single point in time. This is done by making all write o

2017-07-26 Thread lgallinat
GEODE-2654: Backups can capture different members from different points in time Online backup now takes a backup from a single point in time. This is done by making all write operations get a backup lock which causes them to wait until the oplogs are rolled by backup. Project: http://git-wip-us.

[1/2] geode git commit: GEODE-2654: Backups can capture different members from different points in time Online backup now takes a backup from a single point in time. This is done by making all write o

2017-07-26 Thread lgallinat
Repository: geode Updated Branches: refs/heads/develop bf8971c4d -> f1326be55 http://git-wip-us.apache.org/repos/asf/geode/blob/f1326be5/geode-core/src/test/java/org/apache/geode/internal/cache/persistence/BackupPrepareAndFinishMsgDUnitTest.java -

geode-native git commit: (no ticket) Capitalize C# client member functions This closes #113

2017-07-26 Thread dbarnes
Repository: geode-native Updated Branches: refs/heads/develop e8fd46df5 -> 54de76252 (no ticket) Capitalize C# client member functions This closes #113 Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/54de7625

geode git commit: GEODE-3291: newly added lucene-analyzers-phonetic will automatically add its dependency commons-codec. Need to let junit to expect this new jar.

2017-07-26 Thread zhouxj
Repository: geode Updated Branches: refs/heads/develop f1326be55 -> e0aa1b0c4 GEODE-3291: newly added lucene-analyzers-phonetic will automatically add its dependency commons-codec. Need to let junit to expect this new jar. geode-lucene does not need to explicitly include commons-codec in its t

[2/3] geode git commit: GEODE-3253: Refactoring ClientCommands and related tests

2017-07-26 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/7ae99960/geode-cq/src/test/java/org/apache/geode/management/internal/cli/commands/ClientCommandsDUnitTest.java -- diff --git a/geode-cq/src/test/java/org/apache/geode/management/in

[1/3] geode git commit: GEODE-3253: Refactoring ClientCommands and related tests

2017-07-26 Thread klund
Repository: geode Updated Branches: refs/heads/develop e0aa1b0c4 -> 7ae99960f http://git-wip-us.apache.org/repos/asf/geode/blob/7ae99960/geode-cq/src/test/java/org/apache/geode/management/internal/cli/commands/DescribeClientCommandDUnitTest.java -

[3/3] geode git commit: GEODE-3253: Refactoring ClientCommands and related tests

2017-07-26 Thread klund
GEODE-3253: Refactoring ClientCommands and related tests This closes #650 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/7ae99960 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/7ae99960 Diff: http://git-wip-us.apach

geode git commit: GEODE-3290: Removed effectively-dead classes FilterChain, LocalFilterChain, and RemoteFilterChain.

2017-07-26 Thread jinmeiliao
Repository: geode Updated Branches: refs/heads/develop 7ae99960f -> 626780908 GEODE-3290: Removed effectively-dead classes FilterChain, LocalFilterChain, and RemoteFilterChain. * this closes #653 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org

geode git commit: GEODE-2936: Refactoring OrderByComparator and updating OrderByComparatorJUnitTest

2017-07-26 Thread khowe
Repository: geode Updated Branches: refs/heads/develop 626780908 -> 06b44db8c GEODE-2936: Refactoring OrderByComparator and updating OrderByComparatorJUnitTest This closes #580 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/co

[1/8] geode git commit: GEODE-3271: Renaming punePort variables, refactoring WANCommandsTestBase

2017-07-26 Thread klund
Repository: geode Updated Branches: refs/heads/develop 06b44db8c -> c62764b5a GEODE-3271: Renaming punePort variables, refactoring WANCommandsTestBase This closes #647 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/c6276

[7/8] geode git commit: GEODE-3271: Separating WanCommands into multiple command classes

2017-07-26 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/e1befef4/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/StopGatewaySenderCommand.java -- diff --git a/geode-core/src/main/java/org/apache/geode/manageme

[5/8] geode git commit: GEODE-3271: Separating WanCommands into multiple command classes

2017-07-26 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/e1befef4/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/wancommand/ResumeGatewaySenderCommandDUnitTest.java -- diff --git a/geode-wan/src/test/java/org/apache/geode/in

[6/8] geode git commit: GEODE-3271: Separating WanCommands into multiple command classes

2017-07-26 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/e1befef4/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/wancommand/CreateAndDestroyGatewaySenderCommandsDUnitTest.java -- diff --git a/geode-wan/src/test/java/org/apac

[4/8] geode git commit: GEODE-3271: Separating WanCommands into multiple command classes

2017-07-26 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/e1befef4/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/wancommand/WANCommandTestBase.java -- diff --git a/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/

[2/8] geode git commit: GEODE-3271: Separating WanCommands into multiple command classes

2017-07-26 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/e1befef4/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/wancommand/WanCommandStatusDUnitTest.java -- diff --git a/geode-wan/src/test/java/org/apache/geode/internal/cac

[8/8] geode git commit: GEODE-3271: Separating WanCommands into multiple command classes

2017-07-26 Thread klund
GEODE-3271: Separating WanCommands into multiple command classes Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/e1befef4 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/e1befef4 Diff: http://git-wip-us.apache.org/repo

[3/8] geode git commit: GEODE-3271: Separating WanCommands into multiple command classes

2017-07-26 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/e1befef4/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/wancommand/WanCommandGatewayReceiverStopDUnitTest.java -- diff --git a/geode-wan/src/test/java/org/apache/geode

geode git commit: GEODE-3322: remove empty @return javadoc

2017-07-26 Thread klund
Repository: geode Updated Branches: refs/heads/feature/GEODE-3322 [created] 517e3c853 GEODE-3322: remove empty @return javadoc * make member fields immutable with final * fix minor IDE warnings Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/re

geode git commit: fixup

2017-07-26 Thread klund
Repository: geode Updated Branches: refs/heads/feature/GEODE-3299 7956fb424 -> 7c6c0b941 fixup Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/7c6c0b94 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/7c6c0b94 Diff: