-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
Start Elastic Node without network link #842
Comments
What do you get when you set monitor.network to TRACE in the logging file? |
Sure !
Cheers... |
BTW, it only fails on my Linux (Ubuntu). On Windows, it starts perfectly with or without the Network link. What do you think ? |
I think that it should be fixed for better OOB usage. I think it fails on the multicast discovery, we can warn then and still continue... . I need to get the full stack trace for the exception, can you check the log file itself (not the console output) with TRACE logging enabled? You should see the exception there... |
I ran into the same issue. Log output with monitor.network set to TRACE:
This is from the log file, but looks quite a bit like dadoonet's paste above... should something else be set to TRACE as well? |
@gsf can you set |
Gotcha. The relevant stack trace is as follows:
|
@gsf: cool, thanks!. Will push an enhancement so it will warn in this case that multicast discovery is disable, but still startup. |
…lastic#842) Refactors NodePersistentTask and RunningPersistentTask into a single AllocatedPersistentTask. Makes it possible to update Persistent Task Status via AllocatedPersistentTask.
…842) Refactors NodePersistentTask and RunningPersistentTask into a single AllocatedPersistentTask. Makes it possible to update Persistent Task Status via AllocatedPersistentTask.
When I try to launch an ES instance from scratch for test purpose without any network link up, it fails.
I have to connect at least one network card.
It would be nice if ES can start without a network (standalone mode) with the default parameters.
By the way, is there a network configuration to start ES without network signal ?
The text was updated successfully, but these errors were encountered: