FelixYBW opened a new issue, #6546:
URL: https://github.com/apache/incubator-gluten/issues/6546
### Backend
VL (Velox)
### Bug description
reported by window:
```
24/07/21 16:33:11 WARN [task-result-getter-3] scheduler.TaskSetManager: Lost
task 405.0 in stage 11.0 (TID 7781)
(monarch-dev-015-20221117-dpp-worker-dev-0a027985.ec2.pin220.com executor 6):
org.apache.gluten.exception.GlutenException:
org.apache.gluten.exception.GlutenException: Error during calling Java code
from native code: org.apache.gluten.exception.GlutenException:
org.apache.gluten.exception.GlutenException: Exception: VeloxRuntimeError
Error Source: RUNTIME
Error Code: INVALID_STATE
Retriable: False
Expression: !next->isPreviousFree()
Context: Operator: Window[2] 2
Function: free
File:
/home/binweiyang/gluten/ep/build-velox/build/velox_ep/velox/common/memory/HashStringAllocator.cpp
Line: 486
Stack trace:
# 0 _ZN8facebook5velox7process10StackTraceC1Ei
# 1
_ZN8facebook5velox14VeloxExceptionC1EPKcmS3_St17basic_string_viewIcSt11char_traitsIcEES7_S7_S7_bNS1_4TypeES7_
# 2
_ZN8facebook5velox6detail14veloxCheckFailINS0_17VeloxRuntimeErrorENS1_22CompileTimeEmptyStringEEEvRKNS1_18VeloxCheckFailArgsET0_
# 3 _ZN8facebook5velox19HashStringAllocator4freeEPNS1_6HeaderE
# 4
_ZN8facebook5velox4exec12RowContainer23freeVariableWidthFieldsEN5folly5RangeIPPcEE
# 5
_ZN8facebook5velox4exec12RowContainer19freeRowsExtraMemoryEN5folly5RangeIPPcEEb
# 6 _ZN8facebook5velox4exec12RowContainer9eraseRowsEN5folly5RangeIPPcEE
# 7 _ZN8facebook5velox4exec15WindowPartition15clearOutputRowsEi
# 8
_ZN8facebook5velox4exec6Window25callApplyForPartitionRowsEiiiRKSt10shared_ptrINS0_9RowVectorEE
# 9
_ZN8facebook5velox4exec6Window13callApplyLoopEiRKSt10shared_ptrINS0_9RowVectorEE
# 10 _ZN8facebook5velox4exec6Window9getOutputEv
# 11
_ZN8facebook5velox4exec6Driver11runInternalERSt10shared_ptrIS2_ERS3_INS1_13BlockingStateEERS3_INS0_9RowVectorEE
# 12
_ZN8facebook5velox4exec6Driver4nextERSt10shared_ptrINS1_13BlockingStateEE
# 13 _ZN8facebook5velox4exec4Task4nextEPN5folly10SemiFutureINS3_4UnitEEE
# 14 _ZN6gluten24WholeStageResultIterator4nextEv
# 15 Java_org_apache_gluten_vectorized_ColumnarBatchOutIterator_nativeHasNext
# 16 0x00007f43f19f37a8
at
org.apache.gluten.vectorized.GeneralOutIterator.hasNext(GeneralOutIterator.java:39)
at
scala.collection.convert.Wrappers$JIteratorWrapper.hasNext(Wrappers.scala:43)
at
org.apache.gluten.utils.iterator.IteratorsV1$InvocationFlowProtection.hasNext(IteratorsV1.scala:159)
at
org.apache.gluten.utils.iterator.IteratorsV1$IteratorCompleter.hasNext(IteratorsV1.scala:71)
at
org.apache.gluten.utils.iterator.IteratorsV1$PayloadCloser.hasNext(IteratorsV1.scala:37)
at
org.apache.gluten.utils.iterator.IteratorsV1$LifeTimeAccumulator.hasNext(IteratorsV1.scala:100)
at
org.apache.gluten.utils.iterator.IteratorsV1$ReadTimeAccumulator.hasNext(IteratorsV1.scala:127)
at scala.collection.Iterator$$anon$10.hasNext(Iterator.scala:458)
at
scala.collection.convert.Wrappers$IteratorWrapper.hasNext(Wrappers.scala:31)
at
org.apache.gluten.vectorized.GeneralInIterator.hasNext(GeneralInIterator.java:31)
at
org.apache.gluten.vectorized.ColumnarBatchOutIterator.nativeHasNext(Native
Method)
```
### Spark version
Spark-3.2.x
### Spark configurations
_No response_
### System information
_No response_
### Relevant logs
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]