[
https://issues.apache.org/jira/browse/GEODE-9875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17456060#comment-17456060
]
ASF subversion and git services commented on GEODE-9875:
--------------------------------------------------------
Commit bc18f5ee4423dac9e9192ff6bde38a312983af54 in geode's branch
refs/heads/develop from Jinmei Liao
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=bc18f5e ]
GEODE-9875: client operation should not send in invalid userId. (#7173)
> AuthenticationRequiredException: Failed to find the authenticated user.
> -----------------------------------------------------------------------
>
> Key: GEODE-9875
> URL: https://issues.apache.org/jira/browse/GEODE-9875
> Project: Geode
> Issue Type: Bug
> Components: client/server
> Reporter: Jinmei Liao
> Priority: Major
> Labels: GeodeOperationAPI, pull-request-available
> Fix For: 1.15.0
>
>
> Client connects to a server:
> One thread is doing puts using the connection with a valid uniqueId
> The ClientCacheUpdater thread failed to initialize, gets an IOException while
> trying to connect to the server:
> {quote}
> [warn 2021/12/06 17:41:16.345 PST edgegemfire1_host1_9691
> <queueTimer-brloader1> tid=0x37] Cache Client Updater Thread on
> rs-RunItNow-HQ1613a0i3large-hydra-client-30(bridgegemfire1_host1_13308:13308)<ec><v9>:41001
> port 23326 (rs-RunItNow-HQ1613a0i3large-hydra-client-30:23326): Caught
> following exception while attempting to create a server-to-client
> communication socket and will exit: java.net.SocketTimeoutException: Read
> timed out
> {quote}
> Then the ClientCacheUpdator resets the connections userId back to -1.
> The put thread uses this -1 as the uniqueId and then gets the exception back.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)