← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1336168] [NEW] Chunksize should be configurable when using copy_from

 

Public bug reported:

When using the copy_from option, readers and writers can have different speeds to respectively read and write.
A reader can timeout if the connection has been opened for too long without getting any heartbeat.
This is happening if the writer is slower than the reader. A reader will have to wait for the writer to process all the bits sent before
getting the next chunk. If this time to process the bits is too long the reader will timeout.
Consequently, the writer should be able to control the size of the chunks that needs to be read in order to be able to write fast enough.

** Affects: glance
     Importance: Undecided
     Assignee: Arnaud Legendre (arnaudleg)
         Status: In Progress

** Changed in: glance
     Assignee: (unassigned) => Arnaud Legendre (arnaudleg)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1336168

Title:
  Chunksize should be configurable when using copy_from

Status in OpenStack Image Registry and Delivery Service (Glance):
  In Progress

Bug description:
  When using the copy_from option, readers and writers can have different speeds to respectively read and write.
  A reader can timeout if the connection has been opened for too long without getting any heartbeat.
  This is happening if the writer is slower than the reader. A reader will have to wait for the writer to process all the bits sent before
  getting the next chunk. If this time to process the bits is too long the reader will timeout.
  Consequently, the writer should be able to control the size of the chunks that needs to be read in order to be able to write fast enough.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1336168/+subscriptions


Follow ups

References