yun
yun
**Describe what enhancement you'd like to have** ``` create stream t1(id int, value float); insert into t1(id, value) values(1, 7.8)(2, 4.6)(3, 5.1)(3, 0.1); create stream t3(id int, qty int); insert...
**Describe what enhancement you'd like to have** We are currently using a basic concurrent hashmap implementation in Proton [nativelog](https://github.com/timeplus-io/proton/blob/develop/src/NativeLog/Base/Concurrent/ConcurrentHashMap.h) , which utilizes an internal `std::shared_mutex` (functioning like a read/write mutex)....
**Describe what's wrong** ``` 2024.05.17 03:20:18.194438 [ 33 ] {cfacb0d4-a21d-4fa5-b0b7-f0d10d20ec7e} StorageMaterializedView (default.mv): Took 2 ms to wait for built background pipeline during matierialized view 'default.mv' startup 2024.05.17 03:20:18.194499 [ 333...
**Describe what's wrong** **How to reproduce** ``` mkdir build_deb cd build_deb ../build.sh Debug ninja ``` introduce in https://github.com/timeplus-io/proton/pull/664 **Error message and/or stacktrace** **Additional context**
fix #716 so this PR do 3 things: 1. increase the default javascript_max_memory_bytes to 200MByte from 100MByte 2. Correct v8 memory hard limit, previous we do not set a value,...
**Describe what's wrong** we are using an old version clang16
**Describe what's wrong** the problem is even if we set the **soft limit** to a huge value, the v8 default heap **hard limit** first aborts this query. ``` Received exception...
**Describe what's wrong** this problem happens when running smoke test, when exits, the proton process cannot exit correctly.
**Describe what's wrong** https://github.com/timeplus-io/proton/actions/runs/6447033445/job/17502902310#step:7:11491 ``` Oct 08 10:54:20 FAILED: contrib/v8-cmake/embedded.S contrib/v8-cmake/snapshot.cc /build/build_docker/contrib/v8-cmake/embedded.S /build/build_docker/contrib/v8-cmake/snapshot.cc Oct 08 10:54:20 cd /build/build_docker/contrib/v8-cmake && /build/build_docker/contrib/v8-cmake/mksnapshot --embedded_src /build/build_docker/contrib/v8-cmake/embedded.S --startup_src /build/build_docker/contrib/v8-cmake/snapshot.cc --target_arch=x64 --target_os=linux --turbo_instruction_scheduling Oct 08 10:54:20...
**Describe what's wrong** there are some remained part in #649 open another issue here is to split big pr for better review. - the logging can be removed - continue...