Initial capacity must be greater than 0
错误:堆外合拼初始化参数错误
检查:检查mycat内存池配置
Page size ${堆外页面大小} cannot exceed
错误:堆外页面大小过大
Was unable to delete spill file ${文件路径}
错误:堆外合拼交换文件过程中,删除临时文件失败
Error while closing spill reader ${栈输出}
错误:关闭交换文件句柄的时候,发生异常
Thread ${id} released ${xxxx} from from ${xxx} for ${xxxx}
信息:发生把数据交换到磁盘的操作
error while calling spill() on ${id} ${栈输出}
错误:把数据交换到磁盘时发生异常
Thread ${connAttemptId} waiting for at least 1/8N of ${poolName} pool to be free
信息:等待足够的空闲内存来分配内存块
Internal error: release called on $numBytes bytes but task only has $curMem bytes of memory from the ${poolName} pool
信息:回收内存块的时候发生错误,回收的字节数与实际的字节数不匹配
Unable to acquire ${消费者需要分配的字节数} bytes of memory, got ${实际能够分配的字节数}
错误:内存分配失败
解决:可能存在大结果集,或者内存不足
Thread ${任务id} waiting for at least 1/8N of ${内存池的名字} pool to be free
日志:分配内存的时候等待空闲的内存分配空间
Internal error: release called on $numBytes bytes but task only has $curMem bytes of memory from the ${内存池名字} pool
错误:回收内存块的时候发现内存块的大小与参数不相等
Exception should have been re-thrown in next()
错误:堆外对row排序异常
Not enough memory to grow pointer array
错误:内存块扩容失败,内存不足
There is no space for new record
错误:内存不足无法插入新的行
field metadata keys:${字段} field metadata values:${值}
信息:进行数据合拼时候的日志输出
all columns in order by clause should be in the selected column list!
错误:排序的字段不在查询字段里
prepare mpp merge result for :${准备进行查询的SQL}
信息:对此SQL结果集使用堆外合拼处理
cant't find column in sql query result ${字段}
警告:单节点查询的结果集里没有对应的字段,即无法根据自定义的字段获取结果集中的值
callback is null
警告:SQLJob执行完成时候,没有后续处理,可能是bug
columToIndx ${排序字段}
调试:排序字段调试信息
all columns in group by clause should be in the selected column list.!
调试:排序字段不在select 字段里,要求排序的字段要写在SQL中的select 字段里
field metadata keys:${字段名}
field metadata values:${值}
调试:mycat收到字段报文的日志输出
getHavingCols:${having字段信息}
调试:sql中存在having字段
isHasAggrColumn:${聚合函数字段}
调试:sql中存在聚合函数字段
all columns in order by clause should be in the selected column list!${字段}
错误:排序字段不在select 字段里
Memory used in Thread ${id}
错误:使用内存使用状况函数的提示信息
{内存使用数量} bytes of memory were used by task {} but are not associated with specific consumers
信息:内存使用情况
{} bytes of memory are used for execution and {} bytes of memory are used for storage
信息:内存使用情况
Cannot allocate a page with more than ${最大字节数}bytes
错误:堆外内存分配错误
Have already allocated a maximum of ${最大字节数} pages
错误:堆外内存分配错误,已经分配最大页数
Failed to allocate a page (${字节数} bytes), try again.
警告:分配内存块失败,将会进行重试
Freed page number ${页数} ${页大小} 字节数
信息:释放内存块信息
leak ${字节数} memory from ${消费者}
警告:释放所有分配的内存块的时候,发现存在内存泄漏的消费者
leak a page: ${页数} in task ${进程的id}
警告:泄漏的任务