> On June 28, 2017, 7:31 p.m., anilkumar gingade wrote: > > geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/TXSynchronizationCommand.java > > Lines 106 (patched) > > <https://reviews.apache.org/r/60513/diff/1/?file=1766419#file1766419line106> > > > > Can we move this to doBeforeCompletion() as done in > > createAfterCompletionRunnable() which returns the runnable.
Only need to set condition once for the two synchronization call now with Darrel's review. - Eric ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60513/#review179156 ----------------------------------------------------------- On June 29, 2017, 12:20 a.m., Eric Shu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/60513/ > ----------------------------------------------------------- > > (Updated June 29, 2017, 12:20 a.m.) > > > Review request for geode, anilkumar gingade, Darrel Schneider, and Lynn > Gallinat. > > > Bugs: GEODE-3147 > https://issues.apache.org/jira/browse/GEODE-3147 > > > Repository: geode > > > Description > ------- > > Set byte buffer for the threads that need to send reply to clients when > Max_Threads are set. > > > Diffs > ----- > > > geode-core/src/main/java/org/apache/geode/internal/cache/TXSynchronizationRunnable.java > 35b0e75 > > geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/TXSynchronizationCommand.java > b1b0cfb > > geode-core/src/test/java/org/apache/geode/internal/jta/ClientServerJTADUnitTest.java > 51ef44a > > > Diff: https://reviews.apache.org/r/60513/diff/2/ > > > Testing > ------- > > precheckin. > > > Thanks, > > Eric Shu > >