4d6ae96d9228e94ef2eb0e11706099483ed5ecde
34 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
John Dickinson
|
341da75574 |
changelog and authors updates for 1.7 release
Change-Id: Ie38e49915cfd233bcf00469f184cf8fce7424472 |
||
|
Alex Yang
|
28bff36b81 |
Remove redefinition of import traceback
Removed the redefinition of import in swift/object/server.py Add my name in AUTHORS Change-Id: Ia74df662de08fc52b92b828978d96a22b5df5597 |
||
|
John Dickinson
|
53e35ba4ff |
changelog for 1.6.0
Change-Id: Ia97050ac2b0b438535f31a8eb400801c782160f9 |
||
|
Jenkins
|
0ab4f2ab4a | Merge "add UDP protocol support for logger" | ||
|
Kota Tsuyuzaki
|
f0eb25a973 |
add UDP protocol support for logger
When a syslog daemon fails and SysLogHandler cannot reconnect to it, server processes (proxy, container, object, and more) would start consuming 100 % CPU and stop responding to requests. It is because the server process go into an infinite loop if they fail to reconnect to /dev/log. This problem happens only when using unix_sockets. This change enables us to use syslog without unix_sockets and fixes bug 780025. Change-Id: Ibcc99a1a148b1008036146bf3bd079a9be24982c |
||
|
François Charlier
|
ef3e556b72 |
swift-bench should be able to use auth version 2.0
Fixes Bug #1011727 Change-Id: I6681bd85a5ddb82a1059913ae90696e5994aa906 |
||
|
Vincent Untz
|
f7757e4ebf |
Fix typos in source documentation
metdata -> metadata requets -> requests Change-Id: Idc3c67e6415532e64e1d04c767f64e1d50269f44 |
||
|
Dan Prince
|
f48f253f4c |
Raise ClientException for invalid auth version.
Fixes LP Bug #1008667. Change-Id: I1e767a804b617eff8a9700c3d98b2360c040933a |
||
|
John Dickinson
|
576be4d77e |
Updated AUTHORS, CHANGELOG, and version for 1.5.0 release
Change-Id: I9e0e26394a1892d757e33806511940cbe43be4d5 |
||
|
Jenkins
|
e22ee457f0 | Merge "Removed unused imports." | ||
|
Jenkins
|
e48d01a7a7 | Merge "return the full response from FakeAppObject" | ||
|
Ionuț Arțăriși
|
c82c719f93 |
return the full response from FakeAppObject
Fixes bug 984042 Change-Id: I18a6eac497b24338af4d82a568484b0fc9d97382 |
||
|
Paul McMillan
|
92fbf44d10 |
Fixed grammar and improve docs.
Corrected its/it's mistakes, harmonized line wrapping within some docs and clarified doc wording in several places. Change-Id: Ib9ac6d5e859f770a702e1fad6de8d4abe0390b47 |
||
|
Josh Kearney
|
b28cdbbdf4 |
Removed unused imports.
Change-Id: I5a837bea8699b78484265dc2434b190d0cf15de2 |
||
|
John Dickinson
|
cc6d219159 |
added Ye Jia Xu to AUTHORS file and appropriate .mailmap entry
Change-Id: Ib05f7742c51d00bd5ba901973343fd68ed6cd114 |
||
|
John Dickinson
|
89454237d8 |
updated authors file and added .mailmap
Change-Id: Idf0d1bbc5c9df025825190035871294692e7e6a4 |
||
|
Samuel Merritt
|
e994d033a6 |
Refactor partition gathering.
RingBuilder._reassign_parts() is really moving one (partition, replica) pair at a time. However, the way that _gather_reassign_parts passes that data in was strange; it would update each replica's entry in _replica2part2dev to 0xffff, then return a list of affected partitions. Now it just returns the pairs to move. This is helpful in the presence of bugs that affect partition assignment (e.g. #943493), there's no chance of stray 0xffff values hanging around and corrupting the partition map. Also, update my email address. Change-Id: Ifb3aeb4fac750f66e2ddbad88eb5846e72bac20c |
||
|
Darrell Bishop
|
413173088c |
Make initial ring balance robust to "holes".
Make initial ring building robust to "holes" (None values in self.devs). Having these None values in the self.devs array is fine later in the builder file's life. Making it okay upon initial balance makes builder files easier to programatically manipulate. Change-Id: Icca9c1aa4fd0aae12168998acc39e52f95989b7d |
||
|
Samuel Merritt
|
7fe0c6c695 |
Fix rebalancing when 2+ of a partition's replicas are on deleted devices.
RingBuilder._reassign_parts assumed that only replica for a given partition would move. This isn't necessarily true in the case where a bunch of devices have been removed. This would leave invalid entries in _replica2part2dev and also cause validation to fail. One easy way to reproduce this is to create a 3-replica, 3-zone, 6-device ring with 2 drives per zone (all of equal weight), rebalance, and then remove one drive from each zone and rebalance again. Bug: 943493 Change-Id: I0d399bed5d733448ad877fa2823b542777d385a4 |
||
|
John Dickinson
|
a6567e60ab |
added emails to AUTHORS file
Change-Id: Ib379e45b3869725121fbc02e5be788163c04619b |
||
|
John Dickinson
|
19ab70745d |
updated authors file
Change-Id: Id483bb1cec1b8b27788fe1233e1795adea6e5e49 |
||
|
gholt
|
4ad59c6335 |
AUTHORS and CHANGELOG updates for 1.4.5
Change-Id: I0ddfa712f9c4dc5110d953439ec41355a25bb4f0 |
||
|
John Dickinson
|
2f062cf878 |
added people to the AUTHORS file who have commits since 1.4.3
Change-Id: I5dbc54c32585a67d99dad4da653b2ccc79fa16d2 |
||
|
John Dickinson
|
c6c0b91ed9 | added florian to AUTHORS | ||
|
John Dickinson
|
ac39144fcb | added Ewan to authors file | ||
|
John Dickinson
|
074a11af48 | added Gaurav B. Gangalwar to AUTHORS file | ||
|
John Dickinson
|
53ea6f9b71 | added Joe Arnold to the AUTHORS file | ||
|
John Dickinson
|
b67f60f60f | added scott simpson to the authors file | ||
|
Chuck Thier
|
1eaae6a074 | Bumped version to 1.2 to get ready for release, and updated the AUTHORS file | ||
|
Anne Gentle
|
e1b0fa7e96 | Added Stephen Milton to AUTHORS file under contributors | ||
|
Chuck Thier
|
76002e469f | Bumped versioning to 1.1.0, and updated AUTHORS | ||
|
Chuck Thier
|
0778d41851 | Adding Monty Taylor to AUTHORS | ||
|
John Dickinson
|
b072b61cdd | clarified IRC info in AUTHORS file | ||
|
Chuck Thier
|
001407b969 | Initial commit of Swift code |