[
https://issues.apache.org/jira/browse/TINKERPOP-3096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17866052#comment-17866052
]
ASF GitHub Bot commented on TINKERPOP-3096:
-------------------------------------------
thomas-dg opened a new pull request, #2684:
URL: https://github.com/apache/tinkerpop/pull/2684
<!--
Thanks for contributing! Reminders:
+ TARGET the earliest branch where you want the change
3.6-dev -> 3.6.8 (bugs only)
3.7-dev -> 3.7.3 (non-breaking)
master -> 4.0.0
+ Committers will MERGE the PR forward to newer versions
+ ADD entry to the CHANGELOG.asciidoc for the targeted version
Do not reference a JIRA number there
+ ADD JIRA number to title and link in description
+ PRs requires 3 +1s from committers OR
1 +1 and 7 day wait to merge.
+ MORE details: https://s.apache.org/rtnal
-->
https://issues.apache.org/jira/browse/TINKERPOP-3096
I encountered a log message missing necessary parameters while using the
'Containing' function. The detailed log information is as follows:
`2024/07/14 16:27:28 Error occurred during operation
gremlinServerWSProtocol.readLoop(): 'E0703: expected string Key for map, got
type='0x%!x(MISSING)''
2024/07/14 16:27:28 Read loop error 'E0703: expected string Key for map, got
type='0x%!x(MISSING)'', closing read loop.
2024/07/14 16:27:28 Connection error callback invoked, closing protocol. `
> Missing necessary parameters for logging, resulting in '%!x(MISSING)' in
> output
> -------------------------------------------------------------------------------
>
> Key: TINKERPOP-3096
> URL: https://issues.apache.org/jira/browse/TINKERPOP-3096
> Project: TinkerPop
> Issue Type: Improvement
> Components: go
> Affects Versions: 3.7.2
> Reporter: thomas-dg
> Priority: Trivial
>
> I encountered a log message missing necessary parameters while using the
> 'Containing' function. The detailed log information is as follows:
> {code:java}
> // code placeholder
> 2024/07/14 16:27:28 Error occurred during operation
> gremlinServerWSProtocol.readLoop(): 'E0703: expected string Key for map, got
> type='0x%!x(MISSING)''
> 2024/07/14 16:27:28 Read loop error 'E0703: expected string Key for map, got
> type='0x%!x(MISSING)'', closing read loop.
> 2024/07/14 16:27:28 Connection error callback invoked, closing protocol.
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)