[root@localhost build]# ./bin/mesos-slave.sh --master=192.168.17.143:5050
I0523 00:43:17.291138 3364 main.cpp:223] Build: 2016-05-19 19:58:46 by root
I0523 00:43:17.294325 3364 main.cpp:225] Version: 0.28.0
I0523 00:43:17.345960 3364 containerizer.cpp:149] Using isolation: posix/cpu,posix/mem,filesystem/posix
Failed to create a containerizer: Could not create MesosContainerizer: Failed to create launcher: Failed to create Linux launcher: Failed to mount cgroups hierarchy at '/sys/fs/cgroup/freezer': Failed to create directory '/sys/fs/cgroup/freezer': No such file or directory
[root@localhost build]# ./bin/mesos-master.sh --ip=192.168.17.149 --work_dir=/var/lib/mesos
I0523 00:45:54.722147 3401 main.cpp:237] Build: 2016-05-19 19:58:46 by root
I0523 00:45:54.728183 3401 main.cpp:239] Version: 0.28.0
I0523 00:45:54.732854 3401 main.cpp:260] Using 'HierarchicalDRF' allocator
I0523 00:45:54.769894 3401 leveldb.cpp:174] Opened db in 35.175091ms
I0523 00:45:54.787256 3401 leveldb.cpp:181] Compacted db in 16.997952ms
I0523 00:45:54.788733 3401 leveldb.cpp:196] Created db iterator in 48755ns
I0523 00:45:54.789032 3401 leveldb.cpp:202] Seeked to beginning of db in 14976ns
I0523 00:45:54.789654 3401 leveldb.cpp:271] Iterated through 3 keys in the db in 605160ns
I0523 00:45:54.789883 3401 replica.cpp:779] Replica recovered with log positions 23 -> 24 with 0 holes and 0 unlearned
I0523 00:45:54.798809 3415 recover.cpp:447] Starting replica recovery
I0523 00:45:54.800703 3415 recover.cpp:473] Replica is in VOTING status
I0523 00:45:54.803148 3415 recover.cpp:462] Recover process terminated
I0523 00:45:54.805263 3401 main.cpp:471] Starting Mesos master
I0523 00:45:54.828323 3401 master.cpp:375] Master a16b813c-4154-471d-9628-a47fa8620af7 (192.168.17.149) started on 192.168.17.149:5050
I0523 00:45:54.830768 3401 master.cpp:377] Flags at startup: --allocation_interval="1secs" --allocator="HierarchicalDRF" --authenticate="false" --authenticate_http="false" --authenticate_slaves="false" --authenticators="crammd5" --authorizers="local" --framework_sorter="drf" --help="false" --hostname_lookup="true" --http_authenticators="basic" --initialize_driver_logging="true" --ip="192.168.17.149" --log_auto_initialize="true" --logbufsecs="0" --logging_level="INFO" --max_completed_frameworks="50" --max_completed_tasks_per_framework="1000" --max_slave_ping_timeouts="5" --port="5050" --quiet="false" --recovery_slave_removal_limit="100%" --registry="replicated_log" --registry_fetch_timeout="1mins" --registry_store_timeout="20secs" --registry_strict="false" --root_submissions="true" --slave_ping_timeout="15secs" --slave_reregister_timeout="10mins" --user_sorter="drf" --version="false" --webui_dir="/usr/mesos/build/../src/webui" --work_dir="/var/lib/mesos" --zk_session_timeout="10secs"
I0523 00:45:54.831625 3401 master.cpp:424] Master allowing unauthenticated frameworks to register
I0523 00:45:54.831885 3401 master.cpp:429] Master allowing unauthenticated slaves to register
I0523 00:45:54.831974 3401 master.cpp:467] Using default 'crammd5' authenticator
W0523 00:45:54.832031 3401 authenticator.cpp:511] No credentials provided, authentication requests will be refused
I0523 00:45:54.832952 3401 authenticator.cpp:518] Initializing server SASL
I0523 00:45:54.858667 3421 master.cpp:1711] The newly elected leader is master@192.168.17.149:5050 with id a16b813c-4154-471d-9628-a47fa8620af7
I0523 00:45:54.858997 3421 master.cpp:1724] Elected as the leading master!
I0523 00:45:54.859060 3421 master.cpp:1469] Recovering from registrar
I0523 00:45:54.860019 3417 registrar.cpp:307] Recovering registrar
I0523 00:45:54.864389 3419 log.cpp:659] Attempting to start the writer
I0523 00:45:54.871368 3415 replica.cpp:493] Replica received implicit promise request from (4)@192.168.17.149:5050 with proposal 13
I0523 00:45:54.876684 3415 leveldb.cpp:304] Persisting metadata (8 bytes) to leveldb took 5.205583ms
I0523 00:45:54.876729 3415 replica.cpp:342] Persisted promised to 13
I0523 00:45:54.879849 3415 coordinator.cpp:238] Coordinator attempting to fill missing positions
I0523 00:45:54.880729 3415 log.cpp:675] Writer started with ending position 24
I0523 00:45:54.885881 3419 leveldb.cpp:436] Reading position from leveldb took 82262ns
I0523 00:45:54.887238 3419 leveldb.cpp:436] Reading position from leveldb took 134137ns
I0523 00:45:54.895534 3416 registrar.cpp:340] Successfully fetched the registry (142B) in 35.231232ms
I0523 00:45:54.896051 3416 registrar.cpp:439] Applied 1 operations in 79683ns; attempting to update the 'registry'
I0523 00:45:54.904822 3415 log.cpp:683] Attempting to append 181 bytes to the log
I0523 00:45:54.905355 3415 coordinator.cpp:348] Coordinator attempting to write APPEND action at position 25
I0523 00:45:54.913683 3422 replica.cpp:537] Replica received write request for position 25 from (5)@192.168.17.149:5050
I0523 00:45:54.920477 3422 leveldb.cpp:341] Persisting action (200 bytes) to leveldb took 6.110976ms
I0523 00:45:54.920815 3422 replica.cpp:712] Persisted action at 25
I0523 00:45:54.922519 3418 replica.cpp:691] Replica received learned notice for position 25 from @0.0.0.0:0
I0523 00:45:54.930670 3418 leveldb.cpp:341] Persisting action (202 bytes) to leveldb took 6.555754ms
I0523 00:45:54.930994 3418 replica.cpp:712] Persisted action at 25
I0523 00:45:54.931032 3418 replica.cpp:697] Replica learned APPEND action at position 25
I0523 00:45:54.934043 3417 registrar.cpp:484] Successfully updated the 'registry' in 36.724992ms
I0523 00:45:54.934285 3417 registrar.cpp:370] Successfully recovered registrar
I0523 00:45:54.934947 3422 log.cpp:702] Attempting to truncate the log to 25
I0523 00:45:54.935926 3416 master.cpp:1521] Recovered 0 slaves from the Registry (142B) ; allowing 10mins for slaves to re-register
I0523 00:45:54.937773 3416 coordinator.cpp:348] Coordinator attempting to write TRUNCATE action at position 26
I0523 00:45:54.939327 3419 replica.cpp:537] Replica received write request for position 26 from (6)@192.168.17.149:5050
I0523 00:45:54.945353 3419 leveldb.cpp:341] Persisting action (16 bytes) to leveldb took 5.284611ms
I0523 00:45:54.945634 3419 replica.cpp:712] Persisted action at 26
I0523 00:45:54.946698 3419 replica.cpp:691] Replica received learned notice for position 26 from @0.0.0.0:0
I0523 00:45:54.951581 3419 leveldb.cpp:341] Persisting action (18 bytes) to leveldb took 4.839154ms
I0523 00:45:54.951959 3419 leveldb.cpp:399] Deleting ~2 keys from leveldb took 57053ns
I0523 00:45:54.951983 3419 replica.cpp:712] Persisted action at 26
I0523 00:45:54.952021 3419 replica.cpp:697] Replica learned TRUNCATE action at position 26
I0523 00:43:17.291138 3364 main.cpp:223] Build: 2016-05-19 19:58:46 by root
I0523 00:43:17.294325 3364 main.cpp:225] Version: 0.28.0
I0523 00:43:17.345960 3364 containerizer.cpp:149] Using isolation: posix/cpu,posix/mem,filesystem/posix
Failed to create a containerizer: Could not create MesosContainerizer: Failed to create launcher: Failed to create Linux launcher: Failed to mount cgroups hierarchy at '/sys/fs/cgroup/freezer': Failed to create directory '/sys/fs/cgroup/freezer': No such file or directory
[root@localhost build]# ./bin/mesos-master.sh --ip=192.168.17.149 --work_dir=/var/lib/mesos
I0523 00:45:54.722147 3401 main.cpp:237] Build: 2016-05-19 19:58:46 by root
I0523 00:45:54.728183 3401 main.cpp:239] Version: 0.28.0
I0523 00:45:54.732854 3401 main.cpp:260] Using 'HierarchicalDRF' allocator
I0523 00:45:54.769894 3401 leveldb.cpp:174] Opened db in 35.175091ms
I0523 00:45:54.787256 3401 leveldb.cpp:181] Compacted db in 16.997952ms
I0523 00:45:54.788733 3401 leveldb.cpp:196] Created db iterator in 48755ns
I0523 00:45:54.789032 3401 leveldb.cpp:202] Seeked to beginning of db in 14976ns
I0523 00:45:54.789654 3401 leveldb.cpp:271] Iterated through 3 keys in the db in 605160ns
I0523 00:45:54.789883 3401 replica.cpp:779] Replica recovered with log positions 23 -> 24 with 0 holes and 0 unlearned
I0523 00:45:54.798809 3415 recover.cpp:447] Starting replica recovery
I0523 00:45:54.800703 3415 recover.cpp:473] Replica is in VOTING status
I0523 00:45:54.803148 3415 recover.cpp:462] Recover process terminated
I0523 00:45:54.805263 3401 main.cpp:471] Starting Mesos master
I0523 00:45:54.828323 3401 master.cpp:375] Master a16b813c-4154-471d-9628-a47fa8620af7 (192.168.17.149) started on 192.168.17.149:5050
I0523 00:45:54.830768 3401 master.cpp:377] Flags at startup: --allocation_interval="1secs" --allocator="HierarchicalDRF" --authenticate="false" --authenticate_http="false" --authenticate_slaves="false" --authenticators="crammd5" --authorizers="local" --framework_sorter="drf" --help="false" --hostname_lookup="true" --http_authenticators="basic" --initialize_driver_logging="true" --ip="192.168.17.149" --log_auto_initialize="true" --logbufsecs="0" --logging_level="INFO" --max_completed_frameworks="50" --max_completed_tasks_per_framework="1000" --max_slave_ping_timeouts="5" --port="5050" --quiet="false" --recovery_slave_removal_limit="100%" --registry="replicated_log" --registry_fetch_timeout="1mins" --registry_store_timeout="20secs" --registry_strict="false" --root_submissions="true" --slave_ping_timeout="15secs" --slave_reregister_timeout="10mins" --user_sorter="drf" --version="false" --webui_dir="/usr/mesos/build/../src/webui" --work_dir="/var/lib/mesos" --zk_session_timeout="10secs"
I0523 00:45:54.831625 3401 master.cpp:424] Master allowing unauthenticated frameworks to register
I0523 00:45:54.831885 3401 master.cpp:429] Master allowing unauthenticated slaves to register
I0523 00:45:54.831974 3401 master.cpp:467] Using default 'crammd5' authenticator
W0523 00:45:54.832031 3401 authenticator.cpp:511] No credentials provided, authentication requests will be refused
I0523 00:45:54.832952 3401 authenticator.cpp:518] Initializing server SASL
I0523 00:45:54.858667 3421 master.cpp:1711] The newly elected leader is master@192.168.17.149:5050 with id a16b813c-4154-471d-9628-a47fa8620af7
I0523 00:45:54.858997 3421 master.cpp:1724] Elected as the leading master!
I0523 00:45:54.859060 3421 master.cpp:1469] Recovering from registrar
I0523 00:45:54.860019 3417 registrar.cpp:307] Recovering registrar
I0523 00:45:54.864389 3419 log.cpp:659] Attempting to start the writer
I0523 00:45:54.871368 3415 replica.cpp:493] Replica received implicit promise request from (4)@192.168.17.149:5050 with proposal 13
I0523 00:45:54.876684 3415 leveldb.cpp:304] Persisting metadata (8 bytes) to leveldb took 5.205583ms
I0523 00:45:54.876729 3415 replica.cpp:342] Persisted promised to 13
I0523 00:45:54.879849 3415 coordinator.cpp:238] Coordinator attempting to fill missing positions
I0523 00:45:54.880729 3415 log.cpp:675] Writer started with ending position 24
I0523 00:45:54.885881 3419 leveldb.cpp:436] Reading position from leveldb took 82262ns
I0523 00:45:54.887238 3419 leveldb.cpp:436] Reading position from leveldb took 134137ns
I0523 00:45:54.895534 3416 registrar.cpp:340] Successfully fetched the registry (142B) in 35.231232ms
I0523 00:45:54.896051 3416 registrar.cpp:439] Applied 1 operations in 79683ns; attempting to update the 'registry'
I0523 00:45:54.904822 3415 log.cpp:683] Attempting to append 181 bytes to the log
I0523 00:45:54.905355 3415 coordinator.cpp:348] Coordinator attempting to write APPEND action at position 25
I0523 00:45:54.913683 3422 replica.cpp:537] Replica received write request for position 25 from (5)@192.168.17.149:5050
I0523 00:45:54.920477 3422 leveldb.cpp:341] Persisting action (200 bytes) to leveldb took 6.110976ms
I0523 00:45:54.920815 3422 replica.cpp:712] Persisted action at 25
I0523 00:45:54.922519 3418 replica.cpp:691] Replica received learned notice for position 25 from @0.0.0.0:0
I0523 00:45:54.930670 3418 leveldb.cpp:341] Persisting action (202 bytes) to leveldb took 6.555754ms
I0523 00:45:54.930994 3418 replica.cpp:712] Persisted action at 25
I0523 00:45:54.931032 3418 replica.cpp:697] Replica learned APPEND action at position 25
I0523 00:45:54.934043 3417 registrar.cpp:484] Successfully updated the 'registry' in 36.724992ms
I0523 00:45:54.934285 3417 registrar.cpp:370] Successfully recovered registrar
I0523 00:45:54.934947 3422 log.cpp:702] Attempting to truncate the log to 25
I0523 00:45:54.935926 3416 master.cpp:1521] Recovered 0 slaves from the Registry (142B) ; allowing 10mins for slaves to re-register
I0523 00:45:54.937773 3416 coordinator.cpp:348] Coordinator attempting to write TRUNCATE action at position 26
I0523 00:45:54.939327 3419 replica.cpp:537] Replica received write request for position 26 from (6)@192.168.17.149:5050
I0523 00:45:54.945353 3419 leveldb.cpp:341] Persisting action (16 bytes) to leveldb took 5.284611ms
I0523 00:45:54.945634 3419 replica.cpp:712] Persisted action at 26
I0523 00:45:54.946698 3419 replica.cpp:691] Replica received learned notice for position 26 from @0.0.0.0:0
I0523 00:45:54.951581 3419 leveldb.cpp:341] Persisting action (18 bytes) to leveldb took 4.839154ms
I0523 00:45:54.951959 3419 leveldb.cpp:399] Deleting ~2 keys from leveldb took 57053ns
I0523 00:45:54.951983 3419 replica.cpp:712] Persisted action at 26
I0523 00:45:54.952021 3419 replica.cpp:697] Replica learned TRUNCATE action at position 26