-
### Backend
VL (Velox)
### Bug description
Crash happens in the second run.
Two errors observed from logs:
```
23/10/10 07:48:50 WARN [Gluten] NativeMemoryManager: WholeStageIterator R…
-
# Introduction
In multi-stage query engine it is not very difficult to create queries that end up reading from the same table or executing the same join twice. This is specially easy when writing a…
-
```tla
------ MODULE Outer -------
------ MODULE Inner ------
Op == TRUE
================
VARIABLES x
\* This works:
\*I == INSTANCE Inner
\*Init == x= I!Op
\* This doesn't work:
…
lemmy updated
4 years ago
-
If there is a timeout, the offheap data structure is never recovered. Should convert so only immutable objects are available to Akka Streams.
https://gist.github.com/wsargent/efa642b7c0fdce53d6a1
`…
-
Do you have any plans to add Scala 2.12 support?
-
Initially reported at https://groups.google.com/g/tlaplus/c/_x741Dl-1QY
TLC crashes with a StackOverflowError when checking the (liveness) property `TerminationInvariant` of the `tictactoe` spec be…
lemmy updated
4 months ago
-
Long running join query threads on brokers cannot be cancelled or interrupted
### Affected Version
28.0.1
### Description
Poorly written join queries are seen busy looping in `PostJoinCurs…
-
### Backend
VL (Velox)
### Bug description
I am using Gluten(tag v1.1.1) + Velox + folly + spark3.4.2 + yarn,building with centos8 aarch64, running on aarch64 , while yarn container running with …
-
Continuos arrays are not a perfect match for paged regions (due to maximum allocation size restriction.) To make it easier to work with collections of data in regions we can introduce a different coll…
densh updated
9 years ago
-
### Backend
VL (Velox)
### Bug description
[Expected to run with JDK 8 and Ubuntu OS for gluten 0.5.0 here is the spark config used for same
`conf = {
"spark.plugins":"io.glutenproject.Gl…