I went to recompile with debugging options to help diagnose the client failures
under heavy load I encountered, but it looks like the last patch to add string
to number conversion functions is a bit broken:
2008-06-13 14:56:56 E [xlator.c:123:xlator_set_type] xlator:
dlopen(/usr/lib/glusterfs/1.4.0qa19/xlator/performance/io-threads.so):
/usr/lib/glusterfs/1.4.0qa19/xlator/performance/io-threads.so: undefined
symbol: gf_str_to_long_long
2008-06-13 14:56:56 E [spec.y:123:section_type] parser: failed to set the node
type
2008-06-13 14:56:56 E [spec.y:243:file_to_xlator_tree] parser: yyparser ()
exited with YYABORT
2008-06-13 14:56:56 E [glusterfs.c:193:xlator_graph_get] glusterfs:
specification file parsing failed, exiting
2008-06-13 14:56:56 E [glusterfs.c:544:main] glusterfs: Unable to get xlator
graph
I got the same message for client.so, as well.
Thanks,
Brent