Conversation
|
Quick question: would this also fix the following issue: |
It would be very helpful to get an answer to this. |
Hi, we don't know for sure whether this will fix #10078 as we still haven't identified exactly what is going wrong there, other than something is not working as expected. It's unlikely that this PR will fix #10078, but we can't tell you for sure until the cause for #10078 is identified. |
|
@yhabteab When will this request be completed? Is there a timeline? |
e3c289f to
78095b8
Compare
cb4fe57 to
eb97676
Compare
|
I believe similar problems will still exist for other types where there's no |
|
lib/base/dependencygraph.hpp
Outdated
| boost::multi_index::indexed_by< | ||
| // The first indexer is used for lookups by the Edge object itself, thus it | ||
| // needs its own hash function and comparison predicate. | ||
| boost::multi_index::hashed_non_unique<boost::multi_index::identity<Edge>, Edge::HashPredicate, Edge::HashPredicate>, |
There was a problem hiding this comment.
But why NON unique if you don't use this as multi-map anyway?
Especially given there IS a unique version.
dd6f9b9 to
ecde06d
Compare
d28dfec to
ecde06d
Compare
Non-optional requests were addressed.
ecde06d to
acd7195
Compare
88aaf80 to
cf125dd
Compare
All objects must be synced sorted by their load dependency. Otherwise, downtimes and/or comments might get synced before their respective Checkables, which will result in comments and downtimes being ignored by the other endpoint since it does not yet know about their checkables. Given that the runtime config updates event does not trigger a reload on the remote endpoint, these objects won't be synced again until the next reload.
After master2 reload:
closes #7786
closes #9873
TODO