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

Unknown socket warning? #29

Open
jrjdavidson opened this issue Sep 8, 2021 · 6 comments
Open

Unknown socket warning? #29

jrjdavidson opened this issue Sep 8, 2021 · 6 comments

Comments

@jrjdavidson
Copy link

I'm testing schemaless URLs, as you suggested in #15, opened port 80 and changed the nginx setup to forward request correctly. I'm getting the following warning while using vts --add:
2021-09-08 22:51:02 W2 [28269(chttp:0)]: Unknown socket 170 in handle callback. {client.cpp:handle_cb():831}
Not sure if it's an issue or not. not even sure what a socket is. Just thought I'd let you know in case it's a problem.

@jrjdavidson
Copy link
Author

Update, the warning is unrelated the schemaless URLs, it is related to my setup, I get the same warnings if I specify the url scheme.

@vaclavblazek
Copy link
Member

Just to be on the same page, is this logged by vts --add? Is it random or consistent?

@jrjdavidson
Copy link
Author

yes vts -add

this snippet of the end of the log is quite representative

2021-09-09 05:40:34 I3 [28269(add(JdFDEM-icelandLod23)/1:JdFDEM-worldLod17arc15_JdFDEM-icelandLod23/22-972842-570695)]: (glue) progress: 98.50 %. {progress.cpp:report():48}
2021-09-09 05:41:20 W2 [28269(chttp:0)]: Unknown socket 23 in handle callback. {client.cpp:handle_cb():831}
2021-09-09 05:42:25 W2 [28269(chttp:0)]: Unknown socket 23 in handle callback. {client.cpp:handle_cb():831}
2021-09-09 05:43:27 W2 [28269(chttp:0)]: Unknown socket 39 in handle callback. {client.cpp:handle_cb():831}
2021-09-09 05:44:13 I3 [28269(add(JdFDEM-icelandLod23)/1:JdFDEM-worldLod17arc15_JdFDEM-icelandLod23/22-971304-572349)]: (glue) progress: 99.00 %. {progress.cpp:report():48}
2021-09-09 05:44:29 W2 [28269(chttp:0)]: Unknown socket 29 in handle callback. {client.cpp:handle_cb():831}
2021-09-09 05:45:33 W2 [28269(chttp:0)]: Unknown socket 17 in handle callback. {client.cpp:handle_cb():831}
2021-09-09 05:46:18 I3 [28269(add(JdFDEM-icelandLod23)/1:JdFDEM-worldLod17arc15_JdFDEM-icelandLod23/22-972558-572348)]: (glue) progress: 99.50 %. {progress.cpp:report():48}
2021-09-09 05:46:33 W2 [28269(chttp:0)]: Unknown socket 17 in handle callback. {client.cpp:handle_cb():831}
2021-09-09 05:47:38 W2 [28269(chttp:0)]: Unknown socket 84 in handle callback. {client.cpp:handle_cb():831}
2021-09-09 05:48:38 W2 [28269(chttp:0)]: Unknown socket 46 in handle callback. {client.cpp:handle_cb():831}
2021-09-09 05:49:38 W2 [28269(chttp:0)]: Unknown socket 20 in handle callback. {client.cpp:handle_cb():831}
2021-09-09 05:50:21 I3 [28269(add(JdFDEM-icelandLod23)/1:JdFDEM-worldLod17arc15_JdFDEM-icelandLod23)]: Memory occupied after merge: 2.007816 GiB (of which 0.000000 GiB is swapped). {change.cpp:reportMemoryUsage():88}
2021-09-09 05:50:21 I3 [28269(add(JdFDEM-icelandLod23)/1:JdFDEM-worldLod17arc15_JdFDEM-icelandLod23)]: Memory occupied after emptying input caches: 2.007816 GiB (of which 0.000000 GiB is swapped). {change.cpp:reportMemoryUsage():88}
2021-09-09 05:50:21 I3 [28269(add(JdFDEM-icelandLod23)/1:JdFDEM-worldLod17arc15_JdFDEM-icelandLod23)]: Glue <JdFDEM-worldLod17arc15_JdFDEM-icelandLod23> created, duration: 07:08:30.996887. {change.cpp:createGlue():855}
2021-09-09 05:50:23 I3 [28269(add(JdFDEM-icelandLod23)/1:JdFDEM-worldLod17arc15_JdFDEM-icelandLod23)]: Memory occupied after glue flush: 2.007816 GiB (of which 0.000000 GiB is swapped). {change.cpp:reportMemoryUsage():88}
2021-09-09 05:50:23 I3 [28269(add(JdFDEM-icelandLod23)/1:JdFDEM-worldLod17arc15_JdFDEM-icelandLod23)]: Memory occupied after glue creation: 2.007816 GiB (of which 0.000000 GiB is swapped). {change.cpp:reportMemoryUsage():88}
2021-09-09 05:50:23 I4 [28269(main)]: All done. {vts.cpp:add():2093}

@jrjdavidson
Copy link
Author

And just to be completely clear- it doesn't seem to affect the final result, as far as I can tell. Again not sure if it is an issue at all

@vaclavblazek
Copy link
Member

I'll reserve a day to investigate all bugs you reported.
This on seems like something strange is happening in the new libcurl on focal.

@jrjdavidson
Copy link
Author

Thanks, Let me know if there's anything I can do to help

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

No branches or pull requests

2 participants