Skip to content

Instantly share code, notes, and snippets.

@argv0
Created April 8, 2010 19:06
Show Gist options
  • Save argv0/360419 to your computer and use it in GitHub Desktop.
Save argv0/360419 to your computer and use it in GitHub Desktop.
100408 11:01:55 InnoDB: Error creating file 'data/innodb/innokeystore/sessions_285449538541191976211657193889899027276549324800.ibd'.
100408 11:01:55 InnoDB: Operating system error number 17 in a file operation.
InnoDB: Error number 17 means 'File exists'.
InnoDB: Check InnoDB website for details
InnoDB: The file already exists though the corresponding table did not
InnoDB: exist in the InnoDB data dictionary. Have you moved InnoDB
InnoDB: .ibd files around without using the SQL commands
InnoDB: DISCARD TABLESPACE and IMPORT TABLESPACE, or did
InnoDB: the server crash in the middle of CREATE TABLE? You can
InnoDB: resolve the problem by removing the file 'data/innodb/innokeystore/sessions_285449538541191976211657193889899027276549324800.ibd'
InnoDB: under the 'datadir' of the server.
=ERROR REPORT==== 8-Apr-2010::11:01:55 ===
** Generic server riak_vnode_master terminating
** Last message in was {'$gen_cast',
{start_vnode,
285449538541191976211657193889899027276549324800}}
** When Server state == {state,12305,
[0,
68507889249886074290797726533575766546371837952,
79925870791533753339264014289171727637433810944,
137015778499772148581595453067151533092743675904,
148433760041419827630061740822747494183805648896,
216941649291305901920859467356323260730177486848,
251195593916248939066258330623111144003363405824,
319703483166135013357056057156686910549735243776,
388211372416021087647853783690262677096107081728,
548063113999088594326381812268606132370974703616,
582317058624031631471780675535394015644160622592,
662242929415565384811044689824565743281594433536,
753586781748746817198774991869333432010090217472,
822094670998632891489572718402909198556462055424,
833512652540280570538039006158505159647524028416,
902020541790166644828836732692080926193895866368,
970528431040052719119634459225656692740267704320,
1073290264914881830555831049026020342559825461248,
1096126227998177188652763624537212264741949407232,
1107544209539824867701229912292808225833011380224,
1141798154164767904846628775559596109106197299200,
1164634117248063262943561351070788031288321245184,
1233142006497949337234359077604363797834693083136,
1381575766539369164864420818427111292018498732032,
1415829711164312202009819681693899175291684651008,
1450083655789255239155218544960687058564870569984]}
** Reason for termination ==
** {{badmatch,{error,{{case_clause,{error,"Tablespace already exists"}},
[{lists,all,2},
{riak_vnode,do_handoff,2},
{riak_vnode,init,1},
{gen_fsm,init_it,6},
{proc_lib,init_p_do_apply,3}]}}},
[{riak_vnode_master,get_vnode,2},
{riak_vnode_master,handle_cast,2},
{gen_server,handle_msg,5},
{proc_lib,init_p_do_apply,3}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment