-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
Not defined
Add OS implementation to the TerminatedUserSessionReader and for TerminatedUserSessionWriter interface
Testing Notes
- Run
docker-compose -f docker-compose.yml --profile opensearch up -d
- Start Optimize with
SPRING_PROFILES_ACTIVE=opensearch
- The startup will fail and that's ok. Before the problem of crushing the app was missing TerminatedUserSessionWriterOS and TerminatedUserSessionReaderOS. So after the implementation of both of them next failing reason should become missing implementations of CollectionReader or CollectionWriter.
- Shutdown optimize
- Restart optimize
- Watch that no new errors show up in the logs
- Do the same verifications as described in step 2 and make sure that everything is working the same
This is the controller panel for Smart Panels app
[OPT-7437] Implement TerminatedUserSessionReaderOS and TerminatedUserSessionWriterOS
Assignee | New: Ruslan Kovalenko [ ruslan.kovalenko-ext ] |
Description |
Original:
At least these files:
|./backend/src/main/java/org/camunda/optimize/service/events/rollover/EventIndexRolloverService.java| |./backend/src/main/java/org/camunda/optimize/service/digest/DigestService.java| h2. Testing notes Please do a thorough regression test because this changes are fundamental to the core working of Optimize. The changes on this ticket should cause no change whatsoever in the behavior of Optimize, since it is exclusively a code refactoring. So please run a quick regression test to make sure nothing has changed |
New: Add implementation to the |
Description | Original: Add implementation to the | New: Add os implementation to the TerminatedUserSessionReader interface |
Summary | Original: Implement TerminatedUserSessionReaderOS | New: Implement TerminatedUserSessionReaderOS and TerminatedUserSessionWriterOS |
Description | Original: Add os implementation to the TerminatedUserSessionReader interface | New: Add OS implementation to the TerminatedUserSessionReader and for TerminatedUserSessionWriter interface |
Assignee | Original: Ruslan Kovalenko [ ruslan.kovalenko-ext ] | New: Giuliano Rodrigues Lima [ giuliano.rodrigues-lima ] |
Status | Original: Triage [ 10612 ] | New: In Review [ 10212 ] |
Assignee | Original: Giuliano Rodrigues Lima [ giuliano.rodrigues-lima ] | New: Ruslan Kovalenko [ ruslan.kovalenko-ext ] |
Status | Original: In Review [ 10212 ] | New: Rework [ 11413 ] |
Fix Version/s | New: 3.12.0-alpha2 [ 18691 ] | |
Fix Version/s | Original: 3.12.0-alpha1 [ 18592 ] |
Description | Original: Add OS implementation to the TerminatedUserSessionReader and for TerminatedUserSessionWriter interface |
New:
Add OS implementation to the TerminatedUserSessionReader and for TerminatedUserSessionWriter interface
h2. Testing Notes # Run {code:java} docker-compose -f docker-compose.yml --profile opensearch up -d{code} # Start Optimize with {code:java} SPRING_PROFILES_ACTIVE=opensearch{code} # The startup will fail and that's ok. Because before the problem of crushing the app was a missing TerminatedUserSessionWriterOS and TerminatedUserSessionReaderOS # Shutdown optimize # Restart optimize # Watch that no new errors show up in the logs # Do the same verifications as described in step 2 and make sure that everything is working the same |