-
Notifications
You must be signed in to change notification settings - Fork 852
3.3 Milestone 2 does not start successfully #3599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, |
It sounds as if you are not using the starter |
If all this fails, please post the exact way you try to start up the cluster and if you are starting a new one or try to restart an old one. |
removing cluster.my-local-info from the coordinators and db servers worked. (Not sure if removing from all was necessary or not), replacing /usr/bin/arangodb had no effect. Unfortunately, im running into a new issue when creating the databases/initializing the collections. (Looks eerily familiar to the same issue i reported here: #3598) ERROR {cluster} Timeout in _create collection: database: mydb, collId:3010020 {big json object} I was able to get it up and running by creating the databases through the web ui instead of javascript + arangosh. The javascript is something like this edit: update, with the beta1 release I did not run into the second issue. I still experience my original #3598 though. (Although I feel like it is less frequent.) |
Hi @ldap4life , Thanks for opening this ticket So as far as I understand:
Issue #3598 is still open and we can discuss more in that ticket If all the above is correct - I am wondering if we can now close this ticket, or if there are open action items Many Thanks, |
Correct, closing: fix for the original issue was removing |
I'm using the latest ArangoDB of the respective release series:
Mode:
There are 2 vms, each with 2 primary db servers and 2 coordinators. There are 5 agents, 3 on 1 vm, and 2 on the other
Storage-Engine:
On this operating system:
The following problem occurs:
Using the same configuration that works for 3.2.2, after starting the agency, coordinators and db servers fail to completely startup. The processes run, but they never start listening on their ports. The last log from the db server is
2017-11-07T02:02:27Z [11599] INFO {cluster} Starting up with role PRIMARY
In the logs, you can see looping repeating requests from each of the db servers and coordinators that look like this:
2017-11-07T02:05:29Z [11386] INFO {requests} "http-request-end","0x7facfc6eba90","dbserver2:port","POST","HTTP/1.1",412,134,15,"/_api/agency/write",0.000139
2017-11-07T02:05:29Z [11386] INFO {requests} "http-request-end","0x7facfc6eba90","dbserver2:port","POST","HTTP/1.1",200,21,30,"/_api/agency/read",0.000062
2017-11-07T02:05:29Z [11386] INFO {requests} "http-request-end","0x7facfc6eba90","dbserver2:port","POST","HTTP/1.1",200,32,43,"/_api/agency/read",0.000050
2017-11-07T02:05:29Z [11280] INFO {requests} "http-request-end","0x7fed9c340a10","dbserver2:port","POST","HTTP/1.1",307,134,0,"/_api/agency/write",0.000121
Instead I would be expecting: them to startup
The text was updated successfully, but these errors were encountered: