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

[dev.icinga.com #9491] Loop in the configuration (group object); validation stuck #3100

Closed
icinga-migration opened this issue Jun 24, 2015 · 7 comments
Labels
area/configuration DSL, parser, compiler, error handling bug Something isn't working

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/9491

Created by seferovic on 2015-06-24 12:16:19 +00:00

Assignee: (none)
Status: Closed (closed on 2016-04-22 09:39:44 +00:00)
Target Version: (none)
Last Update: 2016-04-22 09:39:44 +00:00 (in Redmine)

Icinga Version: 2.3.5
Backport?: Not yet backported
Include in Changelog: 1

Try to validate a config like this...

object ServiceGroup "hpblade" {
        display_name = "Blade"
        groups = [ "hpblade" ]
}

Unfortunately, the validation command gets stuck here (FUTEX_WAIT). This might be a duplicate of #7155, but I am not really sure (did a quick search for this behavior).

I would expect a great software like Icinga2 to inform me about this and end the validation.


Relations:

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-06-24 12:23:43 +00:00

  • Relates set to 7155

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-06-24 12:24:37 +00:00

Fix is not trivial, feel free to provide a patch for both cases.

@icinga-migration
Copy link
Author

Updated by seferovic on 2015-06-24 13:48:14 +00:00

dnsmichi wrote:

Fix is not trivial, feel free to provide a patch for both cases.

Please consider my last sentence as a compliment for the really good piece of software. I have been browsing the code a little bit, but unfortunately I will have to sit down and take a deep dive into the code. Also my first impression is that this is not a trivial case to solve.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2016-01-11 12:46:17 +00:00

  • Relates set to 10937

@icinga-migration
Copy link
Author

Updated by gbeutner on 2016-03-23 08:04:45 +00:00

  • Relates deleted 7155

@icinga-migration
Copy link
Author

Updated by gbeutner on 2016-03-23 08:06:42 +00:00

  • Category set to Configuration
  • Status changed from New to Feedback
  • Assigned to set to seferovic

I'm unable to reproduce this with 2.4.4. Can you please re-test this?

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2016-04-22 09:39:44 +00:00

  • Status changed from Feedback to Closed
  • Assigned to deleted seferovic

Works for me in 2.4.7 as well. I'm closing this.

@icinga-migration icinga-migration added bug Something isn't working area/configuration DSL, parser, compiler, error handling labels Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/configuration DSL, parser, compiler, error handling bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant