Services/Meetings/2013-08-14: Difference between revisions
Jump to navigation
Jump to search
(→Heka) |
|||
Line 16: | Line 16: | ||
== Metrics (benbangert/rmiller/vng/trink) == | == Metrics (benbangert/rmiller/vng/trink) == | ||
=== Heka === | === Heka === | ||
* Added support for external plugin sub-packages to cmake build system. | |||
* Removed compiler warnings. | |||
* Added support for a global Heka root folder for persistence through restarts. | |||
* Heka now supports a config directory instead of just a single config file. | |||
* Removed ill-advised panic recovery attempts around invoked plugin code. | |||
* Fixed a couple of WhisperDB output bugs (db corruption and aggregation failure). | |||
* Added LogfileDirectoryManagerInput which can be used to load many different log files of the same format (e.g. the same log file from multiple hosts) w/ a single configuration. | |||
* Active outreach to sync and picl-idp ops / developers to support them in getting a working Heka deployment. | |||
== Sync (telliott) == | == Sync (telliott) == | ||
== SimplePush (jr) == | == SimplePush (jr) == |
Revision as of 16:04, 14 August 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 support for external plugin sub-packages to cmake build system.
- Removed compiler warnings.
- Added support for a global Heka root folder for persistence through restarts.
- Heka now supports a config directory instead of just a single config file.
- Removed ill-advised panic recovery attempts around invoked plugin code.
- Fixed a couple of WhisperDB output bugs (db corruption and aggregation failure).
- Added LogfileDirectoryManagerInput which can be used to load many different log files of the same format (e.g. the same log file from multiple hosts) w/ a single configuration.
- Active outreach to sync and picl-idp ops / developers to support them in getting a working Heka deployment.
Sync (telliott)
SimplePush (jr)
- Need to accelerate high capacity capabilities a bit.
EU team (alexis, hannosch, tarek)
Loads
- the doc has been improved - http://loads.readthedocs.org
- started to add a web dashboard to see the ongoing load tests on the AWS loads cluster - http://loads.services.mozilla.com
- need to sync w/ Jeremy and Benson. They are also doing load tests on Simple Push
- The external runners had been reworked (to be used in PICL with JS)
MLS (Mozilla Location Service)
- Switched local testing from sqlite to mysql to better match RDS and use some mysql specific functionality
- Reworked sql connection pooling and test db isolation
- Added explicit master/read-replica connections and use read-replica for all read-only functionality
- Bunch of minor website updates, changed map to a heatmap
- Started reading up on celery as a potential async worker / timed job scheduler with configurable backends (probably mysql at first to avoid additional ops-complexity)