oceanbase icon indicating copy to clipboard operation
oceanbase copied to clipboard

OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.

Results 520 oceanbase issues
Sort by recently updated
recently updated
newest added

**Describe the bug** In OceanBase, querying a materialized table and a view with identical data and COMPRESS produces inconsistent results. **Environment** - OS Version and CPU Arch(`uname -a`): ``` [root@332f4c044dbb...

type: bug

**Describe the bug** In OceanBase, Queries involving logical comparisons and JSON data return inconsistent results when executed on a view versus a materialized table. Specifically, the query on the materialized...

type: bug

**Describe the bug** **Environment** - OS Version and CPU Arch(`uname -a`): ```bash Linux 6.8.0-49-generic 22.04.1-Ubuntu SMP PREEMPT_DYNAMIC x86_64 x86_64 x86_64 GNU/Linux ``` - OB Version(`LD_LIBRARY_PATH=../lib:$LD_LIBRARY_PATH ./observer -V`): ```bash select version();...

type: bug

**Describe the bug** **Environment** - OS Version and CPU Arch(`uname -a`): ``` Linux 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux ``` - OB Version(`LD_LIBRARY_PATH=../lib:$LD_LIBRARY_PATH...

type: bug

**Describe the bug** **Environment** - OS Version and CPU Arch(`uname -a`): ``` Linux 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux ``` - OB Version(`LD_LIBRARY_PATH=../lib:$LD_LIBRARY_PATH...

type: bug

**Describe the bug** **Environment** - OS Version and CPU Arch(`uname -a`): ``` Linux 6.8.0-49-generic 22.04.1-Ubuntu SMP PREEMPT_DYNAMIC x86_64 x86_64 x86_64 GNU/Linux ``` - OB Version(`LD_LIBRARY_PATH=../lib:$LD_LIBRARY_PATH ./observer -V`): ``` select version();...

type: bug
module: sql
status: confirmed

**Describe the bug** **Environment** - OS Version and CPU Arch(`uname -a`): ``` Linux 6.8.0-49-generic 22.04.1-Ubuntu SMP PREEMPT_DYNAMIC x86_64 x86_64 x86_64 GNU/Linux ``` - OB Version(`LD_LIBRARY_PATH=../lib:$LD_LIBRARY_PATH ./observer -V`): ``` select version();...

type: bug
module: sql
status: confirmed

**Describe the bug** **Environment** - OS Version and CPU Arch(`uname -a`): ``` Linux 6.8.0-49-generic 22.04.1-Ubuntu SMP PREEMPT_DYNAMIC x86_64 x86_64 x86_64 GNU/Linux ``` - OB Version(`LD_LIBRARY_PATH=../lib:$LD_LIBRARY_PATH ./observer -V`): ```sql select version();...

type: bug
module: sql
status: confirmed
mysql-compatibility

**Describe the bug** 我们使用对二进制文件插桩的方式,对ob进行动态内存一致性检测,当我们使用工具启动observer后,会报ERROR 2002 (HY000): Can't connect to MySQL server on '192.168.0.214' (115) 这个错误,看起来是observer未正常启动。 我们首先使用obd start集群,然后kill掉observer,然后使用工具启动observer的方式来进行内存一致性检测, **Environment** - OS Version and CPU Arch(`uname -a`): - OB Version(`LD_LIBRARY_PATH=../lib:$LD_LIBRARY_PATH ./observer -V`):...

type: bug

背景是一名学生想用ob来写毕设 之前也提问过docker部署的方式,但是感觉还是不太方便。 --- The background is that a student wants to use ob to write a graduation project I have asked about the docker deployment method before, but it still...

type: question