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

Mongo container logs repeatedly show "Received interrupt request for unknown op" message #221

Open
eecavanna opened this issue Jul 2, 2024 · 0 comments
Labels
bug Something isn't working jetstream2 ✈️ Issue related to deploying NMDC EDGE to the Jetstream2 platform

Comments

@eecavanna
Copy link
Collaborator

With the following entrypoint in the docker-compose.yml file:

  mongo:
    image: mongo:6.0.4
    restart: unless-stopped
    ports:
      - "27017:27017"
    # Map a persistent volume to `/data/db` within the container.
    volumes:
      - ${MONGO_DATA_DIR_ON_HOST:-/media/volume/nmdc-edge-web-app-mongo-data}:/data/db
    entrypoint: ["mongod", "--config", "/data/db/mongod.conf", "--setParameter", "logComponentVerbosity={query: {verbosity: 2}}"]

Mongo container logs repeatedly show "Received interrupt request for unknown op":

image

Related forum post (unresolved): https://www.mongodb.com/community/forums/t/received-interrupt-request-for-unknown-op/128531

CC: @mflynn-lanl

@eecavanna eecavanna added the bug Something isn't working label Jul 2, 2024
@eecavanna eecavanna changed the title Mongo container logs repeatedly show Received interrupt request for unknown op Mongo container logs repeatedly show "Received interrupt request for unknown op" message Jul 2, 2024
@eecavanna eecavanna added the jetstream2 ✈️ Issue related to deploying NMDC EDGE to the Jetstream2 platform label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working jetstream2 ✈️ Issue related to deploying NMDC EDGE to the Jetstream2 platform
Projects
None yet
Development

No branches or pull requests

1 participant