# failed

Published articles for failed.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## "Regex for Rows": Simplifying Pattern Detection in SQL with MATCH\_RECOGNIZE

DevFeed: ["Regex for Rows": Simplifying Pattern Detection in SQL with MATCH\_RECOGNIZE](<https://devfeed.tech/articles/regex-for-rows-simplifying-pattern-detection-in-sql-with-match-recognize-31401.md>)

Original publisher: [Read original article](<https://www.databricks.com/blog/regex-rows-simplifying-pattern-detection-sql-matchrecognize>)

Author: Kent Marten; Sergei Fedorov

Published: 2026-09-16T17:14:05Z

Content type: tutorial

Language: en

Sources: [Databricks](<https://devfeed.tech/sources/databricks.md>)

Topics: [SQL](<https://devfeed.tech/topics/sql.md>), [databricks](<https://devfeed.tech/topics/databricks.md>), [Cybersecurity](<https://devfeed.tech/topics/cybersecurity.md>), [Security & Privacy](<https://devfeed.tech/topics/security-privacy.md>)

Tags: [count](<https://devfeed.tech/tags/count.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [databricks](<https://devfeed.tech/tags/databricks.md>), [failed](<https://devfeed.tech/tags/failed.md>), [false-positives](<https://devfeed.tech/tags/false-positives.md>), [functions](<https://devfeed.tech/tags/functions.md>), [login](<https://devfeed.tech/tags/login.md>), [partition](<https://devfeed.tech/tags/partition.md>), [product](<https://devfeed.tech/tags/product.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [regex](<https://devfeed.tech/tags/regex.md>), [sql](<https://devfeed.tech/tags/sql.md>), [window-functions](<https://devfeed.tech/tags/window-functions.md>)

### AI overview

This tutorial explains how Databricks supports SQL MATCH_RECOGNIZE for detecting ordered event patterns. It shows how the clause can simplify sequence detection, including identifying repeated login failures followed by a successful login, compared with complex SQL queries and window functions.

### Source excerpt

Imagine you work in cybersecurity and you have a table that tracks login attempts...

## How Split Brain Happens in Distributed Databases and How It Gets Fixed

DevFeed: [How Split Brain Happens in Distributed Databases and How It Gets Fixed](<https://devfeed.tech/articles/how-split-brain-happens-in-distributed-databases-and-how-it-gets-fixed-39654.md>)

Original publisher: [Read original article](<https://www.gauravsarma.com/posts/2026-03-31_split-brain-in-distributed-databases>)

Published: 2026-03-31T00:00:00Z

Content type: tutorial

Language: en

Sources: [Gaurav Sarma's Blog](<https://devfeed.tech/sources/gaurav-sarma-s-blog.md>)

Topics: [Databases](<https://devfeed.tech/topics/databases.md>), [Network](<https://devfeed.tech/topics/network.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [CAP theorem](<https://devfeed.tech/topics/cap-theorem.md>)

Tags: [consensus](<https://devfeed.tech/tags/consensus.md>), [databases](<https://devfeed.tech/tags/databases.md>), [distributed](<https://devfeed.tech/tags/distributed.md>), [failed](<https://devfeed.tech/tags/failed.md>), [false-positives](<https://devfeed.tech/tags/false-positives.md>), [partition](<https://devfeed.tech/tags/partition.md>), [replication](<https://devfeed.tech/tags/replication.md>), [split-brain](<https://devfeed.tech/tags/split-brain.md>)

### AI overview

This tutorial explains how split brain occurs in distributed databases when a network partition causes multiple nodes to become primary and accept conflicting writes. It discusses why timeout-based failure detection can create false positives and introduces the distributed consensus complexity motivated by this failure mode.

### Source excerpt

. [How Split Brain Happens in Distributed Databases and How It Gets Fixed](split-brain-in-distributed-databases-cover...

## Debugging an HTTP streaming issue affecting browser and node-fetch requests behind Cloudflare

DevFeed: [Debugging an HTTP streaming issue affecting browser and node-fetch requests behind Cloudflare](<https://devfeed.tech/articles/debugging-a-mysterious-http-streaming-issue-30999.md>)

Original publisher: [Read original article](<https://www.mintlify.com/blog/debugging-a-mysterious-http-streaming-issue-when-cloudflare-compression-breaks-everything>)

Author: Nick Khami

Published: 2025-08-01T00:00:00Z

Content type: article

Language: en

Sources: [Mintlify Blog](<https://devfeed.tech/sources/mintlify-blog.md>)

Topics: [Streaming](<https://devfeed.tech/topics/streaming.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [fetch](<https://devfeed.tech/topics/fetch.md>)

Tags: [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [curl](<https://devfeed.tech/tags/curl.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [failed](<https://devfeed.tech/tags/failed.md>), [fetch](<https://devfeed.tech/tags/fetch.md>), [http](<https://devfeed.tech/tags/http.md>), [postman](<https://devfeed.tech/tags/postman.md>), [streaming](<https://devfeed.tech/tags/streaming.md>)

### AI overview

This article describes an HTTP response streaming failure at Mintlify: cURL and Postman worked, while node-fetch and browser fetch failed. The investigation identified Cloudflare's automatic compression settings as the cause, and disabling compression resolved the issue.

### Source excerpt

We recently encountered a frustrating issue with HTTP response streaming at Mintlify. Our system uses the AI SDK with the Node stream API to forward streams, and suddenly things stopped working properly. The symptoms were confusing: streaming worked perfectly with cURL and Postman, but failed completely with node-fetch and browser fetch. 

## SFTP Upload Failures in a Financial Institution's Daily Account Transfer Process

DevFeed: [SFTP Upload Failures in a Financial Institution's Daily Account Transfer Process](<https://devfeed.tech/articles/spooky-stories-money-transfers-on-the-edge-of-town-35988.md>)

Original publisher: [Read original article](<https://temporal.io/blog/spooky-stories-money-transfers-on-the-edge-of-town>)

Author: Angie Byron

Published: 2024-10-09T16:00:00Z

Content type: article

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [Transactions](<https://devfeed.tech/topics/transactions.md>), [Server](<https://devfeed.tech/topics/server.md>), [Network](<https://devfeed.tech/topics/network.md>), [file](<https://devfeed.tech/topics/file.md>), [Database](<https://devfeed.tech/topics/database.md>), [account](<https://devfeed.tech/topics/account.md>), [Software](<https://devfeed.tech/topics/software.md>)

Tags: [account](<https://devfeed.tech/tags/account.md>), [community](<https://devfeed.tech/tags/community.md>), [database](<https://devfeed.tech/tags/database.md>), [failed](<https://devfeed.tech/tags/failed.md>), [file](<https://devfeed.tech/tags/file.md>), [financial](<https://devfeed.tech/tags/financial.md>), [network](<https://devfeed.tech/tags/network.md>), [server](<https://devfeed.tech/tags/server.md>), [sftp](<https://devfeed.tech/tags/sftp.md>), [transactions](<https://devfeed.tech/tags/transactions.md>)

### AI overview

A fictional story illustrates a financial institution's real-world migration of its daily sweep process to Temporal. The institution used SFTP to exchange account balances and transfers, but frequent upload and download failures, overloaded servers, and database-load-related query failures regularly required employee intervention.

### Source excerpt

The bank on the edge of town was haunted - or at least, that's what folks often said.

## Workflow visualization with Temporal

DevFeed: [Workflow visualization with Temporal](<https://devfeed.tech/articles/workflow-visualization-with-temporal-35907.md>)

Original publisher: [Read original article](<https://temporal.io/blog/lets-visualize-a-workflow>)

Author: Alex Tideman

Published: 2023-10-10T13:00:00Z

Content type: release

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [ui](<https://devfeed.tech/topics/ui.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Users](<https://devfeed.tech/topics/users.md>)

Tags: [events](<https://devfeed.tech/tags/events.md>), [failed](<https://devfeed.tech/tags/failed.md>), [filter](<https://devfeed.tech/tags/filter.md>), [flow](<https://devfeed.tech/tags/flow.md>), [product-news](<https://devfeed.tech/tags/product-news.md>), [retry](<https://devfeed.tech/tags/retry.md>), [visualization](<https://devfeed.tech/tags/visualization.md>), [workflow](<https://devfeed.tech/tags/workflow.md>), [zoom](<https://devfeed.tech/tags/zoom.md>)

### AI overview

Temporal introduces a Timeline view in its UI for visualizing workflow events over time. The view uses event groups, spans, points, colors, retry indicators, and filtering and zoom controls to help users understand workflow execution, timing, outcomes, and parallelism.

### Source excerpt

See Temporal's new Timeline view for visualizing workflow events, making it easier to track and manage complex workflows with enhanced filtering and navigation.

## Robust queue job handling in Craft CMS

DevFeed: [Robust queue job handling in Craft CMS](<https://devfeed.tech/articles/robust-queue-job-handling-in-craft-cms-31291.md>)

Original publisher: [Read original article](<https://nystudio107.com/blog/robust-queue-job-handling-in-craft-cms>)

Author: andrew@nystudio107.com (Andrew Welch)

Published: 2019-08-03T15:37:00Z

Content type: tutorial

Language: en

Sources: [nystudio107 | Articles on modern web development.](<https://devfeed.tech/sources/nystudio107-articles-on-modern-web-development.md>)

Topics: [Content Management System](<https://devfeed.tech/topics/cms.md>), [Job](<https://devfeed.tech/topics/job.md>), [async](<https://devfeed.tech/topics/async.md>)

Tags: [async](<https://devfeed.tech/tags/async.md>), [avoid](<https://devfeed.tech/tags/avoid.md>), [cms](<https://devfeed.tech/tags/cms.md>), [craft](<https://devfeed.tech/tags/craft.md>), [failed](<https://devfeed.tech/tags/failed.md>), [here-s](<https://devfeed.tech/tags/here-s.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [independent](<https://devfeed.tech/tags/independent.md>), [insights](<https://devfeed.tech/tags/insights.md>), [job](<https://devfeed.tech/tags/job.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [long-running](<https://devfeed.tech/tags/long-running.md>), [queue](<https://devfeed.tech/tags/queue.md>), [runner](<https://devfeed.tech/tags/runner.md>), [stalled](<https://devfeed.tech/tags/stalled.md>), [tasks](<https://devfeed.tech/tags/tasks.md>), [uses](<https://devfeed.tech/tags/uses.md>), [using](<https://devfeed.tech/tags/using.md>)

### AI overview

This tutorial explains how Craft CMS queues long-running tasks and why its default web-request-based queue execution can leave jobs stalled or failed. It discusses using an independent async queue runner.

### Source excerpt

Craft CMS uses queue jobs for long-running tasks. Here's how to avoid stalled or failed queue jobs by using an independent async queue runner

## Word 2010 support - Weekly report - Part 2: Installation (cont.)

DevFeed: [Word 2010 support - Weekly report - Part 2: Installation (cont.)](<https://devfeed.tech/articles/word-2010-support-weekly-report-part-2-installation-cont-33055.md>)

Original publisher: [Read original article](<https://reactos.org/blogs/word-2010-support-weekly-report-part2-installation-cont/>)

Published: 2016-11-20T00:00:00Z

Content type: article

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [ReactOS](<https://devfeed.tech/topics/reactos.md>), [Environment Variables](<https://devfeed.tech/topics/environment-variables.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Software](<https://devfeed.tech/topics/software.md>), [Framework](<https://devfeed.tech/topics/framework.md>)

Tags: [environment](<https://devfeed.tech/tags/environment.md>), [environment-variables](<https://devfeed.tech/tags/environment-variables.md>), [error](<https://devfeed.tech/tags/error.md>), [failed](<https://devfeed.tech/tags/failed.md>), [framework](<https://devfeed.tech/tags/framework.md>), [free](<https://devfeed.tech/tags/free.md>), [function](<https://devfeed.tech/tags/function.md>), [installation](<https://devfeed.tech/tags/installation.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [os](<https://devfeed.tech/tags/os.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [report](<https://devfeed.tech/tags/report.md>), [software](<https://devfeed.tech/tags/software.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>)

### AI overview

This second weekly report examines Word 2010 installation on ReactOS. It describes missing environment variables affecting the OSPPSVC service, a failed MSI action with error 1603, and a workaround that allowed installation to finish while leaving the underlying failure unresolved.

### Source excerpt

In this second report I continue my investigations on the Word 2010 installation. Last time we saw that our services (and in particular the "Office Software Protection Platform" OSPPSVC service) were started without a complete environment block, and as a result some needed environment variables were missing, causing e.g. OSPPSVC to fail opening some of its files. We now analyse what happens after my local fix (NOTE: I have not committed the fix yet, as I validate it in my local installation first).

## Re-adding failed drive in mdadm

DevFeed: [Re-adding failed drive in mdadm](<https://devfeed.tech/articles/re-adding-failed-drive-in-mdadm-27600.md>)

Original publisher: [Read original article](<https://gagor.pro/2013/12/re-adding-failed-drive-in-mdadm/>)

Author: Tom

Published: 2013-12-12T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Mdadm](<https://devfeed.tech/topics/mdadm.md>), [DRIVE](<https://devfeed.tech/topics/drive.md>)

Tags: [array](<https://devfeed.tech/tags/array.md>), [automatically](<https://devfeed.tech/tags/automatically.md>), [failed](<https://devfeed.tech/tags/failed.md>), [i](<https://devfeed.tech/tags/i.md>), [issue](<https://devfeed.tech/tags/issue.md>), [linux](<https://devfeed.tech/tags/linux.md>), [mdadm](<https://devfeed.tech/tags/mdadm.md>), [raid](<https://devfeed.tech/tags/raid.md>)

### AI overview

A practical account of re-adding a previously failed drive to an mdadm RAID5 array after a hot spare had rebuilt the array. The author reports testing the drive, adding it as a spare, failing the slower replacement drive, removing it, and re-adding the tested drive.

### Source excerpt

Yesterday I have problem with fglrx witch cause ugly system reset. After that, one of my drives was marked as failed in RAID5 array. Hotspare was automatically used to rebuild array. But this hotspare is the oldest and slowest drive I've got... After rebuild I've tested failed drive and it was fine - no bad block, no any other issue - so I wanted it running back in array. What I do:

## Contract Awarded to Mike Nordell

DevFeed: [Contract Awarded to Mike Nordell](<https://devfeed.tech/articles/contract-awarded-to-mike-nordell-33098.md>)

Original publisher: [Read original article](<https://reactos.org/project-news/contract-awarded-mike-nordell/>)

Published: 2012-09-12T00:00:00Z

Content type: release

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [ReactOS](<https://devfeed.tech/topics/reactos.md>), [Development](<https://devfeed.tech/topics/development.md>), [Windows](<https://devfeed.tech/topics/windows.md>)

Tags: [announce](<https://devfeed.tech/tags/announce.md>), [completion](<https://devfeed.tech/tags/completion.md>), [crash](<https://devfeed.tech/tags/crash.md>), [developer](<https://devfeed.tech/tags/developer.md>), [development](<https://devfeed.tech/tags/development.md>), [exception](<https://devfeed.tech/tags/exception.md>), [failed](<https://devfeed.tech/tags/failed.md>), [free](<https://devfeed.tech/tags/free.md>), [graphics](<https://devfeed.tech/tags/graphics.md>), [http](<https://devfeed.tech/tags/http.md>), [job](<https://devfeed.tech/tags/job.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [os](<https://devfeed.tech/tags/os.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [tests](<https://devfeed.tech/tags/tests.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>)

### AI overview

The ReactOS Project announced a community-funded development contract for former contributor Mike Nordell. He will investigate and try to fix crashing or canceled tests, then work on failed tests, with an initial focus on listed gdiplus, kernel32, kmtest, mshtml, ntdll, qmgr, and wininet tests.

### Source excerpt

The ReactOS Project is delighted to announce another development contract funded by community donations. Mike Nordell was a previous ReactOS developer that went on sabbatical but continued to drop in to check on the project from time to time. As such, he has considerable experience developing ReactOS and extensive knowledge about the Windows NT architecture. As many people are aware of, ReactOS has a large test suite that checks to see whether specific functionality is working or not.

## fsck.ext4 - Błąd podczas przydzielania struktury icount: Memory allocation failed

DevFeed: [fsck.ext4 - Błąd podczas przydzielania struktury icount: Memory allocation failed](<https://devfeed.tech/articles/fsck-ext4-b-ad-podczas-przydzielania-struktury-icount-memory-allocation-failed-27495.md>)

Original publisher: [Read original article](<https://gagor.pro/2011/09/fsck-ext4-blad-podczas-przydzielania-struktury-icount-memory-allocation-failed/>)

Author: Tom

Published: 2011-09-21T00:00:00Z

Content type: tutorial

Language: pl

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Ext4](<https://devfeed.tech/topics/ext4.md>), [screen](<https://devfeed.tech/topics/screen.md>)

Tags: [ext4](<https://devfeed.tech/tags/ext4.md>), [failed](<https://devfeed.tech/tags/failed.md>), [fsck](<https://devfeed.tech/tags/fsck.md>), [linux](<https://devfeed.tech/tags/linux.md>), [memory](<https://devfeed.tech/tags/memory.md>), [screen](<https://devfeed.tech/tags/screen.md>)

### AI overview

A Polish technical article describes an fsck.ext4 failure with "Memory allocation failed" while checking an approximately 14 TB filesystem containing hundreds of millions of files and many hard links. It explains the memory constraints involved and suggests using a temporary directory for inode and directory metadata, with fsck run from screen to monitor progress.

### Source excerpt

Miałem ostatnio dziwną przygodę: pewien serwer do backupu gdzie ląduje dużo małych plików i dodatkowo tworzonych jest sporo hardlinków zaliczył pada. Co prawda starałem się go grzecznie położyć z pomocą Magic SysRq ale ponieważ nie wiedziałem co było przyczyną awarii fsck wydawał się wskazany. Podczas próby uruchomienia fsck.ext4 na systemie plików o rozmiarze ok 14TB z kilkuset milionami plików po kilkudziesięciu sekundach otrzymywałem komunikat: Błąd podczas przydzielania struktury icount: Memory allocation failed