南大通用GBase 8a集群通过gdb 调试宕机的core文件获取堆栈信息
分类: GBase8a错误处理
数据库使用报错,以及能解决或规避的方案。不包括产品BUG.a
南大通用GBase 8a集群查询报错The query includes syntax that is not supported by the Express engine
南大通用GBase 8a数据库集群,当查询主表是express引擎,如果和其它引擎的表一起操作,比如gssys,memory等引擎的表,也会报这个错误
南大通用GBase 8a集群并发时锁等待超时参数gcluster_lock_timeout,Can't lock table报错
南大通用GBase 8a数据库集群内部,通过锁机制来实现资源的并行操作,其等待超时参数通过gcluster_lock_timeout设置,默认是0一直等待。
南大通用GBase 8a集群启动日志报错Memory manager is unable to allocate specified amount of memory
南大通用GBase 8a数据库集群在启动时,会从操作系统分配足够的物理内存,默认值是物理内存的60%,连续的。如不足,则报这个错误。一般是因为有其它程序使用了内存,特别是一些java程序。
南大通用GBase 8a集群常见报错ERROR [CLM ] port_scanning error sockfd:81 time:1(ms) cfg_connect_timeout:5000(ms) error
南大通用GBase 8a数据库的gcware集群一致性管理层,是通过节点间的扫描,来判定节点状态的。当前是使用ssh服务,如果在指定时间内,没有连通目标节点,则会报cfg_connect_timeout的错误,并会判定目标节点处于离线状态。
南大通用GBase 8a集群常见故障DataState状态为1,查看同步进度
南大通用GBase 8a集群常见故障DataState状态为1,查看同步进度
南大通用GBase 8a集群常见报错[gcadmin] Could not initialize CRM instance error: [122]->[can not connect to any server]
南大通用GBase 8a集群常见报错[gcadmin] Could not initialize CRM instance error: [122]->[can not connect to any server]
南大通用GBase 8a集群常见报错 Aggregation function group_concat overflow
南大通用GBase 8a集群常见报错 Aggregation function group_concat overflow
南大通用GBase 8a集群运行报错Express out of resource:Too many tuples
在SQL执行过程中,如果GBase 8a数据库判断涉及的行数,超过了数据库设定的最大行数,则会报这个Express out of resource:Too many tuples的错误。包括简单的count(*)也会。
南大通用GBase 8a集群运行报错BLK_TEMP: return NULL in alloc
南大通用GBase 8a集群运行报错BLK_TEMP: return NULL in alloc