Changes between Version 18 and Version 19 of WeeklyMeeting
- Timestamp:
- 2012-11-06T18:38:09Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WeeklyMeeting
v18 v19 5 5 ||= Who =||Core developers or interested community members|| 6 6 ||= What =||Dev Topics Meeting|| 7 ||= When =||Thursdays 1 5:30Z (8:30am Pacific); was: ~~Each Tuesday, 17:30-18:30Z~~||7 ||= When =||Thursdays 16:30Z (8:30am Pacific)|| 8 8 ||= Where =||Google Hangout, IRC fallback (see below)|| 9 9 ||= Why =||Voice/video interaction complements IRC/mailing list|| … … 19 19 == Agenda == 20 20 21 URL: https://plus.google.com/hangouts/_/7be14e247a4503eb39a67cac571b7e4b01159b9e?authuser=0&hl=en#21 URL: TBA 22 22 23 23 Upcoming: 24 24 25 '''Note''': The meeting time and date have changed. See the table above and double check the date here:26 27 25 This will be a ''NUTS AND BOLTS'' meeting — engineering, debugging, making stable releases, etc. If you're more into ''TESLA COILS AND CORPSES'' then stay tuned for a future meeting about science, big new features, writing papers about our work, etc. 28 26 29 * 2012-11-01: **Garbage collection**: use cases and protocols; 27 * #1240; Is it done? (I think it still needs fixed tests.) Can we commit it to trunk and be done with it? Do we need to merge it with #1679? 28 * #1679; Let's write a test for it! Has The Dod had continuous good service since he applied the patch? Has nejucomo tried reproducing his bug and applying the patch? 30 29 31 To prepare for this meeting: read tickets: 32 33 * #1832 (support indefinite leases with garbage collection) 34 * #1833 (storage server deletes garbage shares itself instead of waiting for crawler to notice them) 35 * #1834 (stop using share crawler for anything except constructing a leasedb) 36 * #1835 (stop grovelling the whole storage backend looking for externally-added shares to add a lease to) 37 * #1836 (use leasedb (not crawler) to figure out how many shares you have and how many bytes) 38 * #1837 (remove the "override lease duration" feature) 39 40 And [//pipermail/tahoe-dev/2012-October/007768.html the associated mailing list thread]. 30 To prepare for this meeting: read the two tickets, write some unit tests for them, post your patches. ☺ 41 31 42 32 == Proposed Future Topics == … … 49 39 50 40 == Notes / Archives == 41 42 === 2012-11-01 === 43 44 **Garbage collection**: use cases and protocols; 45 46 * #1832 (support indefinite leases with garbage collection) 47 * #1833 (storage server deletes garbage shares itself instead of waiting for crawler to notice them) 48 * #1834 (stop using share crawler for anything except constructing a leasedb) 49 * #1835 (stop grovelling the whole storage backend looking for externally-added shares to add a lease to) 50 * #1836 (use leasedb (not crawler) to figure out how many shares you have and how many bytes) 51 * #1837 (remove the "override lease duration" feature) 52 53 And [//pipermail/tahoe-dev/2012-October/007768.html the associated mailing list thread]. 51 54 52 55 === 2012-10-23 ===