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

Local installation hang #4213

Open
sehz opened this issue Oct 16, 2024 · 1 comment
Open

Local installation hang #4213

sehz opened this issue Oct 16, 2024 · 1 comment

Comments

@sehz
Copy link
Contributor

sehz commented Oct 16, 2024

In certain linux file system, Local Fluvio cluster creation hangs

πŸ“ Running pre-flight checks
    πŸ“ Checking Fluvio Local Installation
    βœ… Local Fluvio is not installed
    πŸ“ Checking Clean Fluvio Local Installation
    βœ… Previous local fluvio installation not found
πŸŽ‰ All checks passed!
Creating log directory
Sync files
Error: The action 'Install Local Fluvio cluster' has timed out after 3 minutes.

This looks like issue is caused by file system sync which may take long based on system configuration

  pb.set_message("Sync files");
        // ensure we sync files before we launch servers
        Command::new("sync")
            .inherit()
            .result()
            .map_err(|e| LocalInstallError::Other(format!("sync issue: {e:#?}")))?;.
Copy link

Stale issue message

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

No branches or pull requests

1 participant