echobravopapa commented on pull request #784: URL: https://github.com/apache/geode-native/pull/784#issuecomment-819660891
@pivotal-jbarrett regarding java client below: If the java client doesn't have metadata for all the buckets, it does non-single-hop behavior. The java ClientMetadataService.groupByServerToBuckets method has this comment, and the code matches: // If we don't have the metadata for some buckets, return // null, indicating that we don't have any metadata. This // will cause us to use the non-single hop path. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
