Issue #12167 - Fixed persisting zplsc-b cabled data in Cassandra#61
Open
renegelinas wants to merge 1 commit intooceanobservatories:masterfrom
Open
Issue #12167 - Fixed persisting zplsc-b cabled data in Cassandra#61renegelinas wants to merge 1 commit intooceanobservatories:masterfrom
renegelinas wants to merge 1 commit intooceanobservatories:masterfrom
Conversation
danmergens
approved these changes
Oct 1, 2018
Contributor
danmergens
left a comment
There was a problem hiding this comment.
We have a weirdness in that we already released and requested a hotfix for 0.6.7. I'll leave it to Tim on how he wants to work that in for the release.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed several issues that now persists zplsc-b cabled data to the Cassandra database. It now allows the user to use the playback tool or ingest handler to ingest zplsc-b cabled data.
Fixed:
- Added flag to indicate process completion, set by the driver and monitored by the playback tool.
- Fixed transpose method in zplsc_plot to operate on a copy, so data passed to the driver is correct.
- Fixed ingest handler to call zplsc_playback() in playback for zplsc-b data, versus playback()
- Added logging
- Added try/catch where needed
ZPLSC-B data can now be persisted to the zplsc_echgram_data table in Cassandra with errors and the offline zplsc echogram is still being generated properly. However, the data is not able to be potted on the UI and there are Edex warnings when ingesting from the ParticleProcessor:
WARN 2018-10-01 05:03:47,478 [Ingest.instrument_particles-2] ingest: PERF: ParticleProcessor - Message [sensor=CE04OSPS-PC01B-05-ZPLSCB102 module=mi.instrument.kut.ek60.ooicore.driver method=streamed source=/home/asadev/rene/raw-data/rsn_cabled/rsn_data/DVT_Data/pc01b/ZPLSCB102_10.33.10.143/OOI-D20170101-T000000.raw] size threshold exceeded [33620760]
There still needs to be investigation of the message size and not being able to plot on the UI.
The mechanism of getting the data ingested from the playback tool and the ingest handler is fixed.