How can I get resources to appear in my Apache Mesos server?
I tried to follow this directions to configure an Apache Mesos cluster on Ubuntu 18.x servers.
I have never gotten this to work. I'm setting this up for the first time as a proof of concept. The web UI comes up, but there are no resources. Everything is at 0. I have three masters and two slaves.
I tried rebooting servers. I tried analyzing logs.
I'd like to learn more about Zookeeper. In /var/log/zookeeper/ there is a log file that shows on a few Zookeeper servers, I see attempts to connect to ports such as 47250, 48246, 49982, 56350, and 57426. (For the sake of learning more about Zookeeper, how are these ports chosen? Is it at random?) I cannot find these specific ports in configuration files. None of the five servers I have listen on these ports.
Here is what I see in /var/log/zookeeper/zookeeper.log:
2019-01-01 03:39:47,549 - INFO [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1033] - Closed socket connection for client /x.x.x.x:48246 which had sessionid 0x167f7d4e4940004
2019-01-01 03:39:52,000 - INFO [SessionTracker:ZooKeeperServer@358] - Expiring session 0x167f7d4e4940007, timeout of 10000ms exceeded
2019-01-01 03:39:52,000 - INFO [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x167f7d4e4940007
2019-01-01 03:39:54,000 - INFO [SessionTracker:ZooKeeperServer@358] - Expiring session 0x167f7d4e4940008, timeout of 10000ms exceeded
2019-01-01 03:39:54,001 - INFO [SessionTracker:ZooKeeperServer@358] - Expiring session 0x167f7d4e4940003, timeout of 10000ms exceeded
2019-01-01 03:39:54,001 - INFO [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x167f7d4e4940008
2019-01-01 03:39:54,001 - INFO [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x167f7d4e4940003
2019-01-01 03:39:56,000 - INFO [SessionTracker:ZooKeeperServer@358] - Expiring session 0x167f7d4e4940004, timeout of 10000ms exceeded
2019-01-01 03:39:56,001 - INFO [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x167f7d4e4940004
2019-01-01 03:39:58,001 - INFO [SessionTracker:ZooKeeperServer@358] - Expiring session 0x167f7d4e4940005, timeout of 10000ms exceeded
2019-01-01 03:39:58,001 - INFO [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x167f7d4e4940005
2019-01-01 03:44:28,520 - WARN [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@357] - caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x167f7d4e4940006, likely client has closed socket
at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:230)
at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
at java.lang.Thread.run(Thread.java:748)
How can I get resources to appear in my Apache Mesos server?
apache-zookeeper mesos mesosphere
add a comment |
I tried to follow this directions to configure an Apache Mesos cluster on Ubuntu 18.x servers.
I have never gotten this to work. I'm setting this up for the first time as a proof of concept. The web UI comes up, but there are no resources. Everything is at 0. I have three masters and two slaves.
I tried rebooting servers. I tried analyzing logs.
I'd like to learn more about Zookeeper. In /var/log/zookeeper/ there is a log file that shows on a few Zookeeper servers, I see attempts to connect to ports such as 47250, 48246, 49982, 56350, and 57426. (For the sake of learning more about Zookeeper, how are these ports chosen? Is it at random?) I cannot find these specific ports in configuration files. None of the five servers I have listen on these ports.
Here is what I see in /var/log/zookeeper/zookeeper.log:
2019-01-01 03:39:47,549 - INFO [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1033] - Closed socket connection for client /x.x.x.x:48246 which had sessionid 0x167f7d4e4940004
2019-01-01 03:39:52,000 - INFO [SessionTracker:ZooKeeperServer@358] - Expiring session 0x167f7d4e4940007, timeout of 10000ms exceeded
2019-01-01 03:39:52,000 - INFO [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x167f7d4e4940007
2019-01-01 03:39:54,000 - INFO [SessionTracker:ZooKeeperServer@358] - Expiring session 0x167f7d4e4940008, timeout of 10000ms exceeded
2019-01-01 03:39:54,001 - INFO [SessionTracker:ZooKeeperServer@358] - Expiring session 0x167f7d4e4940003, timeout of 10000ms exceeded
2019-01-01 03:39:54,001 - INFO [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x167f7d4e4940008
2019-01-01 03:39:54,001 - INFO [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x167f7d4e4940003
2019-01-01 03:39:56,000 - INFO [SessionTracker:ZooKeeperServer@358] - Expiring session 0x167f7d4e4940004, timeout of 10000ms exceeded
2019-01-01 03:39:56,001 - INFO [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x167f7d4e4940004
2019-01-01 03:39:58,001 - INFO [SessionTracker:ZooKeeperServer@358] - Expiring session 0x167f7d4e4940005, timeout of 10000ms exceeded
2019-01-01 03:39:58,001 - INFO [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x167f7d4e4940005
2019-01-01 03:44:28,520 - WARN [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@357] - caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x167f7d4e4940006, likely client has closed socket
at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:230)
at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
at java.lang.Thread.run(Thread.java:748)
How can I get resources to appear in my Apache Mesos server?
apache-zookeeper mesos mesosphere
add a comment |
I tried to follow this directions to configure an Apache Mesos cluster on Ubuntu 18.x servers.
I have never gotten this to work. I'm setting this up for the first time as a proof of concept. The web UI comes up, but there are no resources. Everything is at 0. I have three masters and two slaves.
I tried rebooting servers. I tried analyzing logs.
I'd like to learn more about Zookeeper. In /var/log/zookeeper/ there is a log file that shows on a few Zookeeper servers, I see attempts to connect to ports such as 47250, 48246, 49982, 56350, and 57426. (For the sake of learning more about Zookeeper, how are these ports chosen? Is it at random?) I cannot find these specific ports in configuration files. None of the five servers I have listen on these ports.
Here is what I see in /var/log/zookeeper/zookeeper.log:
2019-01-01 03:39:47,549 - INFO [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1033] - Closed socket connection for client /x.x.x.x:48246 which had sessionid 0x167f7d4e4940004
2019-01-01 03:39:52,000 - INFO [SessionTracker:ZooKeeperServer@358] - Expiring session 0x167f7d4e4940007, timeout of 10000ms exceeded
2019-01-01 03:39:52,000 - INFO [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x167f7d4e4940007
2019-01-01 03:39:54,000 - INFO [SessionTracker:ZooKeeperServer@358] - Expiring session 0x167f7d4e4940008, timeout of 10000ms exceeded
2019-01-01 03:39:54,001 - INFO [SessionTracker:ZooKeeperServer@358] - Expiring session 0x167f7d4e4940003, timeout of 10000ms exceeded
2019-01-01 03:39:54,001 - INFO [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x167f7d4e4940008
2019-01-01 03:39:54,001 - INFO [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x167f7d4e4940003
2019-01-01 03:39:56,000 - INFO [SessionTracker:ZooKeeperServer@358] - Expiring session 0x167f7d4e4940004, timeout of 10000ms exceeded
2019-01-01 03:39:56,001 - INFO [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x167f7d4e4940004
2019-01-01 03:39:58,001 - INFO [SessionTracker:ZooKeeperServer@358] - Expiring session 0x167f7d4e4940005, timeout of 10000ms exceeded
2019-01-01 03:39:58,001 - INFO [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x167f7d4e4940005
2019-01-01 03:44:28,520 - WARN [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@357] - caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x167f7d4e4940006, likely client has closed socket
at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:230)
at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
at java.lang.Thread.run(Thread.java:748)
How can I get resources to appear in my Apache Mesos server?
apache-zookeeper mesos mesosphere
I tried to follow this directions to configure an Apache Mesos cluster on Ubuntu 18.x servers.
I have never gotten this to work. I'm setting this up for the first time as a proof of concept. The web UI comes up, but there are no resources. Everything is at 0. I have three masters and two slaves.
I tried rebooting servers. I tried analyzing logs.
I'd like to learn more about Zookeeper. In /var/log/zookeeper/ there is a log file that shows on a few Zookeeper servers, I see attempts to connect to ports such as 47250, 48246, 49982, 56350, and 57426. (For the sake of learning more about Zookeeper, how are these ports chosen? Is it at random?) I cannot find these specific ports in configuration files. None of the five servers I have listen on these ports.
Here is what I see in /var/log/zookeeper/zookeeper.log:
2019-01-01 03:39:47,549 - INFO [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1033] - Closed socket connection for client /x.x.x.x:48246 which had sessionid 0x167f7d4e4940004
2019-01-01 03:39:52,000 - INFO [SessionTracker:ZooKeeperServer@358] - Expiring session 0x167f7d4e4940007, timeout of 10000ms exceeded
2019-01-01 03:39:52,000 - INFO [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x167f7d4e4940007
2019-01-01 03:39:54,000 - INFO [SessionTracker:ZooKeeperServer@358] - Expiring session 0x167f7d4e4940008, timeout of 10000ms exceeded
2019-01-01 03:39:54,001 - INFO [SessionTracker:ZooKeeperServer@358] - Expiring session 0x167f7d4e4940003, timeout of 10000ms exceeded
2019-01-01 03:39:54,001 - INFO [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x167f7d4e4940008
2019-01-01 03:39:54,001 - INFO [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x167f7d4e4940003
2019-01-01 03:39:56,000 - INFO [SessionTracker:ZooKeeperServer@358] - Expiring session 0x167f7d4e4940004, timeout of 10000ms exceeded
2019-01-01 03:39:56,001 - INFO [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x167f7d4e4940004
2019-01-01 03:39:58,001 - INFO [SessionTracker:ZooKeeperServer@358] - Expiring session 0x167f7d4e4940005, timeout of 10000ms exceeded
2019-01-01 03:39:58,001 - INFO [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x167f7d4e4940005
2019-01-01 03:44:28,520 - WARN [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@357] - caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x167f7d4e4940006, likely client has closed socket
at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:230)
at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
at java.lang.Thread.run(Thread.java:748)
How can I get resources to appear in my Apache Mesos server?
apache-zookeeper mesos mesosphere
apache-zookeeper mesos mesosphere
edited Jan 3 at 10:26


janisz
5,28632552
5,28632552
asked Jan 2 at 8:07
Kamal S.Kamal S.
11
11
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54003086%2fhow-can-i-get-resources-to-appear-in-my-apache-mesos-server%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54003086%2fhow-can-i-get-resources-to-appear-in-my-apache-mesos-server%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown