Shawn Wang

Results 38 comments of Shawn Wang

@coolaj86 Simply reversing the string wouldn't be a correct implementation -_- The reversing order you see is just an implementation detail, the correctness is tested by large amount of random...

Len32 和 Len64 合并成单个函数是不是就可以呀, if bits.UintSize == 32 是常量比较,我理解编译器可以优化掉,所以单个函数也不会增加额外的计算成本吧。

个人看法,bits.Len32 和 bits.Len64 这些标准库的函数没必要复制一份? `bits.Len64(x) - 1` 跟上面的代码是等价的吧。

> Can you try 0.9.0-rc5? @hengfeiyang I have just tried 0.9.0-rc5 mac arm64, still not working, but the error message changed to "Error: Search field not found." ![J6tISkk3Yq](https://github.com/openobserve/openobserve/assets/17606336/d8868528-92a2-44f5-a3a6-d7b8a59f3dea) FYI. it...

Will provide it later, just left from office.

The server log: ```text 2024-03-08T11:50:36.473338+00:00 WARN openobserve::service::search: searching in is_agg_query false is_inverted_index false 2024-03-08T11:50:36.473813+00:00 INFO openobserve::service::search: [session_id 2dP92EJkJW2FwQOzIz2NLZBWraD] search->file_list: time_range: Some((1706269836449000, 1709898636449000)), num: 3, offset: 4 2024-03-08T11:50:36.473846+00:00 INFO openobserve::service::search: [session_id...

A possible solution may be like this, not sure whether it has bad effects, or is there any better solution. ```diff diff --git a/pkg/remote/trans/nphttp2/client_conn.go b/pkg/remote/trans/nphttp2/client_conn.go index ae87dfd..789dec8 100644 --- a/pkg/remote/trans/nphttp2/client_conn.go...

Yes, it is implemented, you may check the "storage" section in file example.conf.yaml.