Services/Meetings/2013-09-04: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{MeetingInfo |dayOfWeek=Weds |est=12:15 PM |pst=9:15 AM |utc=5:15 PM |room=Mozilla HQ, 3-Zombocom (Vidyo room "Services") |confId=98616 }} {{TOC right}} '''[https://mail.mozi...") |
|||
(12 intermediate revisions by 7 users not shown) | |||
Line 16: | Line 16: | ||
== Metrics (benbangert/rmiller/vng/trink) == | == Metrics (benbangert/rmiller/vng/trink) == | ||
=== Heka === | === Heka === | ||
* Added stream parsing to TCP and UDP inputs (issues #381 #165) | |||
* Removed the MessageEncoding enum from the protobuf message (issue #381 eliminated the need since TCP/UDP inputs were the primary users). | |||
* Removed the JSONDecoder (issue #381 eliminated the need). Note: the JsonDecoder only supported message.proto JSON and there is now a generalized PayloadJsonDecoder. | |||
* Removed the decoders array configuration in favor of a single MultiDecoder (issue #308). Impacts: AMQPInput and LogfileInput. | |||
* Setup the new dashboard skin, ready for Nick to dive into. | |||
== Sync (telliott) == | == Sync (telliott) == | ||
== SimplePush (jr) == | == SimplePush (jr) == | ||
* 1MM concurrent connections. | |||
* Updated moz-services branch to v.0.6 (1MM+ concurrency branch) | |||
* Apparently, someone gave a talk about us:http://slid.es/franciscojordano/firefox-os-push-notifications | |||
* Fixing logging to be far less CPU intensive. | |||
== EU team (alexis, hannosch, tarek) == | == EU team (alexis, hannosch, tarek) == | ||
===Loads=== | ===Loads=== | ||
* we release 0.2 this friday | |||
* fixed some bugs / had feedback from Ryan / James | |||
* We have a new web dashboard | |||
* Playing a bit with go to do a stats probe on the server | |||
===MLS (Mozilla Location Service)=== | ===MLS (Mozilla Location Service)=== | ||
* Added simple "moving wifi AP" detection and added wifi AP blacklist | |||
* Started on "aggregation pipeline" for wifi AP's - first steps towards an actual working /search API | |||
== Other Projects == | == Other Projects == | ||
=== kazoo (bbangert / hannosch) === | === kazoo (bbangert / hannosch) === | ||
=== Campaign Manager (jr) === | === Campaign Manager (jr) === | ||
* Few more cacheing bugs. | |||
= QA = | = QA = | ||
== Persona/SignIn/BigTent (jrgm/edwong/kthiessen) == | == Persona/SignIn/BigTent (jrgm/edwong/kthiessen) == | ||
* More security fixes for Mozilla IdP. | |||
* Working on train-2013.08.15 | |||
== "new" Sync (jbonacci) == | == "new" Sync (jbonacci) == | ||
* M1 testing of the Firefox Accounts (FxA for the IdP/Auth), the Firefox Account Bridge (FAB), and the Scrypt-Helper are all in progress right now... | |||
* REFs: | |||
** Test Plan: https://wiki.mozilla.org/QA/Services/SyncTestPlanV1 | |||
** https://github.com/mozilla/picl-idp | |||
** https://github.com/mozilla/scrypt-helper | |||
** https://github.com/mozilla/restmail.net | |||
** https://github.com/mozilla/firefox-account-bridge | |||
** https://github.com/mozilla/picl-gherkin | |||
* M1/V1 Meta bugs and dependency trees are now available in Bugzilla for the entire project: | |||
** Mobile (Android) Tree/Meta: https://bugzilla.mozilla.org/showdependencytree.cgi?id=799726&hide_resolved=0 | |||
** Desktop Tree/Meta: https://bugzilla.mozilla.org/showdependencytree.cgi?id=905997&hide_resolved=0 | |||
** Server-side Tree/Meta: https://bugzilla.mozilla.org/showdependencytree.cgi?id=907475&hide_resolved=0 | |||
*** FF Accounts Meta bug: https://bugzilla.mozilla.org/show_bug.cgi?id=907494 | |||
*** Sync Meta bug: https://bugzilla.mozilla.org/show_bug.cgi?id=907479 | |||
** Across client/server Tree/Meta: https://bugzilla.mozilla.org/showdependencytree.cgi?id=895518&hide_resolved=0 | |||
** User Stories Tree/Meta: https://bugzilla.mozilla.org/showdependencytree.cgi?id=909322&hide_resolved=0 | |||
== SimplePush (edwong/kthiessen) == | == SimplePush (edwong/kthiessen) == | ||
* Tarek still using edwong's tests to test and tune the AWS Loads cluster. | |||
== Heka (kthiessen/jbonacci) == | == Heka (kthiessen/jbonacci) == | ||
* jbonacci moving to testing Heka in the "new Sync" context. | |||
* kthiessen to receive and review jbonacci's notes this week. | |||
== Loads (edwong/kthiessen/jbonacci) == | == Loads (edwong/kthiessen/jbonacci) == | ||
* see SimplePush above. | |||
* for "new" Sync - good progress is being made to load test the FxA portion of the "new" world. Still need to consider load tests for FAB and Scrypt-Helper and server storage. | |||
== Campaign Manager (edwong/kthiessen) == | == Campaign Manager (edwong/kthiessen) == | ||
* edwong filing bugs against CM, custom build of Fennec working well. | |||
= Guests / External team updates = | = Guests / External team updates = | ||
= Roundtable = | = Roundtable = | ||
= Presentations = | = Presentations = |
Latest revision as of 20:30, 4 September 2013
- Time: Weds at 9:15 AM PST / 12:15 PM EST / 5:15 PM UTC.
- Place: Mozilla HQ, 3-Zombocom (Vidyo room "Services")
- Phone (US/Intl): 650 903 0800 x92 Conf: 98616#
- Phone (Toronto): 416 848 3114 x92 Conf: 98616#
- Phone (US): 800 707 2533 (pin 369) Conf: 98616#
Ops
Deployment Requests
Hardware, Projects & Other
Engineering
Metrics (benbangert/rmiller/vng/trink)
Heka
- Added stream parsing to TCP and UDP inputs (issues #381 #165)
- Removed the MessageEncoding enum from the protobuf message (issue #381 eliminated the need since TCP/UDP inputs were the primary users).
- Removed the JSONDecoder (issue #381 eliminated the need). Note: the JsonDecoder only supported message.proto JSON and there is now a generalized PayloadJsonDecoder.
- Removed the decoders array configuration in favor of a single MultiDecoder (issue #308). Impacts: AMQPInput and LogfileInput.
- Setup the new dashboard skin, ready for Nick to dive into.
Sync (telliott)
SimplePush (jr)
- 1MM concurrent connections.
- Updated moz-services branch to v.0.6 (1MM+ concurrency branch)
- Apparently, someone gave a talk about us:http://slid.es/franciscojordano/firefox-os-push-notifications
- Fixing logging to be far less CPU intensive.
EU team (alexis, hannosch, tarek)
Loads
- we release 0.2 this friday
- fixed some bugs / had feedback from Ryan / James
- We have a new web dashboard
- Playing a bit with go to do a stats probe on the server
MLS (Mozilla Location Service)
- Added simple "moving wifi AP" detection and added wifi AP blacklist
- Started on "aggregation pipeline" for wifi AP's - first steps towards an actual working /search API
Other Projects
kazoo (bbangert / hannosch)
Campaign Manager (jr)
- Few more cacheing bugs.
QA
Persona/SignIn/BigTent (jrgm/edwong/kthiessen)
- More security fixes for Mozilla IdP.
- Working on train-2013.08.15
"new" Sync (jbonacci)
- M1 testing of the Firefox Accounts (FxA for the IdP/Auth), the Firefox Account Bridge (FAB), and the Scrypt-Helper are all in progress right now...
- REFs:
- M1/V1 Meta bugs and dependency trees are now available in Bugzilla for the entire project:
- Mobile (Android) Tree/Meta: https://bugzilla.mozilla.org/showdependencytree.cgi?id=799726&hide_resolved=0
- Desktop Tree/Meta: https://bugzilla.mozilla.org/showdependencytree.cgi?id=905997&hide_resolved=0
- Server-side Tree/Meta: https://bugzilla.mozilla.org/showdependencytree.cgi?id=907475&hide_resolved=0
- FF Accounts Meta bug: https://bugzilla.mozilla.org/show_bug.cgi?id=907494
- Sync Meta bug: https://bugzilla.mozilla.org/show_bug.cgi?id=907479
- Across client/server Tree/Meta: https://bugzilla.mozilla.org/showdependencytree.cgi?id=895518&hide_resolved=0
- User Stories Tree/Meta: https://bugzilla.mozilla.org/showdependencytree.cgi?id=909322&hide_resolved=0
SimplePush (edwong/kthiessen)
- Tarek still using edwong's tests to test and tune the AWS Loads cluster.
Heka (kthiessen/jbonacci)
- jbonacci moving to testing Heka in the "new Sync" context.
- kthiessen to receive and review jbonacci's notes this week.
Loads (edwong/kthiessen/jbonacci)
- see SimplePush above.
- for "new" Sync - good progress is being made to load test the FxA portion of the "new" world. Still need to consider load tests for FAB and Scrypt-Helper and server storage.
Campaign Manager (edwong/kthiessen)
- edwong filing bugs against CM, custom build of Fennec working well.