greenplumn 建立索引失败: No space left on device
一看错误提示感觉是空间不够,其实不是。
5台机器每台20T的磁盘,每台都有剩余8T。但是每次创建索引一天左右时间以后都会报错。
错误日志如下:
2018-04-16 15:55:45.450606 CST,"gp","gp",p180444,th-2040876928,"192.168.1.8","25975",2018-04-15 14:23:56 CST,376948,con289,cmd1,seg31,,dx558714,x376948,sx1,"ERROR","53100","could not extend relation 1663/16384/21258: No space left on device",,"Check free disk space.",,,,"create index index_table_name_bitmap_package on table_name USING btree(package);",0,,"smgr.c",1335,"Stack trace:
1 0xae7486 postgres errstart (elog.c:503)
2 0x9ea06c postgres smgrextend (smgr.c:1329)
3 0x6db826 postgres <symbol not found> (nbtsort.c:338)
4 0x6dbc1a postgres <symbol not found> (nbtsort.c:602)
5 0x6dc7bf postgres _bt_leafbuild (nbtsort.c:838)
6 0x6d716a postgres btbuild (nbtree.c:146)
7 0xaef042 postgres OidFunctionCall3 (fmgr.c:1595)
8 0x76a270 postgres index_build (index.c:1451)
9 0x76afdd postgres index_create (index.c:967)
10 0x8037c6 postgres DefineIndex (indexcmds.c:731)
11 0x9f5bdb postgres ProcessUtility (utility.c:1312)
12 0x9f2123 postgres <symbol not found> (pquery.c:1521)
13 0x9f3836 postgres <symbol not found> (pquery.c:1631)
14 0x9f49d5 postgres PortalRun (pquery.c:1129)
15 0x67c16e postgres <symbol not found> (discriminator 13)
16 0x9f0386 postgres PostgresMain (postgres.c:4819)
17 0x99776e postgres <symbol not found> (postmaster.c:6672)
18 0x999400 postgres PostmasterMain (postmaster.c:1559)
19 0x8d286b postgres c_main (main.c:206)
20 0x7f53837aeb35 libc.so.6 __libc_start_main (??:0)
21 0x69dcc1 postgres <symbol not found> (??:?
我确定空间足够,20T空间,5台机器,每台10表segment,然后创建索引前每台剩余8T。有没有知道原因?谢谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用监控工具或者命令行监控磁盘使用空间变化的历史。
创建索引会用掉空间,报错后空间会释放。如果出错后查空间使用率的话,是看不出来的。