Author Topic: Cancelled flights: Air traffic disruption caused by flight data issue  (Read 538 times)

Nearly Sane

  • Administrator
  • Hero Member
  • *****
  • Posts: 63721

Hmmm... bit worrying if this happens from data entry

https://www.bbc.co.uk/news/uk-66644369



jeremyp

  • Admin Support
  • Hero Member
  • *****
  • Posts: 32230
  • Blurb
    • Sincere Flattery: A blog about computing
Re: Cancelled flights: Air traffic disruption caused by flight data issue
« Reply #1 on: August 30, 2023, 10:43:37 AM »
Hmmm... bit worrying if this happens from data entry

https://www.bbc.co.uk/news/uk-66644369

Actually, it makes me a bit more confident.

It seems (I'm inferring this from the BBC report and my knowledge of how computer systems work, so I could be wrong) that a certain flight plan was entered that caused a problem with the system. If the system had been allowed to handle it automatically, it would have caused a safety issue, but the issue was detected and the system failed safe. Passenger delays is a better outcome than two planes colliding in mid air.

This post and all of JeremyP's posts words certified 100% divinely inspired* -- signed God.
*Platinum infallibility package, terms and conditions may apply

Nearly Sane

  • Administrator
  • Hero Member
  • *****
  • Posts: 63721
Re: Cancelled flights: Air traffic disruption caused by flight data issue
« Reply #2 on: August 30, 2023, 11:20:30 AM »
Actually, it makes me a bit more confident.

It seems (I'm inferring this from the BBC report and my knowledge of how computer systems work, so I could be wrong) that a certain flight plan was entered that caused a problem with the system. If the system had been allowed to handle it automatically, it would have caused a safety issue, but the issue was detected and the system failed safe. Passenger delays is a better outcome than two planes colliding in mid air.
I worry about a system where data entry has that affect and isn't stopped before it happened.

jeremyp

  • Admin Support
  • Hero Member
  • *****
  • Posts: 32230
  • Blurb
    • Sincere Flattery: A blog about computing
Re: Cancelled flights: Air traffic disruption caused by flight data issue
« Reply #3 on: August 30, 2023, 12:34:50 PM »
I worry about a system where data entry has that affect and isn't stopped before it happened.

With complex computer systems there are many edge cases and, unfortunately, they can't all be tested. Or they can, but only at a massive cost. You can, however, plan for when an unhandled edge case occurs and, in this case, the plan was to fail safe, which is what happened.
This post and all of JeremyP's posts words certified 100% divinely inspired* -- signed God.
*Platinum infallibility package, terms and conditions may apply

Nearly Sane

  • Administrator
  • Hero Member
  • *****
  • Posts: 63721
Re: Cancelled flights: Air traffic disruption caused by flight data issue
« Reply #4 on: August 30, 2023, 12:37:48 PM »
With complex computer systems there are many edge cases and, unfortunately, they can't all be tested. Or they can, but only at a massive cost. You can, however, plan for when an unhandled edge case occurs and, in this case, the plan was to fail safe, which is what happened.
Acceptable data entry is not what I would describe as an edge case, particularly on a critical system like this.

jeremyp

  • Admin Support
  • Hero Member
  • *****
  • Posts: 32230
  • Blurb
    • Sincere Flattery: A blog about computing
Re: Cancelled flights: Air traffic disruption caused by flight data issue
« Reply #5 on: August 30, 2023, 12:52:27 PM »
Acceptable data entry is not what I would describe as an edge case, particularly on a critical system like this.
It may have looked perfectly fine when they entered it. We don't know what the issue was.

Correct validation on data entry is almost impossible to achieve in some circumstances. As a simple example, can you tell me how to validate an email address at data entry time?
This post and all of JeremyP's posts words certified 100% divinely inspired* -- signed God.
*Platinum infallibility package, terms and conditions may apply

Nearly Sane

  • Administrator
  • Hero Member
  • *****
  • Posts: 63721
Re: Cancelled flights: Air traffic disruption caused by flight data issue
« Reply #6 on: August 30, 2023, 12:56:44 PM »
It may have looked perfectly fine when they entered it. We don't know what the issue was.

Correct validation on data entry is almost impossible to achieve in some circumstances. As a simple example, can you tell me how to validate an email address at data entry time?
Data entry can, indeed, be difficult to validate but in the case of an air traffic control system, you both can, and must, ensure that data entry is strictly controlled.
« Last Edit: August 30, 2023, 01:03:11 PM by Nearly Sane »

jeremyp

  • Admin Support
  • Hero Member
  • *****
  • Posts: 32230
  • Blurb
    • Sincere Flattery: A blog about computing
Re: Cancelled flights: Air traffic disruption caused by flight data issue
« Reply #7 on: August 30, 2023, 03:33:59 PM »
Data entry can, indeed, be difficult to validate but in the case of an air traffic control system, you both can, and must, ensure that data entry is strictly controlled.

Yes, but do you know what went wrong and what needs to be controlled? Do you know how to validate a flight plan (I don't)?

For example, suppose, when the plan was entered it was fine, but some regulation changed later that rendered it dangerous. How would you have validated that?

Or suppose the flight plan was fine but some beacon it relied on suddenly had to be taken down for repair whilst the aircraft was already en route. Would you have thought of that? How would you validate such a flight plan given part of it became invalid after the aircraft took off?

This is a very complex system we are talking about and foreseeing every possible failure mode in advance is impossible. There is no practical way to eliminate every possible failure and certainly not by validating data in advance. The system failed safe in this instance, causing a lot of inconvenience, but it could have been a lot worse.
This post and all of JeremyP's posts words certified 100% divinely inspired* -- signed God.
*Platinum infallibility package, terms and conditions may apply

Nearly Sane

  • Administrator
  • Hero Member
  • *****
  • Posts: 63721
Re: Cancelled flights: Air traffic disruption caused by flight data issue
« Reply #8 on: August 30, 2023, 03:47:59 PM »
Yes, but do you know what went wrong and what needs to be controlled? Do you know how to validate a flight plan (I don't)?

For example, suppose, when the plan was entered it was fine, but some regulation changed later that rendered it dangerous. How would you have validated that?

Or suppose the flight plan was fine but some beacon it relied on suddenly had to be taken down for repair whilst the aircraft was already en route. Would you have thought of that? How would you validate such a flight plan given part of it became invalid after the aircraft took off?

This is a very complex system we are talking about and foreseeing every possible failure mode in advance is impossible. There is no practical way to eliminate every possible failure and certainly not by validating data in advance. The system failed safe in this instance, causing a lot of inconvenience, but it could have been a lot worse.
Your first question would be about allowing an upgrade without testing it for retro implications. It's not a data entry problem.

The second is an asset failure, again not a data entry failure.

 ETA - And if either of those cases were not thought of and tested, then the test team is useless.
« Last Edit: August 30, 2023, 04:03:45 PM by Nearly Sane »

Nearly Sane

  • Administrator
  • Hero Member
  • *****
  • Posts: 63721
« Last Edit: August 30, 2023, 04:50:06 PM by Nearly Sane »

jeremyp

  • Admin Support
  • Hero Member
  • *****
  • Posts: 32230
  • Blurb
    • Sincere Flattery: A blog about computing
Re: Cancelled flights: Air traffic disruption caused by flight data issue
« Reply #10 on: August 31, 2023, 07:25:48 AM »
Your first question would be about allowing an upgrade without testing it for retro implications. It's not a data entry problem.

The second is an asset failure, again not a data entry failure.

 ETA - And if either of those cases were not thought of and tested, then the test team is useless.

Those were just ideas I thought of off the top of my head. You have no idea what caused this and you have no idea about the design and construction of complex software systems. I’m telling you that what you ask for is impossible because I do have such an idea, at least on the latter point.
This post and all of JeremyP's posts words certified 100% divinely inspired* -- signed God.
*Platinum infallibility package, terms and conditions may apply

jeremyp

  • Admin Support
  • Hero Member
  • *****
  • Posts: 32230
  • Blurb
    • Sincere Flattery: A blog about computing
Re: Cancelled flights: Air traffic disruption caused by flight data issue
« Reply #11 on: August 31, 2023, 07:28:24 AM »
Of course for some people the effects were devastating.


https://www.msn.com/en-gb/travel/news/exclusive-we-had-to-abandon-our-27k-jet-to-cannes-for-our-daughter-s-eighth-birthday-because-of-air-traffic-control-chaos/ar-AA1fT7ms
That link is broken for me. But I can guess what it’s about.

I promise you, a missed birthday treat can be devastating but two aeroplanes colliding in mid air would be even more devastating.
This post and all of JeremyP's posts words certified 100% divinely inspired* -- signed God.
*Platinum infallibility package, terms and conditions may apply

Nearly Sane

  • Administrator
  • Hero Member
  • *****
  • Posts: 63721
Re: Cancelled flights: Air traffic disruption caused by flight data issue
« Reply #12 on: August 31, 2023, 08:27:35 AM »
Those were just ideas I thought of off the top of my head. You have no idea what caused this and you have no idea about the design and construction of complex software systems. I’m telling you that what you ask for is impossible because I do have such an idea, at least on the latter point.
As do I.

Nearly Sane

  • Administrator
  • Hero Member
  • *****
  • Posts: 63721
Re: Cancelled flights: Air traffic disruption caused by flight data issue
« Reply #13 on: August 31, 2023, 08:32:10 AM »
That link is broken for me. But I can guess what it’s about.

I promise you, a missed birthday treat can be devastating but two aeroplanes colliding in mid air would be even more devastating.

Try this one

https://newsfeeds.media/we-had-to-abandon-our-27k-jet-to-cannes-for-daughters-8th-birthday/

Your guess seems to have misled you in terms of  you missing my sarcasm

jeremyp

  • Admin Support
  • Hero Member
  • *****
  • Posts: 32230
  • Blurb
    • Sincere Flattery: A blog about computing
This post and all of JeremyP's posts words certified 100% divinely inspired* -- signed God.
*Platinum infallibility package, terms and conditions may apply