Closed
Description
Requirement - jaeger working with ElasticSearch
Problem - jaeger not checking whether es response is nil, and then process panic and exit
Proposal - what do you suggest to solve the problem or improve the existing situation?
add nil pointer check before using es response pointer, such as :
jaeger/pkg/es/config/config.go
Line 117 in 21e9ab4
Any open questions to address
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment