Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TINKERPOP-3096: improvement: add necessary parameters for logging to fix '%!x(MISSING)' output issue in gremlin-go #2684

Merged
merged 2 commits into from
Jul 17, 2024

Conversation

thomas-dg
Copy link
Contributor

@thomas-dg thomas-dg commented Jul 15, 2024

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.

Signed-off-by: thomas-dg <dyhshome@126.com>
@xiazcy
Copy link
Contributor

xiazcy commented Jul 16, 2024

VOTE +1, thanks for fixing the bug!

@xiazcy
Copy link
Contributor

xiazcy commented Jul 17, 2024

Given this is a small change, I'll be merging this as CTR after the actions pass.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.44%. Comparing base (9b46b67) to head (71207b6).
Report is 174 commits behind head on 3.7-dev.

Additional details and impacted files
@@              Coverage Diff              @@
##             3.7-dev    #2684      +/-   ##
=============================================
+ Coverage      76.14%   80.44%   +4.29%     
=============================================
  Files           1084       27    -1057     
  Lines          65160     4985   -60175     
  Branches        7285        0    -7285     
=============================================
- Hits           49616     4010   -45606     
+ Misses         12839      773   -12066     
+ Partials        2705      202    -2503     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@xiazcy xiazcy merged commit ef466de into apache:3.7-dev Jul 17, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants