Jump to: navigation, search

Difference between revisions of "Meetings/Swift"

Line 1: Line 1:
 
Meeting Time: Every other Wednesday at 19:00 UTC
 
Meeting Time: Every other Wednesday at 19:00 UTC
  
Next Meeting: September 4, 2013
+
Next Meeting: September 18, 2013
  
 
Agenda:  
 
Agenda:  
  
 
* I don't want swift to depend on swiftclient any more (torgomatic)
 
* I don't want swift to depend on swiftclient any more (torgomatic)
** move swift-bench out to its own repository
+
** move swift-bench out to its own repository (vote)
 
** make container-sync not depend on swiftclient.
 
** make container-sync not depend on swiftclient.
 
** Then we can do crazy things in swiftclient like py3.3 compatibility, or new dependencies (like "six", which helps with py3 compatibility) without transitively doing crazy stuff in swift.
 
** Then we can do crazy things in swiftclient like py3.3 compatibility, or new dependencies (like "six", which helps with py3 compatibility) without transitively doing crazy stuff in swift.
Line 14: Line 14:
 
* huge review queue
 
* huge review queue
 
** do we need review days?
 
** do we need review days?
** do we need to prune the core devs list?
+
** do we need to prune the core devs list? (see http://russellbryant.net/openstack-stats/swift-reviewers-90.txt)
 
** do we need an official "review sprint"?
 
** do we need an official "review sprint"?
 +
** keep an updated list of prioritized patches?
 +
 +
* Prioritized patches for Havana
 +
** Pool memcache connections (https://review.openstack.org/#/c/45134/)
 +
** fix seek in CompressingFileReader (https://review.openstack.org/#/c/47013/)
 +
** DiskFile refactor (several patches rooted at https://review.openstack.org/#/c/46956/2)
 +
** fix range requests for SLOs (https://review.openstack.org/#/c/46147/)
 +
** SLO error handling (https://review.openstack.org/#/c/39794/)
 +
 +
* Nice to haves for Havana
 +
** use DiskFile in auditor (root at https://review.openstack.org/#/c/44787/)
 +
** timestamp checking improvements (root at https://review.openstack.org/#/c/44097/16)
 +
** Dynamic pipelines (https://review.openstack.org/#/c/43934/)
 +
** Background thread for cleanup (https://review.openstack.org/#/c/44399/)

Revision as of 16:15, 18 September 2013

Meeting Time: Every other Wednesday at 19:00 UTC

Next Meeting: September 18, 2013

Agenda:

  • I don't want swift to depend on swiftclient any more (torgomatic)
    • move swift-bench out to its own repository (vote)
    • make container-sync not depend on swiftclient.
    • Then we can do crazy things in swiftclient like py3.3 compatibility, or new dependencies (like "six", which helps with py3 compatibility) without transitively doing crazy stuff in swift.
  • Havana release plans/schedule
    • We've been asked to provide our RC between September 19 and Oct 8
  • huge review queue