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

Infinite upload when two platforms synchronize on each other #6108

Closed
richard-julien opened this issue Feb 26, 2024 · 0 comments · Fixed by #6147
Closed

Infinite upload when two platforms synchronize on each other #6108

richard-julien opened this issue Feb 26, 2024 · 0 comments · Fixed by #6147
Assignees
Labels
bug use for describing something not working as expected critical use to identify critical bug to fix ASAP solved use to identify issue that has been solved (must be linked to the solving PR)
Milestone

Comments

@richard-julien
Copy link
Member

richard-julien commented Feb 26, 2024

Description

Infinite upload when two platforms synchronize on each other.
Looks like we reupload and change the version each time we receive the file.
This situation leads to a infinite loop of upload

https://github.com/OpenCTI-Platform/client-python/tree/opencti/6108

Repro case

On same platform

  1. Create a live stream to share with no filter - Start it
  2. Create a consumer listening for this live stream - Start it
  3. Create a report
  4. Upload a file in data
@richard-julien richard-julien added the bug use for describing something not working as expected label Feb 26, 2024
@richard-julien richard-julien added this to the Release 6.0.0 milestone Feb 26, 2024
@richard-julien richard-julien self-assigned this Feb 26, 2024
@richard-julien richard-julien added the critical use to identify critical bug to fix ASAP label Feb 26, 2024
@SamuelHassine SamuelHassine added the solved use to identify issue that has been solved (must be linked to the solving PR) label Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug use for describing something not working as expected critical use to identify critical bug to fix ASAP solved use to identify issue that has been solved (must be linked to the solving PR)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants