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

Ongoing problems with ot-es container #8

Closed
kenibrewer opened this issue Oct 20, 2024 · 8 comments
Closed

Ongoing problems with ot-es container #8

kenibrewer opened this issue Oct 20, 2024 · 8 comments

Comments

@kenibrewer
Copy link

Hi @mbdebian

Just following up on #6. The recent changes you pushed failed to resolve the issues that we were having with the ot-es container on Ubuntu 24.04.01.

Attached are the log files for ot-es container on our deployment which is a clean EC2 instance built from the standard AWS Ubuntu 24.04 AMI with docker, docker compose and gsutil their dependencies as the only additional tools installed on the image.

ot-es.log

The part of the logs that stands out to me are the lines before and after the java.nio.file.NoSuchFileException errors.

Have you tested the deployment of the standalone-deployment-platform on a clean VM or machine image? If so could you provide some more detailed instructions about your testing environment so we could replicate it for our deployment?

Thanks again for making such an exciting tool accessible to the research community!

@javfg
Copy link

javfg commented Oct 21, 2024

Hi Ken,

This looks like a different problem than #6, the error you get is related to opensearch security analytics (there seems to be something similar here). We'll investigate.

Regarding our testing, we are not using the standalone deployment in cloud environments or vms, just in our physical machines.

I'll keep you posted if we find anything!

@AnneCarpenter
Copy link

Hi! I wonder if you uncovered anything to solve this? We are stuck here :(

@javfg
Copy link

javfg commented Nov 27, 2024

We're currently finishing some big changes in the platform and haven't been able to check on this yet.

But it is still in our radar, we will get to it.

Sorry for the delay!

@mbdebian
Copy link
Collaborator

mbdebian commented Dec 2, 2024

Hi @kenibrewer, please let me have a look at the logs and try to reproduce your environment, I'll get back to you along this week

@javfg
Copy link

javfg commented Dec 2, 2024

Hi @kenibrewer @AnneCarpenter, we're looking into it at the moment.

Meanwhile, if you are running things manually, you could try updating opensearch to the latest version in the profile you are using by changing:

export OTOPS_PROFILE_ELASTIC_SEARCH_DOCKER_IMAGE_TAG=2.10.0

to

export OTOPS_PROFILE_ELASTIC_SEARCH_DOCKER_IMAGE_TAG=2.18.0

then giving it another try. Please do this in a new machine or clean up all containers and reset the profile before:

sudo make clean
make set_profile profile=<profile_you_are_using>
make platform_up

If you do so, report back to us with the result.

@mbdebian
Copy link
Collaborator

mbdebian commented Dec 2, 2024

Hi @kenibrewer , please, have a look at #6 where I've made changes in a branch that I think will probably address your problem when deploying open targets in EC2.

I've verified those changes for a 22.04.5 LTS, but they're very likely to apply to your EC2 based Ubuntu 24.04.01.

Would you mind giving them a try while I set up another environment to mimic yours, so I can find out whether there may be differences between those Ubuntu versions that need to be addressed for the stand alone deployment tool to work?

Thanks @kenibrewer !

@mbdebian
Copy link
Collaborator

mbdebian commented Dec 3, 2024

Hi @kenibrewer , I've just verified that the branch local_issue_6_and_8 works with the following system:

Distributor ID: Ubuntu
Description:    Ubuntu 24.04.1 LTS
Release:        24.04
Codename:       noble

I have used profile 2406 to make sure the data backend tarballs for Clickhouse and Opensearch are accessible and work.

@kenibrewer
Copy link
Author

Hi @mbdebian the fixes on the branch local_issue_6_and_8 worked in resolving the issues with the ot-es container.

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

No branches or pull requests

4 participants