[
https://issues.apache.org/jira/browse/GEODE-10300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17580904#comment-17580904
]
ASF GitHub Bot commented on GEODE-10300:
----------------------------------------
albertogpz commented on code in PR #970:
URL: https://github.com/apache/geode-native/pull/970#discussion_r948236611
##########
cppcache/src/StreamDataInput.cpp:
##########
@@ -60,9 +58,7 @@ void StreamDataInput::readDataIfNotAvailable(size_t size) {
.c_str(),
std::chrono::duration_cast<std::chrono::milliseconds>(timeSpent)
.count(),
- std::chrono::duration_cast<std::chrono::milliseconds>(
- remainingTimeBeforeTimeout_)
- .count());
+ remainingTimeBeforeTimeout_.count());
if (remainingTimeBeforeTimeout_ <= std::chrono::milliseconds ::zero()) {
Review Comment:
Weird...
> C++ Native client messages coming from the locator cannot be longer than 3000
> bytes
> -----------------------------------------------------------------------------------
>
> Key: GEODE-10300
> URL: https://issues.apache.org/jira/browse/GEODE-10300
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Alberto Gomez
> Assignee: Alberto Gomez
> Priority: Major
> Labels: pull-request-available
>
> If a locator sends a response to the C++ native client that is longer than
> 3000 bytes the C++ native client library will only read the first 3000 bytes.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)