From: <tho...@us...> - 2013-12-17 19:11:30
|
Revision: 7671 http://bigdata.svn.sourceforge.net/bigdata/?rev=7671&view=rev Author: thompsonbry Date: 2013-12-17 19:11:24 +0000 (Tue, 17 Dec 2013) Log Message: ----------- Removed public closeChannel() method. We can probably use the existing mechanisms in QuorumPipelineImpl to tearDown() and setup the sendService and receiveService. Modified Paths: -------------- branches/MGC_1_3_0/bigdata/src/java/com/bigdata/ha/pipeline/HASendService.java Modified: branches/MGC_1_3_0/bigdata/src/java/com/bigdata/ha/pipeline/HASendService.java =================================================================== --- branches/MGC_1_3_0/bigdata/src/java/com/bigdata/ha/pipeline/HASendService.java 2013-12-17 19:09:41 UTC (rev 7670) +++ branches/MGC_1_3_0/bigdata/src/java/com/bigdata/ha/pipeline/HASendService.java 2013-12-17 19:11:24 UTC (rev 7671) @@ -269,14 +269,14 @@ } } - /** - * Close the {@link SocketChannel} to the downsteam service (blocking). - */ - public void closeChannel() { - synchronized (this.socketChannel) { - closeSocketChannelNoBlock(); - } - } +// /** +// * Close the {@link SocketChannel} to the downsteam service (blocking). +// */ +// public void closeChannel() { +// synchronized (this.socketChannel) { +// closeSocketChannelNoBlock(); +// } +// } /** * Close the {@link SocketChannel} to the downstream service (non-blocking). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |