Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Spike] investigate the impact of AWS EFS hardlink limits #31106

Open
yolabingo opened this issue Jan 10, 2025 · 0 comments
Open

[Spike] investigate the impact of AWS EFS hardlink limits #31106

yolabingo opened this issue Jan 10, 2025 · 0 comments

Comments

@yolabingo
Copy link
Contributor

yolabingo commented Jan 10, 2025

Problem Statement

AWS EFS has a very modest limit of "177 hard links to a file." DotCMS makes extensive use of hard links. The impact of this EFS limit is unknown. What does dotCMS do when it cannot create a hard link?

Cloud Eng often encounters hard link-related errors along the lines of "too many hard links" when trying to copy data using tools like rsync or AWS Data Sync. It is not clear if these errors are related to the EFS limit or not.

We see files on EFS that have 177 hard links. Plausibly, some of these files "should" have more hard links.

Screenshot 2025-01-10 at 12 29 15 PM

Steps to Reproduce

Unknown to me, I'm not sure when or how dotCMS generates hard links.

Acceptance Criteria

Understand the ramifications of the EFS hard link limit

dotCMS Version

all

Proposed Objective

Core Features

Proposed Priority

Priority 2 - Important

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New
Development

No branches or pull requests

1 participant