article thumbnail

Migrating Critical Traffic At Scale with No Downtime?—?Part 1

The Netflix TechBlog

Replay Traffic Testing Replay traffic refers to production traffic that is cloned and forked over to a different path in the service call graph, allowing us to exercise new/updated systems in a manner that simulates actual production conditions. Also, since this logic resides on the server side, we can iterate on any required changes faster.

Traffic 339
article thumbnail

What Is the Maximum max-age?

CSS Wizardry

Once that time has elapsed, the cache should either revalidate the file with the origin server, or do whatever any additional directives may have instructed it to do. RFC 2616 says of the Expires header: To mark a response as “never expires,” an origin server sends an Expires date approximately one year from the time the response is sent.

Cache 187
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

PMM Is Getting a Modernized Enterprise-Grade Foundation

Percona

or higher for a client, metrics will accumulate on the client automatically up to 1GB before any gaps in metrics appear once complete. **There’s a known issue that pmm-client doesn’t pick up the DNS change without restarting the client, but vmagent (what actually sends the metrics to the server) will.as

article thumbnail

Percona Is Introducing Telemetry Mechanisms Into MySQL, PostgreSQL, and MongoDB

Percona

The feedback from users was that “backup management is a must ” and “we need something that allows us to manage all of our database backups in one place, not server by server.” ” When we looked at adoption, we were surprised to see almost none; the little we did see was just us.

article thumbnail

Missing Library: A pg_upgrade History

Percona

The last is a good option when you can afford some downtime and desire to reuse the same server where your current instance is running. In this blog post, I will show you a particular example I faced when working with an upgrade exercise using pg_upgrade. If all is good, perform the upgrade removing the –check flag. Example case.

C++ 83
article thumbnail

SQL Mysteries: SQL Server Login Timeouts – A Debugging Story

SQL Server According to Bob

. · Failures occur from remote clients or sqlcmd executed directory on the server (/opt/mssql-tools/bin). SQL Server 2017 CU10 does not show behavior. · SQL Server 2017 CU12 exhibits the behavior. Server is a Superdome with lots of CPUs and RAM. Here is an example of a valid SQL Server login. – sqlclr.

Servers 40
article thumbnail

SQL Server Mysteries: The Case of TDE and Permanent Tempdb Encryption

SQL Server According to Bob

My goal is to resolve mysteries about SQL Server I encounter but do this without going straight the source code first. The first case that helped me start this journey was asked by a MVP within the SQL Server community (his first name starts with Joey<g>). The question went something like this….

Servers 40