Open wajda opened 1 year ago
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
File | Coverage [40.56%] | :x: |
---|---|---|
AgentConfig.scala | 84.38% | :green_apple: |
AgentBOM.scala | 72.85% | :x: |
InitFailureHandlingMode.java | 0% | :x: |
SparkLineageInitializer.scala | 0% | :x: |
Total Project Coverage | 42.07% | :green_apple: |
---|
As I understand it there are three places from which agent code is run:
Spark listener is wrapped in try catch, so we can't influence what is happening outside of that. For both init methods are you sure there is no catch block that will make this config unusable?
Can we have tests for this?
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
fixes #757
Adds a new config property:
LOG
- log the error and carry on with Spark job (default behavior)BREAK
- propagate the error to the calling Spark process.