Skip to content

Instantly share code, notes, and snippets.

@BoboTiG
Created January 20, 2021 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BoboTiG/7d9a97c3ec43823b060454e8ee5e6939 to your computer and use it in GitHub Desktop.
Save BoboTiG/7d9a97c3ec43823b060454e8ee5e6939 to your computer and use it in GitHub Desktop.
Medium - The Mystery of the Endless HTTPS Call
2020-11-04 10:55:19 1321 123145487716352 INFO nxdrive.client.uploader.direct_transfer Direct Transfer of '/Users/<USER>/Downloads/test10Gb.db' into '/default-domain/UserWorkspaces/<USER>'
2020-11-04 10:55:19 1321 123145487716352 DEBUG nuxeo.client Calling GET 'https://<HOST>/nuxeo/api/v1/upload/handlers'
2020-11-04 10:55:19 1321 123145487716352 DEBUG nuxeo.client Response from 'https://<HOST>/nuxeo/api/v1/upload/handlers' [200]
2020-11-04 10:55:19 1321 123145487716352 DEBUG nuxeo.client Calling POST 'https://<HOST>/nuxeo/api/v1/upload/new/s3'
2020-11-04 10:55:19 1321 123145487716352 DEBUG nuxeo.client Response from 'https://<HOST>/nuxeo/api/v1/upload/new/s3' [200]
2020-11-04 10:55:19 1321 123145487716352 DEBUG nxdrive.client.uploader Instantiated transfer ...
2020-11-04 10:55:20 1321 123145487716352 DEBUG nuxeo.client Calling POST 'https://<HOST>/nuxeo/api/v1/upload/<BATCH_ID>/refreshToken'
2020-11-04 10:55:20 1321 123145487716352 DEBUG nuxeo.client Response from 'https://<HOST>/nuxeo/api/v1/upload/<BATCH_ID>/refreshToken' [200]
2020-11-04 10:55:20 1321 123145487716352 DEBUG nuxeo.utils Computed chunks count is 512; chunks size is 20,971,520 bytes; uploaded chunks count is 0 => uploaded data so far is 0 bytes.
2020-11-04 10:55:20 1321 123145487716352 DEBUG nxdrive.client.uploader Using 'ChunkUploaderS3' uploader
2020-11-04 10:56:20 1321 123145487716352 DEBUG nxdrive.client.remote_client Chunk transfer speed was 23.6 MiB/s
2020-11-04 10:56:22 1321 123145487716352 DEBUG nxdrive.client.remote_client Chunk transfer speed was 22.7 MiB/s
(...)
2020-11-04 11:37:17 1321 123145487716352 DEBUG nuxeo.client Calling POST 'https://<HOST>/nuxeo/api/v1/upload/<BATCH_ID>/0/complete'
2020-11-04 11:43:05 1321 123145487716352 DEBUG nuxeo.client Response from 'https://<HOST>/nuxeo/api/v1/upload/<BATCH_ID>/0/complete' [200]
2020-11-04 11:43:05 1321 123145487716352 DEBUG nuxeo.client Calling POST 'https://<HOST>/nuxeo/api/v1/upload/<BATCH_ID>/0/execute/FileManager.Import'
(And that's all. It will last forever until Drive is shutdown.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment