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

Beam WARNs that can be avoided. #3864

Open
dimaopen opened this issue Apr 25, 2024 · 4 comments
Open

Beam WARNs that can be avoided. #3864

dimaopen opened this issue Apr 25, 2024 · 4 comments
Labels

Comments

@dimaopen
Copy link
Collaborator

Beam produces some non-relevant warning in the beamLog.out.

16:38:00.768 [main] WARN  beam.analysis.plots.GraphUtils - There is no color configured for [Average]
16:37:55.878 [main] WARN  b.s.m.InfluxDbSimulationMetricCollector - There are enabled metrics, but InfluxDB is unavailable at http://localhost:8086, database: 'beam'. Error: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:8086

We probably need to disable metrics by default.

[0.000s][warning][gc] -Xloggc is deprecated. Will use -Xlog:gc:gc_04-25-2024_15-19-12.log instead.
[0.001s][warning][gc] -XX:+PrintGCDetails is deprecated. Will use -Xlog:gc* instead.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.esotericsoftware.kryo.util.UnsafeUtil (file:~/.gradle/caches/modules-2/files-2.1/com.esotericsoftware/kryo/4.0.2/e38ab79c96b0c8600c8ac38cc81dab935f0abac9/kryo-4.0.2.jar) to constructor java.nio.DirectByteBuffer(long,int,java.lang.Object)
WARNING: Please consider reporting this to the maintainers of com.esotericsoftware.kryo.util.UnsafeUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

These warnings are probably related to JVM update.

@dimaopen dimaopen added the Bug label Apr 25, 2024
@nikolayilyin nikolayilyin added this to BEAM Jul 6, 2024
@nikolayilyin nikolayilyin moved this to Back Log (Low Priority) in BEAM Jul 6, 2024
@wrashid
Copy link
Collaborator

wrashid commented Jul 8, 2024

don't start InfluxDb if no metric enabled

@wrashid
Copy link
Collaborator

wrashid commented Jul 8, 2024

GraphUtils => fix code or keep warning if we can set in config

@wrashid
Copy link
Collaborator

wrashid commented Jul 8, 2024

look into JVM warnings "deprecated"

@dimaopen
Copy link
Collaborator Author

Kryo issue described here EsotericSoftware/kryo#924

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Back Log (Low Priority)
Development

No branches or pull requests

2 participants