Breakpad/Status Meetings/2010-Apr-14: Difference between revisions
< Breakpad | Status Meetings
Jump to navigation
Jump to search
(→1.6) |
DEinspanjer (talk | contribs) |
||
| Line 26: | Line 26: | ||
* What do we want to talk about at the onsite? Will do a brownbag. | * What do we want to talk about at the onsite? Will do a brownbag. | ||
* Feedback on [https://wiki.mozilla.org/SocorroRoadmap2010#1.7:_Hbase 1.7 goals] and [http://spreadsheets.google.com/ccc?key=0AhiX365xacl1dDZ6eVdMc1Vpbld3elMyX2lnUzJnclE&hl=en timing] | * Feedback on [https://wiki.mozilla.org/SocorroRoadmap2010#1.7:_Hbase 1.7 goals] and [http://spreadsheets.google.com/ccc?key=0AhiX365xacl1dDZ6eVdMc1Vpbld3elMyX2lnUzJnclE&hl=en timing] | ||
* Next HBase planning: | |||
** {{bug|558245}} - Optimize table rowkey to not have date prefix | |||
** Add indexed date/time column | |||
** Add indexed hang_id column | |||
** Add indexed is_processed flag | |||
** Add indexed is_throttled flag (I assume we still need this, yes?) | |||
** Working on cluster processing | |||
** Must import as many jsonz files as we can as fast as is reasonable. | |||
*** How many / how far back? Will there be holes in what is available to me? | |||
*** How heavily can I hit the NFS server holding them? | |||
** Coordinate with Lars on replacing main PostgreSQL table | |||
Latest revision as of 19:58, 14 April 2010
1.6
- quick postmortem:
- non fixed bugs: code review + QA verification?
- caching webUI? (bug 558243, bug 558244)
1.6.1
- is everything in staging? -- yes
- are we ready to push to production tomorrow? -- need to tag, but yes
1.7
- OOPP
- lars is going with the idea that NFS->HBase is the solution
- hbase will have index by HangID
- processor will notice a HangID and insure the twin is queued/processed
- front end changes for OOP in bug 559360, chowse is looking at this
- lars is going with the idea that NFS->HBase is the solution
- Can we do something about bug 559137?
- We also need to up capacity in the meantime, bug 541873 (aravind)
Bugzilla Triage
- lars flat out with 1.7
- ryan 480617 - 518232: resolved 8 bugs
- morgamic 518823 - 541944
- laura 528518 - 541944, 411354 - 480613
Miscellanous
- What do we want to talk about at the onsite? Will do a brownbag.
- Feedback on 1.7 goals and timing
- Next HBase planning:
- bug 558245 - Optimize table rowkey to not have date prefix
- Add indexed date/time column
- Add indexed hang_id column
- Add indexed is_processed flag
- Add indexed is_throttled flag (I assume we still need this, yes?)
- Working on cluster processing
- Must import as many jsonz files as we can as fast as is reasonable.
- How many / how far back? Will there be holes in what is available to me?
- How heavily can I hit the NFS server holding them?
- Coordinate with Lars on replacing main PostgreSQL table