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

Flaky MultiFragmentTest.taskTerminateWithProblematicRemainingRemoteSplits #10034

Open
xiaoxmeng opened this issue Jun 4, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working flaky-test triage Newly created issue that needs attention.

Comments

@xiaoxmeng
Copy link
Contributor

Bug description

2024-06-04T00:25:22.9741200Z [ RUN ] MultiFragmentTest.taskTerminateWithProblematicRemainingRemoteSplits
2024-06-04T00:25:22.9742938Z E20240604 00:18:32.856849 149831 Exceptions.h:67] Line: /__w/velox/velox/velox/exec/ExchangeClient.cpp:40, Function:addRemoteTaskId, Expression: Failed to create ExchangeSource: Testing error. Task ID: bad://leaf-0., Source: RUNTIME, ErrorCode: INVALID_STATE
2024-06-04T00:25:22.9745925Z E20240604 00:18:32.857208 62593 Exceptions.h:67] Line: /__w/velox/velox/velox/exec/ExchangeClient.cpp:40, Function:addRemoteTaskId, Expression: Failed to create ExchangeSource: Testing error. Task ID: bad://leaf-1., Source: RUNTIME, ErrorCode: INVALID_STATE
2024-06-04T00:25:22.9747829Z unknown file: Failure
2024-06-04T00:25:22.9748182Z C++ exception with description "Exception: VeloxRuntimeError
2024-06-04T00:25:22.9748586Z Error Source: RUNTIME
2024-06-04T00:25:22.9748839Z Error Code: INVALID_STATE
2024-06-04T00:25:22.9749361Z Reason: Failed to create ExchangeSource: Testing error. Task ID: bad://leaf-1.
2024-06-04T00:25:22.9749844Z Retriable: False
2024-06-04T00:25:22.9750087Z Function: addRemoteTaskId
2024-06-04T00:25:22.9750414Z File: /__w/velox/velox/velox/exec/ExchangeClient.cpp
2024-06-04T00:25:22.9750773Z Line: 40
2024-06-04T00:25:22.9750972Z Stack trace:
2024-06-04T00:25:22.9751252Z # 0 _ZN8facebook5velox7process10StackTraceC1Ei
2024-06-04T00:25:22.9751931Z # 1 ZN8facebook5velox14VeloxExceptionC1EPKcmS3_St17basic_string_viewIcSt11char_traitsIcEES7_S7_S7_bNS1_4TypeES7
2024-06-04T00:25:22.9753054Z # 2 ZN8facebook5velox6detail14veloxCheckFailINS0_17VeloxRuntimeErrorERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvRKNS1_18VeloxCheckFailArgsET0
2024-06-04T00:25:22.9754203Z # 3 _ZN8facebook5velox4exec14ExchangeClient15addRemoteTaskIdERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE.cold
2024-06-04T00:25:22.9755203Z # 4 _ZN8facebook5velox4exec4Task14addRemoteSplitERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS1_5SplitE
2024-06-04T00:25:22.9756129Z # 5 _ZN8facebook5velox4exec4Task8addSplitERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEONS1_5SplitE
2024-06-04T00:25:22.9757100Z # 6 _ZN8facebook5velox4exec12_GLOBAL__N_172MultiFragmentTest_taskTerminateWithProblematicRemainingRemoteSplits_Test8TestBodyEv
2024-06-04T00:25:22.9758031Z # 7 _ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
2024-06-04T00:25:22.9758597Z # 8 _ZN7testing4Test3RunEv
2024-06-04T00:25:22.9758882Z # 9 _ZN7testing8TestInfo3RunEv
2024-06-04T00:25:22.9759186Z # 10 _ZN7testing9TestSuite3RunEv
2024-06-04T00:25:22.9759570Z # 11 _ZN7testing8internal12UnitTestImpl11RunAllTestsEv
2024-06-04T00:25:22.9759973Z # 12 _ZN7testing8UnitTest3RunEv
2024-06-04T00:25:22.9760253Z # 13 main
2024-06-04T00:25:22.9760451Z # 14 __libc_start_main
2024-06-04T00:25:22.9760687Z # 15 _start
2024-06-04T00:25:22.9760906Z " thrown in the test body.
2024-06-04T00:25:22.9761444Z [ FAILED ] MultiFragmentTest.taskTerminateWithProblematicRemainingRemoteSplits (289 ms)

System information

Will try to reproduce using Meta internal test infra

Relevant logs

No response

@xiaoxmeng xiaoxmeng added bug Something isn't working triage Newly created issue that needs attention. flaky-test labels Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working flaky-test triage Newly created issue that needs attention.
Projects
None yet
Development

No branches or pull requests

2 participants