This is an automated email from the ASF dual-hosted git repository.
zhouxj pushed a commit to branch feature/GEODE-5144
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/feature/GEODE-5144 by this
push:
new 5f538fd GEODE-5144: remove the test only method
5f538fd is described below
commit 5f538fdf517fa8c01e2c5a755ac0a4db0b539e1a
Author: zhouxh <[email protected]>
AuthorDate: Thu May 10 16:29:20 2018 -0700
GEODE-5144: remove the test only method
---
.../apache/geode/internal/cache/wan/AbstractGatewaySender.java | 8 --------
1 file changed, 8 deletions(-)
diff --git
a/geode-core/src/main/java/org/apache/geode/internal/cache/wan/AbstractGatewaySender.java
b/geode-core/src/main/java/org/apache/geode/internal/cache/wan/AbstractGatewaySender.java
index 1027582..123534a 100644
---
a/geode-core/src/main/java/org/apache/geode/internal/cache/wan/AbstractGatewaySender.java
+++
b/geode-core/src/main/java/org/apache/geode/internal/cache/wan/AbstractGatewaySender.java
@@ -728,14 +728,6 @@ public abstract class AbstractGatewaySender implements
GatewaySender, Distributi
return null;
}
- public Set<RegionQueue> getQueuesForConcurrentSerialGatewaySender() {
- if (this.eventProcessor != null
- && (this.eventProcessor instanceof
ConcurrentSerialGatewaySenderEventProcessor)) {
- return ((ConcurrentSerialGatewaySenderEventProcessor)
this.eventProcessor).getQueues();
- }
- return null;
- }
-
protected void waitForRunningStatus() {
synchronized (this.eventProcessor.runningStateLock) {
while (this.eventProcessor.getException() == null &&
this.eventProcessor.isStopped()) {
--
To stop receiving notification emails like this one, please contact
[email protected].