[
https://issues.apache.org/jira/browse/MESOS-3273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14700233#comment-14700233
]
Vinod Kone commented on MESOS-3273:
-----------------------------------
This a trace from a different test iteration that exhibits the original
behavior described in the ticket description (i.e., scheduler doesn't send a
SUBSCRIBE).
{code}
[----------] Global test environment set-up.
[----------] 1 test from ExamplesTest
[ RUN ] ExamplesTest.EventCallFramework
Using temporary directory '/tmp/ExamplesTest_EventCallFramework_gBzJlY'
I0817 20:02:48.125079 47640 scheduler.cpp:157] Version: 0.24.0
I0817 20:02:48.293411 47640 leveldb.cpp:176] Opened db in 161.409796ms
I0817 20:02:48.309515 47640 leveldb.cpp:183] Compacted db in 16.0622ms
I0817 20:02:48.309605 47640 leveldb.cpp:198] Created db iterator in 42741ns
I0817 20:02:48.309634 47640 leveldb.cpp:204] Seeked to beginning of db in 2868ns
I0817 20:02:48.309650 47640 leveldb.cpp:273] Iterated through 0 keys in the db
in 260ns
I0817 20:02:48.309815 47640 replica.cpp:744] Replica recovered with log
positions 0 -> 0 with 1 holes and 0 unlearned
I0817 20:02:48.311734 47640 local.cpp:241] Using 'local' authorizer
I0817 20:02:48.311909 47663 recover.cpp:449] Starting replica recovery
I0817 20:02:48.312535 47663 recover.cpp:475] Replica is in EMPTY status
I0817 20:02:48.313920 47679 master.cpp:378] Master
20150817-200248-1828659978-42709-47640 (smfd-atr-11-sr1.devel.twitter.com)
started on 10.35.255.108:42709
I0817 20:02:48.313949 47679 master.cpp:380] Flags at startup:
--acls="permissive: false
register_frameworks {
principals {
type: SOME
values: "test-principal"
}
roles {
type: SOME
values: "*"
}
}
run_tasks {
principals {
type: SOME
values: "test-principal"
}
users {
type: SOME
values: "root"
}
}
" --allocation_interval="1secs" --allocator="HierarchicalDRF"
--authenticate="false" --authenticate_slaves="false" --authenticators="crammd5"
--authorizers="local"
--credentials="/tmp/ExamplesTest_EventCallFramework_gBzJlY/credentials"
--framework_sorter="drf" --help="false" --initialize_driver_logging="true"
--log_auto_initialize="true" --logbufsecs="0" --logging_level="INFO"
--max_slave_ping_timeouts="5" --quiet="false"
--recovery_slave_removal_limit="100%" --registry="replicated_log"
--registry_fetch_timeout="1mins" --registry_store_timeout="5secs"
--registry_strict="false" --root_submissions="true"
--slave_ping_timeout="15secs" --slave_reregister_timeout="10mins"
--user_sorter="drf" --version="false" --webui_dir="/home/vinod/mesos/src/webui"
--work_dir="/tmp/mesos-j47645" --zk_session_timeout="10secs"
I0817 20:02:48.314568 47679 master.cpp:427] Master allowing unauthenticated
frameworks to register
I0817 20:02:48.314579 47679 master.cpp:432] Master allowing unauthenticated
slaves to register
I0817 20:02:48.314589 47679 credentials.hpp:37] Loading credentials for
authentication from '/tmp/ExamplesTest_EventCallFramework_gBzJlY/credentials'
W0817 20:02:48.314798 47679 credentials.hpp:52] Permissions on credentials file
'/tmp/ExamplesTest_EventCallFramework_gBzJlY/credentials' are too open. It is
recommended that your credentials file is NOT accessible by others.
I0817 20:02:48.314983 47679 master.cpp:469] Using default 'crammd5'
authenticator
I0817 20:02:48.315184 47679 authenticator.cpp:512] Initializing server SASL
I0817 20:02:48.315634 47675 replica.cpp:641] Replica in EMPTY status received a
broadcasted recover request
I0817 20:02:48.316375 47666 recover.cpp:195] Received a recover response from a
replica in EMPTY status
I0817 20:02:48.317276 47670 recover.cpp:566] Updating replica status to STARTING
I0817 20:02:48.318356 47640 containerizer.cpp:143] Using isolation:
posix/cpu,posix/mem,filesystem/posix
I0817 20:02:48.318434 47679 master.cpp:506] Authorization enabled
I0817 20:02:48.323303 47676 slave.cpp:190] Slave started on
1)@10.35.255.108:42709
I0817 20:02:48.323328 47676 slave.cpp:191] Flags at startup:
--appc_store_dir="/tmp/mesos/store/appc" --authenticatee="crammd5"
--cgroups_cpu_enable_pids_and_tids_count="false" --cgroups_enable_cfs="false"
--cgroups_hierarchy="/sys/fs/cgroup" --cgroups_limit_swap="false"
--cgroups_root="mesos" --container_disk_watch_interval="15secs"
--containerizers="mesos" --default_role="*" --disk_watch_interval="1mins"
--docker="docker" --docker_kill_orphans="true" --docker_remove_delay="6hrs"
--docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns"
--enforce_container_disk_quota="false" --executor_registration_timeout="1mins"
--executor_shutdown_grace_period="5secs" --fetcher_cache_dir="/tmp/mesos/fetch"
--fetcher_cache_size="2GB" --frameworks_home="" --gc_delay="1weeks"
--gc_disk_headroom="0.1" --hadoop_home="" --help="false"
--initialize_driver_logging="true" --isolation="posix/cpu,posix/mem"
--launcher_dir="/home/vinod/mesos/build/src" --logbufsecs="0"
--logging_level="INFO" --oversubscribed_resources_interval="15secs"
--perf_duration="10secs" --perf_interval="1mins"
--qos_correction_interval_min="0ns" --quiet="false" --recover="reconnect"
--recovery_timeout="15mins" --registration_backoff_factor="1secs"
--resource_monitoring_interval="1secs" --resources="cpus:2;mem:10240"
--revocable_cpu_low_priority="true" --sandbox_directory="/mnt/mesos/sandbox"
--strict="true" --switch_user="true" --version="false"
--work_dir="/tmp/mesos-j47645/0"
I0817 20:02:48.324440 47640 containerizer.cpp:143] Using isolation:
posix/cpu,posix/mem,filesystem/posix
I0817 20:02:48.324724 47676 slave.cpp:354] Slave resources: cpus(*):2;
mem(*):10240; disk(*):454767; ports(*):[31000-32000]
I0817 20:02:48.325157 47660 master.cpp:1525] The newly elected leader is
[email protected]:42709 with id 20150817-200248-1828659978-42709-47640
I0817 20:02:48.325199 47660 master.cpp:1538] Elected as the leading master!
I0817 20:02:48.325233 47660 master.cpp:1308] Recovering from registrar
I0817 20:02:48.325237 47676 slave.cpp:384] Slave hostname:
smfd-atr-11-sr1.devel.twitter.com
I0817 20:02:48.325253 47676 slave.cpp:389] Slave checkpoint: true
I0817 20:02:48.325675 47672 registrar.cpp:311] Recovering registrar
I0817 20:02:48.327256 47666 state.cpp:54] Recovering state from
'/tmp/mesos-j47645/0/meta'
I0817 20:02:48.327527 47678 slave.cpp:190] Slave started on
2)@10.35.255.108:42709
I0817 20:02:48.327947 47675 status_update_manager.cpp:202] Recovering status
update manager
I0817 20:02:48.327563 47678 slave.cpp:191] Flags at startup:
--appc_store_dir="/tmp/mesos/store/appc" --authenticatee="crammd5"
--cgroups_cpu_enable_pids_and_tids_count="false" --cgroups_enable_cfs="false"
--cgroups_hierarchy="/sys/fs/cgroup" --cgroups_limit_swap="false"
--cgroups_root="mesos" --container_disk_watch_interval="15secs"
--containerizers="mesos" --default_role="*" --disk_watch_interval="1mins"
--docker="docker" --docker_kill_orphans="true" --docker_remove_delay="6hrs"
--docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns"
--enforce_container_disk_quota="false" --executor_registration_timeout="1mins"
--executor_shutdown_grace_period="5secs" --fetcher_cache_dir="/tmp/mesos/fetch"
--fetcher_cache_size="2GB" --frameworks_home="" --gc_delay="1weeks"
--gc_disk_headroom="0.1" --hadoop_home="" --help="false"
--initialize_driver_logging="true" --isolation="posix/cpu,posix/mem"
--launcher_dir="/home/vinod/mesos/build/src" --logbufsecs="0"
--logging_level="INFO" --oversubscribed_resources_interval="15secs"
--perf_duration="10secs" --perf_interval="1mins"
--qos_correction_interval_min="0ns" --quiet="false" --recover="reconnect"
--recovery_timeout="15mins" --registration_backoff_factor="1secs"
--resource_monitoring_interval="1secs" --resources="cpus:2;mem:10240"
--revocable_cpu_low_priority="true" --sandbox_directory="/mnt/mesos/sandbox"
--strict="true" --switch_user="true" --version="false"
--work_dir="/tmp/mesos-j47645/1"
I0817 20:02:48.328207 47665 containerizer.cpp:379] Recovering containerizer
I0817 20:02:48.329272 47640 containerizer.cpp:143] Using isolation:
posix/cpu,posix/mem,filesystem/posix
I0817 20:02:48.329290 47678 slave.cpp:354] Slave resources: cpus(*):2;
mem(*):10240; disk(*):454767; ports(*):[31000-32000]
I0817 20:02:48.330018 47678 slave.cpp:384] Slave hostname:
smfd-atr-11-sr1.devel.twitter.com
I0817 20:02:48.330111 47678 slave.cpp:389] Slave checkpoint: true
I0817 20:02:48.330608 47679 slave.cpp:4069] Finished recovery
I0817 20:02:48.330890 47663 state.cpp:54] Recovering state from
'/tmp/mesos-j47645/1/meta'
I0817 20:02:48.331096 47679 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:02:48.331662 47681 status_update_manager.cpp:202] Recovering status
update manager
I0817 20:02:48.332301 47661 status_update_manager.cpp:176] Pausing sending
status updates
I0817 20:02:48.332352 47679 slave.cpp:684] New master detected at
[email protected]:42709
I0817 20:02:48.332490 47661 containerizer.cpp:379] Recovering containerizer
I0817 20:02:48.332494 47679 slave.cpp:709] No credentials provided. Attempting
to register without authentication
I0817 20:02:48.332664 47679 slave.cpp:720] Detecting new master
I0817 20:02:48.332753 47679 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:02:48.333678 47667 slave.cpp:4069] Finished recovery
I0817 20:02:48.333927 47675 slave.cpp:190] Slave started on
3)@10.35.255.108:42709
I0817 20:02:48.334120 47667 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:02:48.333952 47675 slave.cpp:191] Flags at startup:
--appc_store_dir="/tmp/mesos/store/appc" --authenticatee="crammd5"
--cgroups_cpu_enable_pids_and_tids_count="false" --cgroups_enable_cfs="false"
--cgroups_hierarchy="/sys/fs/cgroup" --cgroups_limit_swap="false"
--cgroups_root="mesos" --container_disk_watch_interval="15secs"
--containerizers="mesos" --default_role="*" --disk_watch_interval="1mins"
--docker="docker" --docker_kill_orphans="true" --docker_remove_delay="6hrs"
--docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns"
--enforce_container_disk_quota="false" --executor_registration_timeout="1mins"
--executor_shutdown_grace_period="5secs" --fetcher_cache_dir="/tmp/mesos/fetch"
--fetcher_cache_size="2GB" --frameworks_home="" --gc_delay="1weeks"
--gc_disk_headroom="0.1" --hadoop_home="" --help="false"
--initialize_driver_logging="true" --isolation="posix/cpu,posix/mem"
--launcher_dir="/home/vinod/mesos/build/src" --logbufsecs="0"
--logging_level="INFO" --oversubscribed_resources_interval="15secs"
--perf_duration="10secs" --perf_interval="1mins"
--qos_correction_interval_min="0ns" --quiet="false" --recover="reconnect"
--recovery_timeout="15mins" --registration_backoff_factor="1secs"
--resource_monitoring_interval="1secs" --resources="cpus:2;mem:10240"
--revocable_cpu_low_priority="true" --sandbox_directory="/mnt/mesos/sandbox"
--strict="true" --switch_user="true" --version="false"
--work_dir="/tmp/mesos-j47645/2"
I0817 20:02:48.334230 47674 status_update_manager.cpp:176] Pausing sending
status updates
I0817 20:02:48.334245 47667 slave.cpp:684] New master detected at
[email protected]:42709
I0817 20:02:48.334306 47667 slave.cpp:709] No credentials provided. Attempting
to register without authentication
I0817 20:02:48.334341 47667 slave.cpp:720] Detecting new master
I0817 20:02:48.334477 47667 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:02:48.335167 47675 slave.cpp:354] Slave resources: cpus(*):2;
mem(*):10240; disk(*):454767; ports(*):[31000-32000]
I0817 20:02:48.335438 47675 slave.cpp:384] Slave hostname:
smfd-atr-11-sr1.devel.twitter.com
I0817 20:02:48.335465 47675 slave.cpp:389] Slave checkpoint: true
I0817 20:02:48.336022 47683 state.cpp:54] Recovering state from
'/tmp/mesos-j47645/2/meta'
I0817 20:02:48.336626 47664 status_update_manager.cpp:202] Recovering status
update manager
I0817 20:02:48.336841 47675 containerizer.cpp:379] Recovering containerizer
I0817 20:02:48.339213 47683 slave.cpp:4069] Finished recovery
I0817 20:02:48.339499 47683 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:02:48.339637 47683 slave.cpp:684] New master detected at
[email protected]:42709
I0817 20:02:48.339679 47668 status_update_manager.cpp:176] Pausing sending
status updates
I0817 20:02:48.339895 47683 slave.cpp:709] No credentials provided. Attempting
to register without authentication
I0817 20:02:48.339956 47683 slave.cpp:720] Detecting new master
I0817 20:02:48.340039 47683 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:02:48.360288 47669 leveldb.cpp:306] Persisting metadata (8 bytes) to
leveldb took 42.533881ms
I0817 20:02:48.360333 47669 replica.cpp:323] Persisted replica status to
STARTING
I0817 20:02:48.360765 47681 recover.cpp:475] Replica is in STARTING status
I0817 20:02:48.361826 47662 replica.cpp:641] Replica in STARTING status
received a broadcasted recover request
I0817 20:02:48.362196 47663 recover.cpp:195] Received a recover response from a
replica in STARTING status
I0817 20:02:48.363127 47669 recover.cpp:566] Updating replica status to VOTING
I0817 20:02:48.383821 47671 leveldb.cpp:306] Persisting metadata (8 bytes) to
leveldb took 20.318768ms
I0817 20:02:48.383874 47671 replica.cpp:323] Persisted replica status to VOTING
I0817 20:02:48.384012 47678 recover.cpp:580] Successfully joined the Paxos group
I0817 20:02:48.384207 47678 recover.cpp:464] Recover process terminated
I0817 20:02:48.385124 47660 log.cpp:661] Attempting to start the writer
I0817 20:02:48.388417 47680 replica.cpp:477] Replica received implicit promise
request with proposal 1
I0817 20:02:48.400475 47680 leveldb.cpp:306] Persisting metadata (8 bytes) to
leveldb took 11.851747ms
I0817 20:02:48.400529 47680 replica.cpp:345] Persisted promised to 1
I0817 20:02:48.402153 47679 coordinator.cpp:231] Coordinator attemping to fill
missing position
I0817 20:02:48.404059 47682 replica.cpp:378] Replica received explicit promise
request for position 0 with proposal 2
I0817 20:02:48.417143 47682 leveldb.cpp:343] Persisting action (8 bytes) to
leveldb took 12.966672ms
I0817 20:02:48.417201 47682 replica.cpp:679] Persisted action at 0
I0817 20:02:48.419968 47660 replica.cpp:511] Replica received write request for
position 0
I0817 20:02:48.420074 47660 leveldb.cpp:438] Reading position from leveldb took
45361ns
I0817 20:02:48.433841 47660 leveldb.cpp:343] Persisting action (14 bytes) to
leveldb took 13.683629ms
I0817 20:02:48.433897 47660 replica.cpp:679] Persisted action at 0
I0817 20:02:48.434636 47673 replica.cpp:658] Replica received learned notice
for position 0
I0817 20:02:48.450491 47673 leveldb.cpp:343] Persisting action (16 bytes) to
leveldb took 15.764663ms
I0817 20:02:48.450546 47673 replica.cpp:679] Persisted action at 0
I0817 20:02:48.450582 47673 replica.cpp:664] Replica learned NOP action at
position 0
I0817 20:02:48.451218 47671 log.cpp:677] Writer started with ending position 0
I0817 20:02:48.453227 47673 leveldb.cpp:438] Reading position from leveldb took
24061ns
I0817 20:02:48.456646 47672 registrar.cpp:344] Successfully fetched the
registry (0B) in 130.881024ms
I0817 20:02:48.456894 47672 registrar.cpp:443] Applied 1 operations in 63990ns;
attempting to update the 'registry'
I0817 20:02:48.459537 47671 log.cpp:685] Attempting to append 222 bytes to the
log
I0817 20:02:48.459833 47670 coordinator.cpp:341] Coordinator attempting to
write APPEND action at position 1
I0817 20:02:48.460832 47668 replica.cpp:511] Replica received write request for
position 1
I0817 20:02:48.467144 47668 leveldb.cpp:343] Persisting action (241 bytes) to
leveldb took 6.256469ms
I0817 20:02:48.467197 47668 replica.cpp:679] Persisted action at 1
I0817 20:02:48.467941 47675 replica.cpp:658] Replica received learned notice
for position 1
I0817 20:02:48.483801 47675 leveldb.cpp:343] Persisting action (243 bytes) to
leveldb took 15.803693ms
I0817 20:02:48.483855 47675 replica.cpp:679] Persisted action at 1
I0817 20:02:48.483889 47675 replica.cpp:664] Replica learned APPEND action at
position 1
I0817 20:02:48.485134 47673 registrar.cpp:488] Successfully updated the
'registry' in 28.034816ms
I0817 20:02:48.485250 47673 registrar.cpp:374] Successfully recovered registrar
I0817 20:02:48.485545 47670 log.cpp:704] Attempting to truncate the log to 1
I0817 20:02:48.485623 47672 master.cpp:1335] Recovered 0 slaves from the
Registry (183B) ; allowing 10mins for slaves to re-register
I0817 20:02:48.485821 47668 coordinator.cpp:341] Coordinator attempting to
write TRUNCATE action at position 2
I0817 20:02:48.487413 47665 replica.cpp:511] Replica received write request for
position 2
I0817 20:02:48.500469 47665 leveldb.cpp:343] Persisting action (16 bytes) to
leveldb took 13.01462ms
I0817 20:02:48.500524 47665 replica.cpp:679] Persisted action at 2
I0817 20:02:48.501330 47671 replica.cpp:658] Replica received learned notice
for position 2
I0817 20:02:48.517112 47671 leveldb.cpp:343] Persisting action (18 bytes) to
leveldb took 15.740951ms
I0817 20:02:48.517194 47671 leveldb.cpp:401] Deleting ~1 keys from leveldb took
30019ns
I0817 20:02:48.517230 47671 replica.cpp:679] Persisted action at 2
I0817 20:02:48.517256 47671 replica.cpp:664] Replica learned TRUNCATE action at
position 2
I0817 20:02:49.173807 47678 master.cpp:3636] Registering slave at
slave(1)@10.35.255.108:42709 (smfd-atr-11-sr1.devel.twitter.com) with id
20150817-200248-1828659978-42709-47640-S0
I0817 20:02:49.174512 47680 registrar.cpp:443] Applied 1 operations in
125454ns; attempting to update the 'registry'
I0817 20:02:49.176681 47661 log.cpp:685] Attempting to append 414 bytes to the
log
I0817 20:02:49.176913 47683 coordinator.cpp:341] Coordinator attempting to
write APPEND action at position 3
I0817 20:02:49.177523 47671 replica.cpp:511] Replica received write request for
position 3
I0817 20:02:49.191833 47671 leveldb.cpp:343] Persisting action (433 bytes) to
leveldb took 14.254809ms
I0817 20:02:49.191963 47671 replica.cpp:679] Persisted action at 3
I0817 20:02:49.192550 47662 replica.cpp:658] Replica received learned notice
for position 3
I0817 20:02:49.246731 47667 master.cpp:3636] Registering slave at
slave(2)@10.35.255.108:42709 (smfd-atr-11-sr1.devel.twitter.com) with id
20150817-200248-1828659978-42709-47640-S1
I0817 20:02:49.252267 47662 leveldb.cpp:343] Persisting action (435 bytes) to
leveldb took 59.678071ms
I0817 20:02:49.252331 47662 replica.cpp:679] Persisted action at 3
I0817 20:02:49.252388 47662 replica.cpp:664] Replica learned APPEND action at
position 3
I0817 20:02:49.253367 47673 registrar.cpp:488] Successfully updated the
'registry' in 78.771968ms
I0817 20:02:49.253464 47674 log.cpp:704] Attempting to truncate the log to 3
I0817 20:02:49.253656 47673 registrar.cpp:443] Applied 1 operations in 48078ns;
attempting to update the 'registry'
I0817 20:02:49.253751 47663 coordinator.cpp:341] Coordinator attempting to
write TRUNCATE action at position 4
I0817 20:02:49.254513 47681 replica.cpp:511] Replica received write request for
position 4
I0817 20:02:49.254786 47672 master.cpp:3699] Registered slave
20150817-200248-1828659978-42709-47640-S0 at slave(1)@10.35.255.108:42709
(smfd-atr-11-sr1.devel.twitter.com) with cpus(*):2; mem(*):10240;
disk(*):454767; ports(*):[31000-32000]
I0817 20:02:49.254858 47666 slave.cpp:859] Registered with master
[email protected]:42709; given slave ID
20150817-200248-1828659978-42709-47640-S0
I0817 20:02:49.254964 47675 status_update_manager.cpp:183] Resuming sending
status updates
I0817 20:02:49.254967 47676 hierarchical.hpp:540] Added slave
20150817-200248-1828659978-42709-47640-S0 (smfd-atr-11-sr1.devel.twitter.com)
with cpus(*):2; mem(*):10240; disk(*):454767; ports(*):[31000-32000]
(allocated: )
I0817 20:02:49.255440 47666 slave.cpp:918] Forwarding total oversubscribed
resources
I0817 20:02:49.255653 47671 master.cpp:3998] Received update of slave
20150817-200248-1828659978-42709-47640-S0 at slave(1)@10.35.255.108:42709
(smfd-atr-11-sr1.devel.twitter.com) with total oversubscribed resources
I0817 20:02:49.256055 47679 hierarchical.hpp:600] Slave
20150817-200248-1828659978-42709-47640-S0 (smfd-atr-11-sr1.devel.twitter.com)
updated with oversubscribed resources (total: cpus(*):2; mem(*):10240;
disk(*):454767; ports(*):[31000-32000], allocated: )
I0817 20:02:49.275104 47681 leveldb.cpp:343] Persisting action (16 bytes) to
leveldb took 20.550499ms
I0817 20:02:49.275147 47681 replica.cpp:679] Persisted action at 4
I0817 20:02:49.275604 47678 replica.cpp:658] Replica received learned notice
for position 4
I0817 20:02:49.283427 47678 leveldb.cpp:343] Persisting action (18 bytes) to
leveldb took 7.716267ms
I0817 20:02:49.283520 47678 leveldb.cpp:401] Deleting ~2 keys from leveldb took
42739ns
I0817 20:02:49.283556 47678 replica.cpp:679] Persisted action at 4
I0817 20:02:49.283581 47678 replica.cpp:664] Replica learned TRUNCATE action at
position 4
I0817 20:02:49.284128 47667 log.cpp:685] Attempting to append 603 bytes to the
log
I0817 20:02:49.284245 47672 coordinator.cpp:341] Coordinator attempting to
write APPEND action at position 5
I0817 20:02:49.285405 47668 replica.cpp:511] Replica received write request for
position 5
I0817 20:02:49.291725 47668 leveldb.cpp:343] Persisting action (622 bytes) to
leveldb took 6.209225ms
I0817 20:02:49.291779 47668 replica.cpp:679] Persisted action at 5
I0817 20:02:49.292834 47674 replica.cpp:658] Replica received learned notice
for position 5
I0817 20:02:49.300074 47674 leveldb.cpp:343] Persisting action (624 bytes) to
leveldb took 6.970544ms
I0817 20:02:49.300128 47674 replica.cpp:679] Persisted action at 5
I0817 20:02:49.300163 47674 replica.cpp:664] Replica learned APPEND action at
position 5
I0817 20:02:49.301210 47679 registrar.cpp:488] Successfully updated the
'registry' in 47.348992ms
I0817 20:02:49.301401 47680 log.cpp:704] Attempting to truncate the log to 5
I0817 20:02:49.301522 47662 coordinator.cpp:341] Coordinator attempting to
write TRUNCATE action at position 6
I0817 20:02:49.302501 47679 hierarchical.hpp:540] Added slave
20150817-200248-1828659978-42709-47640-S1 (smfd-atr-11-sr1.devel.twitter.com)
with cpus(*):2; mem(*):10240; disk(*):454767; ports(*):[31000-32000]
(allocated: )
I0817 20:02:49.303279 47680 master.cpp:3699] Registered slave
20150817-200248-1828659978-42709-47640-S1 at slave(2)@10.35.255.108:42709
(smfd-atr-11-sr1.devel.twitter.com) with cpus(*):2; mem(*):10240;
disk(*):454767; ports(*):[31000-32000]
I0817 20:02:49.303372 47669 slave.cpp:859] Registered with master
[email protected]:42709; given slave ID
20150817-200248-1828659978-42709-47640-S1
I0817 20:02:49.304107 47663 replica.cpp:511] Replica received write request for
position 6
I0817 20:02:49.304772 47670 status_update_manager.cpp:183] Resuming sending
status updates
I0817 20:02:49.305186 47669 slave.cpp:918] Forwarding total oversubscribed
resources
I0817 20:02:49.305856 47664 master.cpp:3998] Received update of slave
20150817-200248-1828659978-42709-47640-S1 at slave(2)@10.35.255.108:42709
(smfd-atr-11-sr1.devel.twitter.com) with total oversubscribed resources
I0817 20:02:49.306066 47664 hierarchical.hpp:600] Slave
20150817-200248-1828659978-42709-47640-S1 (smfd-atr-11-sr1.devel.twitter.com)
updated with oversubscribed resources (total: cpus(*):2; mem(*):10240;
disk(*):454767; ports(*):[31000-32000], allocated: )
I0817 20:02:49.308388 47663 leveldb.cpp:343] Persisting action (16 bytes) to
leveldb took 4.206195ms
I0817 20:02:49.308477 47663 replica.cpp:679] Persisted action at 6
I0817 20:02:49.309033 47675 replica.cpp:658] Replica received learned notice
for position 6
I0817 20:02:49.316745 47675 leveldb.cpp:343] Persisting action (18 bytes) to
leveldb took 7.632635ms
I0817 20:02:49.316856 47675 leveldb.cpp:401] Deleting ~2 keys from leveldb took
24749ns
I0817 20:02:49.316881 47675 replica.cpp:679] Persisted action at 6
I0817 20:02:49.316910 47675 replica.cpp:664] Replica learned TRUNCATE action at
position 6
I0817 20:02:49.658769 47669 master.cpp:3636] Registering slave at
slave(3)@10.35.255.108:42709 (smfd-atr-11-sr1.devel.twitter.com) with id
20150817-200248-1828659978-42709-47640-S2
I0817 20:02:49.659023 47669 registrar.cpp:443] Applied 1 operations in 46214ns;
attempting to update the 'registry'
I0817 20:02:49.661167 47668 log.cpp:685] Attempting to append 792 bytes to the
log
I0817 20:02:49.661257 47683 coordinator.cpp:341] Coordinator attempting to
write APPEND action at position 7
I0817 20:02:49.661996 47675 replica.cpp:511] Replica received write request for
position 7
I0817 20:02:49.711314 47675 leveldb.cpp:343] Persisting action (811 bytes) to
leveldb took 49.262687ms
I0817 20:02:49.711436 47675 replica.cpp:679] Persisted action at 7
I0817 20:02:49.712038 47668 replica.cpp:658] Replica received learned notice
for position 7
I0817 20:02:49.726662 47668 leveldb.cpp:343] Persisting action (813 bytes) to
leveldb took 14.585693ms
I0817 20:02:49.726719 47668 replica.cpp:679] Persisted action at 7
I0817 20:02:49.726749 47668 replica.cpp:664] Replica learned APPEND action at
position 7
I0817 20:02:49.727843 47662 registrar.cpp:488] Successfully updated the
'registry' in 68.766976ms
I0817 20:02:49.728132 47674 log.cpp:704] Attempting to truncate the log to 7
I0817 20:02:49.728226 47681 coordinator.cpp:341] Coordinator attempting to
write TRUNCATE action at position 8
I0817 20:02:49.728842 47683 replica.cpp:511] Replica received write request for
position 8
I0817 20:02:49.729096 47668 master.cpp:3699] Registered slave
20150817-200248-1828659978-42709-47640-S2 at slave(3)@10.35.255.108:42709
(smfd-atr-11-sr1.devel.twitter.com) with cpus(*):2; mem(*):10240;
disk(*):454767; ports(*):[31000-32000]
I0817 20:02:49.729140 47665 slave.cpp:859] Registered with master
[email protected]:42709; given slave ID
20150817-200248-1828659978-42709-47640-S2
I0817 20:02:49.729167 47677 hierarchical.hpp:540] Added slave
20150817-200248-1828659978-42709-47640-S2 (smfd-atr-11-sr1.devel.twitter.com)
with cpus(*):2; mem(*):10240; disk(*):454767; ports(*):[31000-32000]
(allocated: )
I0817 20:02:49.729280 47678 status_update_manager.cpp:183] Resuming sending
status updates
I0817 20:02:49.729676 47665 slave.cpp:918] Forwarding total oversubscribed
resources
I0817 20:02:49.729795 47665 master.cpp:3998] Received update of slave
20150817-200248-1828659978-42709-47640-S2 at slave(3)@10.35.255.108:42709
(smfd-atr-11-sr1.devel.twitter.com) with total oversubscribed resources
I0817 20:02:49.729964 47665 hierarchical.hpp:600] Slave
20150817-200248-1828659978-42709-47640-S2 (smfd-atr-11-sr1.devel.twitter.com)
updated with oversubscribed resources (total: cpus(*):2; mem(*):10240;
disk(*):454767; ports(*):[31000-32000], allocated: )
I0817 20:02:49.735064 47683 leveldb.cpp:343] Persisting action (16 bytes) to
leveldb took 6.121562ms
I0817 20:02:49.735158 47683 replica.cpp:679] Persisted action at 8
I0817 20:02:49.735734 47674 replica.cpp:658] Replica received learned notice
for position 8
I0817 20:02:49.743316 47674 leveldb.cpp:343] Persisting action (18 bytes) to
leveldb took 7.534185ms
I0817 20:02:49.743456 47674 leveldb.cpp:401] Deleting ~2 keys from leveldb took
33479ns
I0817 20:02:49.743526 47674 replica.cpp:679] Persisted action at 8
I0817 20:02:49.743552 47674 replica.cpp:664] Replica learned TRUNCATE action at
position 8
I0817 20:03:03.334023 47661 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:03:03.334218 47661 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:03:03.335172 47661 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:03:03.335335 47671 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:03:03.340662 47680 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:03:03.340916 47682 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:03:18.334976 47661 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:03:18.335180 47662 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:03:18.336093 47678 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:03:18.336227 47678 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:03:18.341423 47674 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:03:18.341577 47678 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:03:33.335932 47672 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:03:33.336107 47672 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:03:33.337129 47672 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:03:33.337298 47672 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:03:33.342428 47677 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:03:33.342593 47679 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:03:48.326757 47668 slave.cpp:3885] Current disk usage 33.82%. Max
allowed age: 3.932503913473657days
I0817 20:03:48.330942 47663 slave.cpp:3885] Current disk usage 33.82%. Max
allowed age: 3.932503913473657days
I0817 20:03:48.336185 47663 slave.cpp:3885] Current disk usage 33.82%. Max
allowed age: 3.932503913473657days
I0817 20:03:48.337045 47674 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:03:48.337184 47660 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:03:48.338268 47664 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:03:48.338408 47664 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:03:48.343598 47674 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:03:48.343809 47663 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:04:03.338038 47662 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:04:03.338868 47676 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:04:03.339164 47670 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:04:03.339326 47671 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:04:03.344446 47683 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:04:03.344578 47680 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:04:18.339581 47666 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:04:18.339673 47681 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:04:18.339892 47681 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:04:18.339929 47666 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:04:18.345873 47664 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:04:18.345998 47676 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:04:33.340752 47667 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:04:33.340807 47676 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:04:33.340912 47669 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:04:33.341440 47667 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
I0817 20:04:33.346962 47683 slave.cpp:4226] Querying resource estimator for
oversubscribable resources
I0817 20:04:33.347102 47683 slave.cpp:4240] Received oversubscribable resources
from the resource estimator
{code}
gdb trace.
{code}
(gdb) bt
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f88e49 in wait () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5f8cf77 in wait () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00000000004321c3 in wait ()
#7 0x000000000042e448 in main ()
(gdb) thread apply all bt
Thread 27 (Thread 0x7f389d919940 (LWP 47660)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 26 (Thread 0x7f389d118940 (LWP 47661)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 25 (Thread 0x7f389c917940 (LWP 47662)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 24 (Thread 0x7f389c116940 (LWP 47663)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 23 (Thread 0x7f389b915940 (LWP 47664)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 22 (Thread 0x7f389b114940 (LWP 47665)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
---Type <return> to continue, or q <return> to quit---
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 21 (Thread 0x7f389a913940 (LWP 47666)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 20 (Thread 0x7f389a112940 (LWP 47667)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 19 (Thread 0x7f3899911940 (LWP 47668)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 18 (Thread 0x7f3899110940 (LWP 47669)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 17 (Thread 0x7f389890f940 (LWP 47670)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
---Type <return> to continue, or q <return> to quit---
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 16 (Thread 0x7f389810e940 (LWP 47671)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 15 (Thread 0x7f389790d940 (LWP 47672)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 14 (Thread 0x7f389710c940 (LWP 47673)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 13 (Thread 0x7f389690b940 (LWP 47674)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 12 (Thread 0x7f389610a940 (LWP 47675)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
---Type <return> to continue, or q <return> to quit---
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 11 (Thread 0x7f3895909940 (LWP 47676)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 10 (Thread 0x7f3895108940 (LWP 47677)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 9 (Thread 0x7f3894907940 (LWP 47678)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 8 (Thread 0x7f3894106940 (LWP 47679)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 7 (Thread 0x7f3893905940 (LWP 47680)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
---Type <return> to continue, or q <return> to quit---
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 6 (Thread 0x7f3893104940 (LWP 47681)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 5 (Thread 0x7f3892903940 (LWP 47682)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 4 (Thread 0x7f3892102940 (LWP 47683)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f7c0e0 in schedule () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 3 (Thread 0x7f3891901940 (LWP 47684)):
#0 0x00007f38a1cea3b8 in epoll_wait () from /lib64/libc.so.6
#1 0x00007f38a6026735 in epoll_poll (loop=0x7f38a758a300, timeout=<value
optimized out>) at ev_epoll.c:153
#2 0x00007f38a60288c7 in ev_run (loop=0x7f38a758a300, flags=Unhandled dwarf
expression opcode 0xf3
) at ev.c:3360
#3 0x00007f38a5fed7f4 in ev_loop () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5fede08 in run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5fdbf3b in _M_invoke<>(void) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#6 0x00007f38a5fdbe8b in operator() () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#7 0x00007f38a5fdbe24 in _M_run () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#8 0x00007f38a612a3c0 in execute_native_thread_routine () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#9 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#10 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 2 (Thread 0x7f3890cf0940 (LWP 47685)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a605bf3c in BGThread () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a605bcc4 in BGThreadWrapper () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a227483d in start_thread () from /lib64/libpthread.so.0
#4 0x00007f38a1ce9fcd in clone () from /lib64/libc.so.6
Thread 1 (Thread 0x7f38a7785780 (LWP 47640)):
#0 0x00007f38a2279019 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007f38a61298ec in
std::condition_variable::wait(std::unique_lock<std::mutex>&) () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#2 0x00007f38a52963cc in synchronized_wait<std::condition_variable,
std::mutex> () from /home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#3 0x00007f38a5f98ce9 in arrive () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#4 0x00007f38a5f88e49 in wait () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
#5 0x00007f38a5f8cf77 in wait () from
/home/vinod/mesos/build/src/.libs/libmesos-0.24.0.so
---Type <return> to continue, or q <return> to quit---
#6 0x00000000004321c3 in wait ()
#7 0x000000000042e448 in main ()
{code}
> EventCall Test Framework is flaky
> ---------------------------------
>
> Key: MESOS-3273
> URL: https://issues.apache.org/jira/browse/MESOS-3273
> Project: Mesos
> Issue Type: Bug
> Affects Versions: 0.24.0
> Environment:
> https://builds.apache.org/job/Mesos/705/COMPILER=clang,CONFIGURATION=--verbose,OS=ubuntu:14.04,label_exp=docker%7C%7CHadoop/consoleFull
> Reporter: Vinod Kone
> Assignee: Vinod Kone
>
> Observed this on ASF CI. h/t [[email protected]]
> Looks like the HTTP scheduler never sent a SUBSCRIBE request to the master.
> {code}
> [ RUN ] ExamplesTest.EventCallFramework
> Using temporary directory '/tmp/ExamplesTest_EventCallFramework_k4vXkx'
> I0813 19:55:15.643579 26085 exec.cpp:443] Ignoring exited event because the
> driver is aborted!
> Shutting down
> Sending SIGTERM to process tree at pid 26061
> Killing the following process trees:
> [
> ]
> Shutting down
> Sending SIGTERM to process tree at pid 26062
> Shutting down
> Killing the following process trees:
> [
> ]
> Sending SIGTERM to process tree at pid 26063
> Killing the following process trees:
> [
> ]
> Shutting down
> Sending SIGTERM to process tree at pid 26098
> Killing the following process trees:
> [
> ]
> Shutting down
> Sending SIGTERM to process tree at pid 26099
> Killing the following process trees:
> [
> ]
> WARNING: Logging before InitGoogleLogging() is written to STDERR
> I0813 19:55:17.161726 26100 process.cpp:1012] libprocess is initialized on
> 172.17.2.10:60249 for 16 cpus
> I0813 19:55:17.161888 26100 logging.cpp:177] Logging to STDERR
> I0813 19:55:17.163625 26100 scheduler.cpp:157] Version: 0.24.0
> I0813 19:55:17.175302 26100 leveldb.cpp:176] Opened db in 3.167446ms
> I0813 19:55:17.176393 26100 leveldb.cpp:183] Compacted db in 1.047996ms
> I0813 19:55:17.176496 26100 leveldb.cpp:198] Created db iterator in 77155ns
> I0813 19:55:17.176518 26100 leveldb.cpp:204] Seeked to beginning of db in
> 8429ns
> I0813 19:55:17.176527 26100 leveldb.cpp:273] Iterated through 0 keys in the
> db in 4219ns
> I0813 19:55:17.176708 26100 replica.cpp:744] Replica recovered with log
> positions 0 -> 0 with 1 holes and 0 unlearned
> I0813 19:55:17.178951 26136 recover.cpp:449] Starting replica recovery
> I0813 19:55:17.179934 26136 recover.cpp:475] Replica is in EMPTY status
> I0813 19:55:17.181970 26126 master.cpp:378] Master
> 20150813-195517-167907756-60249-26100 (297daca2d01a) started on
> 172.17.2.10:60249
> I0813 19:55:17.182317 26126 master.cpp:380] Flags at startup:
> --acls="permissive: false
> register_frameworks {
> principals {
> type: SOME
> values: "test-principal"
> }
> roles {
> type: SOME
> values: "*"
> }
> }
> run_tasks {
> principals {
> type: SOME
> values: "test-principal"
> }
> users {
> type: SOME
> values: "mesos"
> }
> }
> " --allocation_interval="1secs" --allocator="HierarchicalDRF"
> --authenticate="false" --authenticate_slaves="false"
> --authenticators="crammd5"
> --credentials="/tmp/ExamplesTest_EventCallFramework_k4vXkx/credentials"
> --framework_sorter="drf" --help="false" --initialize_driver_logging="true"
> --log_auto_initialize="true" --logbufsecs="0" --logging_level="INFO"
> --max_slave_ping_timeouts="5" --quiet="false"
> --recovery_slave_removal_limit="100%" --registry="replicated_log"
> --registry_fetch_timeout="1mins" --registry_store_timeout="5secs"
> --registry_strict="false" --root_submissions="true"
> --slave_ping_timeout="15secs" --slave_reregister_timeout="10mins"
> --user_sorter="drf" --version="false"
> --webui_dir="/mesos/mesos-0.24.0/src/webui" --work_dir="/tmp/mesos-II8Gua"
> --zk_session_timeout="10secs"
> I0813 19:55:17.183475 26126 master.cpp:427] Master allowing unauthenticated
> frameworks to register
> I0813 19:55:17.183536 26126 master.cpp:432] Master allowing unauthenticated
> slaves to register
> I0813 19:55:17.183615 26126 credentials.hpp:37] Loading credentials for
> authentication from '/tmp/ExamplesTest_EventCallFramework_k4vXkx/credentials'
> W0813 19:55:17.183859 26126 credentials.hpp:52] Permissions on credentials
> file '/tmp/ExamplesTest_EventCallFramework_k4vXkx/credentials' are too open.
> It is recommended that your credentials file is NOT accessible by others.
> I0813 19:55:17.183969 26123 replica.cpp:641] Replica in EMPTY status received
> a broadcasted recover request
> I0813 19:55:17.184306 26126 master.cpp:469] Using default 'crammd5'
> authenticator
> I0813 19:55:17.184661 26126 authenticator.cpp:512] Initializing server SASL
> I0813 19:55:17.185104 26138 recover.cpp:195] Received a recover response from
> a replica in EMPTY status
> I0813 19:55:17.185972 26100 containerizer.cpp:143] Using isolation:
> posix/cpu,posix/mem,filesystem/posix
> I0813 19:55:17.186058 26135 recover.cpp:566] Updating replica status to
> STARTING
> I0813 19:55:17.187001 26138 leveldb.cpp:306] Persisting metadata (8 bytes) to
> leveldb took 654586ns
> I0813 19:55:17.187037 26138 replica.cpp:323] Persisted replica status to
> STARTING
> I0813 19:55:17.187499 26134 recover.cpp:475] Replica is in STARTING status
> I0813 19:55:17.187605 26126 auxprop.cpp:66] Initialized in-memory auxiliary
> property plugin
> I0813 19:55:17.187710 26126 master.cpp:506] Authorization enabled
> I0813 19:55:17.188657 26138 replica.cpp:641] Replica in STARTING status
> received a broadcasted recover request
> I0813 19:55:17.188853 26131 hierarchical.hpp:346] Initialized hierarchical
> allocator process
> I0813 19:55:17.189252 26132 whitelist_watcher.cpp:79] No whitelist given
> I0813 19:55:17.189321 26134 recover.cpp:195] Received a recover response from
> a replica in STARTING status
> I0813 19:55:17.190001 26125 recover.cpp:566] Updating replica status to VOTING
> I0813 19:55:17.190696 26124 leveldb.cpp:306] Persisting metadata (8 bytes) to
> leveldb took 357331ns
> I0813 19:55:17.190775 26124 replica.cpp:323] Persisted replica status to
> VOTING
> I0813 19:55:17.190970 26133 recover.cpp:580] Successfully joined the Paxos
> group
> I0813 19:55:17.192183 26129 recover.cpp:464] Recover process terminated
> I0813 19:55:17.192699 26123 slave.cpp:190] Slave started on
> 1)@172.17.2.10:60249
> I0813 19:55:17.192741 26123 slave.cpp:191] Flags at startup:
> --authenticatee="crammd5" --cgroups_cpu_enable_pids_and_tids_count="false"
> --cgroups_enable_cfs="false" --cgroups_hierarchy="/sys/fs/cgroup"
> --cgroups_limit_swap="false" --cgroups_root="mesos"
> --container_disk_watch_interval="15secs" --containerizers="mesos"
> --default_role="*" --disk_watch_interval="1mins" --docker="docker"
> --docker_kill_orphans="true" --docker_remove_delay="6hrs"
> --docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns"
> --enforce_container_disk_quota="false"
> --executor_registration_timeout="1mins"
> --executor_shutdown_grace_period="5secs"
> --fetcher_cache_dir="/tmp/mesos/fetch" --fetcher_cache_size="2GB"
> --frameworks_home="" --gc_delay="1weeks" --gc_disk_headroom="0.1"
> --hadoop_home="" --help="false" --initialize_driver_logging="true"
> --isolation="posix/cpu,posix/mem"
> --launcher_dir="/mesos/mesos-0.24.0/_build/src" --logbufsecs="0"
> --logging_level="INFO" --oversubscribed_resources_interval="15secs"
> --perf_duration="10secs" --perf_interval="1mins"
> --qos_correction_interval_min="0ns" --quiet="false" --recover="reconnect"
> --recovery_timeout="15mins" --registration_backoff_factor="1secs"
> --resource_monitoring_interval="1secs" --resources="cpus:2;mem:10240"
> --revocable_cpu_low_priority="true" --sandbox_directory="/mnt/mesos/sandbox"
> --strict="true" --switch_user="true" --version="false"
> --work_dir="/tmp/mesos-II8Gua/0"
> I0813 19:55:17.194514 26100 containerizer.cpp:143] Using isolation:
> posix/cpu,posix/mem,filesystem/posix
> I0813 19:55:17.194658 26123 slave.cpp:354] Slave resources: cpus(*):2;
> mem(*):10240; disk(*):3.70122e+06; ports(*):[31000-32000]
> I0813 19:55:17.194854 26123 slave.cpp:384] Slave hostname: 297daca2d01a
> I0813 19:55:17.194877 26123 slave.cpp:389] Slave checkpoint: true
> I0813 19:55:17.196751 26132 master.cpp:1524] The newly elected leader is
> [email protected]:60249 with id 20150813-195517-167907756-60249-26100
> I0813 19:55:17.196797 26132 master.cpp:1537] Elected as the leading master!
> I0813 19:55:17.196815 26132 master.cpp:1307] Recovering from registrar
> I0813 19:55:17.197032 26138 registrar.cpp:311] Recovering registrar
> I0813 19:55:17.197845 26132 slave.cpp:190] Slave started on
> 2)@172.17.2.10:60249
> I0813 19:55:17.198420 26125 log.cpp:661] Attempting to start the writer
> I0813 19:55:17.197948 26132 slave.cpp:191] Flags at startup:
> --authenticatee="crammd5" --cgroups_cpu_enable_pids_and_tids_count="false"
> --cgroups_enable_cfs="false" --cgroups_hierarchy="/sys/fs/cgroup"
> --cgroups_limit_swap="false" --cgroups_root="mesos"
> --container_disk_watch_interval="15secs" --containerizers="mesos"
> --default_role="*" --disk_watch_interval="1mins" --docker="docker"
> --docker_kill_orphans="true" --docker_remove_delay="6hrs"
> --docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns"
> --enforce_container_disk_quota="false"
> --executor_registration_timeout="1mins"
> --executor_shutdown_grace_period="5secs"
> --fetcher_cache_dir="/tmp/mesos/fetch" --fetcher_cache_size="2GB"
> --frameworks_home="" --gc_delay="1weeks" --gc_disk_headroom="0.1"
> --hadoop_home="" --help="false" --initialize_driver_logging="true"
> --isolation="posix/cpu,posix/mem"
> --launcher_dir="/mesos/mesos-0.24.0/_build/src" --logbufsecs="0"
> --logging_level="INFO" --oversubscribed_resources_interval="15secs"
> --perf_duration="10secs" --perf_interval="1mins"
> --qos_correction_interval_min="0ns" --quiet="false" --recover="reconnect"
> --recovery_timeout="15mins" --registration_backoff_factor="1secs"
> --resource_monitoring_interval="1secs" --resources="cpus:2;mem:10240"
> --revocable_cpu_low_priority="true" --sandbox_directory="/mnt/mesos/sandbox"
> --strict="true" --switch_user="true" --version="false"
> --work_dir="/tmp/mesos-II8Gua/1"
> I0813 19:55:17.199121 26132 slave.cpp:354] Slave resources: cpus(*):2;
> mem(*):10240; disk(*):3.70122e+06; ports(*):[31000-32000]
> I0813 19:55:17.199235 26138 state.cpp:54] Recovering state from
> '/tmp/mesos-II8Gua/0/meta'
> I0813 19:55:17.199322 26132 slave.cpp:384] Slave hostname: 297daca2d01a
> I0813 19:55:17.199345 26132 slave.cpp:389] Slave checkpoint: true
> I0813 19:55:17.199676 26100 containerizer.cpp:143] Using isolation:
> posix/cpu,posix/mem,filesystem/posix
> I0813 19:55:17.200085 26135 state.cpp:54] Recovering state from
> '/tmp/mesos-II8Gua/1/meta'
> I0813 19:55:17.200317 26132 status_update_manager.cpp:202] Recovering status
> update manager
> I0813 19:55:17.200371 26129 status_update_manager.cpp:202] Recovering status
> update manager
> I0813 19:55:17.202003 26129 replica.cpp:477] Replica received implicit
> promise request with proposal 1
> I0813 19:55:17.202585 26131 slave.cpp:190] Slave started on
> 3)@172.17.2.10:60249
> I0813 19:55:17.202596 26129 leveldb.cpp:306] Persisting metadata (8 bytes) to
> leveldb took 523191ns
> I0813 19:55:17.202756 26129 replica.cpp:345] Persisted promised to 1
> I0813 19:55:17.202770 26132 containerizer.cpp:379] Recovering containerizer
> I0813 19:55:17.203061 26135 containerizer.cpp:379] Recovering containerizer
> I0813 19:55:17.202663 26131 slave.cpp:191] Flags at startup:
> --authenticatee="crammd5" --cgroups_cpu_enable_pids_and_tids_count="false"
> --cgroups_enable_cfs="false" --cgroups_hierarchy="/sys/fs/cgroup"
> --cgroups_limit_swap="false" --cgroups_root="mesos"
> --container_disk_watch_interval="15secs" --containerizers="mesos"
> --default_role="*" --disk_watch_interval="1mins" --docker="docker"
> --docker_kill_orphans="true" --docker_remove_delay="6hrs"
> --docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns"
> --enforce_container_disk_quota="false"
> --executor_registration_timeout="1mins"
> --executor_shutdown_grace_period="5secs"
> --fetcher_cache_dir="/tmp/mesos/fetch" --fetcher_cache_size="2GB"
> --frameworks_home="" --gc_delay="1weeks" --gc_disk_headroom="0.1"
> --hadoop_home="" --help="false" --initialize_driver_logging="true"
> --isolation="posix/cpu,posix/mem"
> --launcher_dir="/mesos/mesos-0.24.0/_build/src" --logbufsecs="0"
> --logging_level="INFO" --oversubscribed_resources_interval="15secs"
> --perf_duration="10secs" --perf_interval="1mins"
> --qos_correction_interval_min="0ns" --quiet="false" --recover="reconnect"
> --recovery_timeout="15mins" --registration_backoff_factor="1secs"
> --resource_monitoring_interval="1secs" --resources="cpus:2;mem:10240"
> --revocable_cpu_low_priority="true" --sandbox_directory="/mnt/mesos/sandbox"
> --strict="true" --switch_user="true" --version="false"
> --work_dir="/tmp/mesos-II8Gua/2"
> I0813 19:55:17.203819 26131 slave.cpp:354] Slave resources: cpus(*):2;
> mem(*):10240; disk(*):3.70122e+06; ports(*):[31000-32000]
> I0813 19:55:17.203930 26131 slave.cpp:384] Slave hostname: 297daca2d01a
> I0813 19:55:17.203948 26131 slave.cpp:389] Slave checkpoint: true
> I0813 19:55:17.204674 26137 state.cpp:54] Recovering state from
> '/tmp/mesos-II8Gua/2/meta'
> I0813 19:55:17.205178 26135 status_update_manager.cpp:202] Recovering status
> update manager
> I0813 19:55:17.205323 26135 containerizer.cpp:379] Recovering containerizer
> I0813 19:55:17.205521 26136 slave.cpp:4069] Finished recovery
> I0813 19:55:17.206074 26136 slave.cpp:4226] Querying resource estimator for
> oversubscribable resources
> I0813 19:55:17.206424 26128 slave.cpp:4069] Finished recovery
> I0813 19:55:17.206722 26137 status_update_manager.cpp:176] Pausing sending
> status updates
> I0813 19:55:17.206858 26136 slave.cpp:684] New master detected at
> [email protected]:60249
> I0813 19:55:17.206902 26138 slave.cpp:4069] Finished recovery
> I0813 19:55:17.206962 26128 slave.cpp:4226] Querying resource estimator for
> oversubscribable resources
> I0813 19:55:17.208312 26134 scheduler.cpp:272] New master detected at
> [email protected]:60249
> I0813 19:55:17.208364 26136 slave.cpp:709] No credentials provided.
> Attempting to register without authentication
> I0813 19:55:17.208608 26136 slave.cpp:720] Detecting new master
> I0813 19:55:17.208839 26138 slave.cpp:4226] Querying resource estimator for
> oversubscribable resources
> I0813 19:55:17.209216 26123 coordinator.cpp:231] Coordinator attemping to
> fill missing position
> I0813 19:55:17.209247 26127 status_update_manager.cpp:176] Pausing sending
> status updates
> I0813 19:55:17.209259 26128 slave.cpp:684] New master detected at
> [email protected]:60249
> I0813 19:55:17.209322 26127 status_update_manager.cpp:176] Pausing sending
> status updates
> I0813 19:55:17.209364 26128 slave.cpp:709] No credentials provided.
> Attempting to register without authentication
> I0813 19:55:17.209344 26138 slave.cpp:684] New master detected at
> [email protected]:60249
> I0813 19:55:17.209455 26128 slave.cpp:720] Detecting new master
> I0813 19:55:17.209492 26138 slave.cpp:709] No credentials provided.
> Attempting to register without authentication
> I0813 19:55:17.209573 26128 slave.cpp:4240] Received oversubscribable
> resources from the resource estimator
> I0813 19:55:17.209601 26138 slave.cpp:720] Detecting new master
> I0813 19:55:17.209730 26138 slave.cpp:4240] Received oversubscribable
> resources from the resource estimator
> I0813 19:55:17.209883 26136 slave.cpp:4240] Received oversubscribable
> resources from the resource estimator
> I0813 19:55:17.211266 26136 replica.cpp:378] Replica received explicit
> promise request for position 0 with proposal 2
> I0813 19:55:17.211771 26136 leveldb.cpp:343] Persisting action (8 bytes) to
> leveldb took 462128ns
> I0813 19:55:17.211797 26136 replica.cpp:679] Persisted action at 0
> I0813 19:55:17.212980 26130 replica.cpp:511] Replica received write request
> for position 0
> I0813 19:55:17.213124 26130 leveldb.cpp:438] Reading position from leveldb
> took 67075ns
> I0813 19:55:17.213580 26130 leveldb.cpp:343] Persisting action (14 bytes) to
> leveldb took 301649ns
> I0813 19:55:17.213603 26130 replica.cpp:679] Persisted action at 0
> I0813 19:55:17.214284 26123 replica.cpp:658] Replica received learned notice
> for position 0
> I0813 19:55:17.214622 26123 leveldb.cpp:343] Persisting action (16 bytes) to
> leveldb took 284547ns
> I0813 19:55:17.214648 26123 replica.cpp:679] Persisted action at 0
> I0813 19:55:17.214675 26123 replica.cpp:664] Replica learned NOP action at
> position 0
> I0813 19:55:17.215420 26136 log.cpp:677] Writer started with ending position 0
> I0813 19:55:17.217463 26133 leveldb.cpp:438] Reading position from leveldb
> took 47943ns
> I0813 19:55:17.220762 26125 registrar.cpp:344] Successfully fetched the
> registry (0B) in 23.649024ms
> I0813 19:55:17.221081 26125 registrar.cpp:443] Applied 1 operations in
> 136902ns; attempting to update the 'registry'
> I0813 19:55:17.223667 26133 log.cpp:685] Attempting to append 174 bytes to
> the log
> I0813 19:55:17.223778 26125 coordinator.cpp:341] Coordinator attempting to
> write APPEND action at position 1
> I0813 19:55:17.224516 26127 replica.cpp:511] Replica received write request
> for position 1
> I0813 19:55:17.225009 26127 leveldb.cpp:343] Persisting action (193 bytes) to
> leveldb took 466230ns
> I0813 19:55:17.225042 26127 replica.cpp:679] Persisted action at 1
> I0813 19:55:17.225653 26126 replica.cpp:658] Replica received learned notice
> for position 1
> I0813 19:55:17.225953 26126 leveldb.cpp:343] Persisting action (195 bytes) to
> leveldb took 286966ns
> I0813 19:55:17.225975 26126 replica.cpp:679] Persisted action at 1
> I0813 19:55:17.226013 26126 replica.cpp:664] Replica learned APPEND action at
> position 1
> I0813 19:55:17.227545 26137 registrar.cpp:488] Successfully updated the
> 'registry' in 6.328064ms
> I0813 19:55:17.227722 26137 registrar.cpp:374] Successfully recovered
> registrar
> I0813 19:55:17.227918 26124 log.cpp:704] Attempting to truncate the log to 1
> I0813 19:55:17.228024 26133 coordinator.cpp:341] Coordinator attempting to
> write TRUNCATE action at position 2
> I0813 19:55:17.228193 26131 master.cpp:1334] Recovered 0 slaves from the
> Registry (135B) ; allowing 10mins for slaves to re-register
> I0813 19:55:17.228659 26127 replica.cpp:511] Replica received write request
> for position 2
> I0813 19:55:17.228972 26127 leveldb.cpp:343] Persisting action (16 bytes) to
> leveldb took 297903ns
> I0813 19:55:17.229004 26127 replica.cpp:679] Persisted action at 2
> I0813 19:55:17.229565 26127 replica.cpp:658] Replica received learned notice
> for position 2
> I0813 19:55:17.229837 26127 leveldb.cpp:343] Persisting action (18 bytes) to
> leveldb took 260326ns
> I0813 19:55:17.229899 26127 leveldb.cpp:401] Deleting ~1 keys from leveldb
> took 48697ns
> I0813 19:55:17.229923 26127 replica.cpp:679] Persisted action at 2
> I0813 19:55:17.229956 26127 replica.cpp:664] Replica learned TRUNCATE action
> at position 2
> I0813 19:55:17.325634 26138 slave.cpp:1209] Will retry registration in
> 445.955946ms if necessary
> I0813 19:55:17.326088 26124 master.cpp:3635] Registering slave at
> slave(2)@172.17.2.10:60249 (297daca2d01a) with id
> 20150813-195517-167907756-60249-26100-S0
> I0813 19:55:17.327446 26124 registrar.cpp:443] Applied 1 operations in
> 231072ns; attempting to update the 'registry'
> I0813 19:55:17.330252 26136 log.cpp:685] Attempting to append 344 bytes to
> the log
> I0813 19:55:17.330407 26132 coordinator.cpp:341] Coordinator attempting to
> write APPEND action at position 3
> I0813 19:55:17.331418 26128 replica.cpp:511] Replica received write request
> for position 3
> I0813 19:55:17.331753 26128 leveldb.cpp:343] Persisting action (363 bytes) to
> leveldb took 264140ns
> I0813 19:55:17.331778 26128 replica.cpp:679] Persisted action at 3
> I0813 19:55:17.332324 26133 replica.cpp:658] Replica received learned notice
> for position 3
> I0813 19:55:17.332809 26133 leveldb.cpp:343] Persisting action (365 bytes) to
> leveldb took 313064ns
> I0813 19:55:17.332834 26133 replica.cpp:679] Persisted action at 3
> I0813 19:55:17.332865 26133 replica.cpp:664] Replica learned APPEND action at
> position 3
> I0813 19:55:17.334211 26132 registrar.cpp:488] Successfully updated the
> 'registry' in 6.668032ms
> I0813 19:55:17.334430 26127 log.cpp:704] Attempting to truncate the log to 3
> I0813 19:55:17.334566 26132 coordinator.cpp:341] Coordinator attempting to
> write TRUNCATE action at position 4
> I0813 19:55:17.335283 26129 replica.cpp:511] Replica received write request
> for position 4
> I0813 19:55:17.335615 26127 slave.cpp:3058] Received ping from
> slave-observer(1)@172.17.2.10:60249
> I0813 19:55:17.335816 26129 leveldb.cpp:343] Persisting action (16 bytes) to
> leveldb took 458268ns
> I0813 19:55:17.335908 26137 master.cpp:3698] Registered slave
> 20150813-195517-167907756-60249-26100-S0 at slave(2)@172.17.2.10:60249
> (297daca2d01a) with cpus(*):2; mem(*):10240; disk(*):3.70122e+06;
> ports(*):[31000-32000]
> I0813 19:55:17.335983 26129 replica.cpp:679] Persisted action at 4
> I0813 19:55:17.336019 26136 slave.cpp:859] Registered with master
> [email protected]:60249; given slave ID
> 20150813-195517-167907756-60249-26100-S0
> I0813 19:55:17.336073 26136 fetcher.cpp:77] Clearing fetcher cache
> I0813 19:55:17.336220 26127 status_update_manager.cpp:183] Resuming sending
> status updates
> I0813 19:55:17.336328 26128 hierarchical.hpp:540] Added slave
> 20150813-195517-167907756-60249-26100-S0 (297daca2d01a) with cpus(*):2;
> mem(*):10240; disk(*):3.70122e+06; ports(*):[31000-32000] (allocated: )
> I0813 19:55:17.336599 26138 replica.cpp:658] Replica received learned notice
> for position 4
> I0813 19:55:17.336910 26128 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:17.336957 26128 hierarchical.hpp:926] Performed allocation for
> slave 20150813-195517-167907756-60249-26100-S0 in 580663ns
> I0813 19:55:17.337016 26136 slave.cpp:882] Checkpointing SlaveInfo to
> '/tmp/mesos-II8Gua/1/meta/slaves/20150813-195517-167907756-60249-26100-S0/slave.info'
> I0813 19:55:17.337035 26138 leveldb.cpp:343] Persisting action (18 bytes) to
> leveldb took 403607ns
> I0813 19:55:17.337138 26138 leveldb.cpp:401] Deleting ~2 keys from leveldb
> took 77040ns
> I0813 19:55:17.337167 26138 replica.cpp:679] Persisted action at 4
> I0813 19:55:17.337208 26138 replica.cpp:664] Replica learned TRUNCATE action
> at position 4
> I0813 19:55:17.337514 26136 slave.cpp:918] Forwarding total oversubscribed
> resources
> I0813 19:55:17.337745 26131 master.cpp:3997] Received update of slave
> 20150813-195517-167907756-60249-26100-S0 at slave(2)@172.17.2.10:60249
> (297daca2d01a) with total oversubscribed resources
> I0813 19:55:17.338240 26131 hierarchical.hpp:600] Slave
> 20150813-195517-167907756-60249-26100-S0 (297daca2d01a) updated with
> oversubscribed resources (total: cpus(*):2; mem(*):10240;
> disk(*):3.70122e+06; ports(*):[31000-32000], allocated: )
> I0813 19:55:17.338479 26131 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:17.338505 26131 hierarchical.hpp:926] Performed allocation for
> slave 20150813-195517-167907756-60249-26100-S0 in 216259ns
> I0813 19:55:17.504086 26124 slave.cpp:1209] Will retry registration in
> 1.92618421secs if necessary
> I0813 19:55:17.504408 26124 master.cpp:3635] Registering slave at
> slave(3)@172.17.2.10:60249 (297daca2d01a) with id
> 20150813-195517-167907756-60249-26100-S1
> I0813 19:55:17.505203 26124 registrar.cpp:443] Applied 1 operations in
> 144314ns; attempting to update the 'registry'
> I0813 19:55:17.507616 26124 log.cpp:685] Attempting to append 511 bytes to
> the log
> I0813 19:55:17.507796 26132 coordinator.cpp:341] Coordinator attempting to
> write APPEND action at position 5
> I0813 19:55:17.508735 26128 replica.cpp:511] Replica received write request
> for position 5
> I0813 19:55:17.509291 26128 leveldb.cpp:343] Persisting action (530 bytes) to
> leveldb took 527776ns
> I0813 19:55:17.509328 26128 replica.cpp:679] Persisted action at 5
> I0813 19:55:17.509945 26124 replica.cpp:658] Replica received learned notice
> for position 5
> I0813 19:55:17.510393 26124 leveldb.cpp:343] Persisting action (532 bytes) to
> leveldb took 438543ns
> I0813 19:55:17.510416 26124 replica.cpp:679] Persisted action at 5
> I0813 19:55:17.510437 26124 replica.cpp:664] Replica learned APPEND action at
> position 5
> I0813 19:55:17.511907 26125 registrar.cpp:488] Successfully updated the
> 'registry' in 6624us
> I0813 19:55:17.512225 26138 log.cpp:704] Attempting to truncate the log to 5
> I0813 19:55:17.512305 26136 coordinator.cpp:341] Coordinator attempting to
> write TRUNCATE action at position 6
> I0813 19:55:17.513066 26133 slave.cpp:3058] Received ping from
> slave-observer(2)@172.17.2.10:60249
> I0813 19:55:17.513242 26133 slave.cpp:859] Registered with master
> [email protected]:60249; given slave ID
> 20150813-195517-167907756-60249-26100-S1
> I0813 19:55:17.513221 26126 master.cpp:3698] Registered slave
> 20150813-195517-167907756-60249-26100-S1 at slave(3)@172.17.2.10:60249
> (297daca2d01a) with cpus(*):2; mem(*):10240; disk(*):3.70122e+06;
> ports(*):[31000-32000]
> I0813 19:55:17.513089 26129 replica.cpp:511] Replica received write request
> for position 6
> I0813 19:55:17.513393 26133 fetcher.cpp:77] Clearing fetcher cache
> I0813 19:55:17.513380 26138 hierarchical.hpp:540] Added slave
> 20150813-195517-167907756-60249-26100-S1 (297daca2d01a) with cpus(*):2;
> mem(*):10240; disk(*):3.70122e+06; ports(*):[31000-32000] (allocated: )
> I0813 19:55:17.513805 26132 status_update_manager.cpp:183] Resuming sending
> status updates
> I0813 19:55:17.513949 26129 leveldb.cpp:343] Persisting action (16 bytes) to
> leveldb took 340511ns
> I0813 19:55:17.514046 26138 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:17.514050 26129 replica.cpp:679] Persisted action at 6
> I0813 19:55:17.514195 26133 slave.cpp:882] Checkpointing SlaveInfo to
> '/tmp/mesos-II8Gua/2/meta/slaves/20150813-195517-167907756-60249-26100-S1/slave.info'
> I0813 19:55:17.514140 26138 hierarchical.hpp:926] Performed allocation for
> slave 20150813-195517-167907756-60249-26100-S1 in 417609ns
> I0813 19:55:17.514704 26133 slave.cpp:918] Forwarding total oversubscribed
> resources
> I0813 19:55:17.514708 26138 replica.cpp:658] Replica received learned notice
> for position 6
> I0813 19:55:17.514880 26133 master.cpp:3997] Received update of slave
> 20150813-195517-167907756-60249-26100-S1 at slave(3)@172.17.2.10:60249
> (297daca2d01a) with total oversubscribed resources
> I0813 19:55:17.515244 26127 hierarchical.hpp:600] Slave
> 20150813-195517-167907756-60249-26100-S1 (297daca2d01a) updated with
> oversubscribed resources (total: cpus(*):2; mem(*):10240;
> disk(*):3.70122e+06; ports(*):[31000-32000], allocated: )
> I0813 19:55:17.515454 26138 leveldb.cpp:343] Persisting action (18 bytes) to
> leveldb took 640882ns
> I0813 19:55:17.515522 26138 leveldb.cpp:401] Deleting ~2 keys from leveldb
> took 56550ns
> I0813 19:55:17.515547 26138 replica.cpp:679] Persisted action at 6
> I0813 19:55:17.515581 26138 replica.cpp:664] Replica learned TRUNCATE action
> at position 6
> I0813 19:55:17.515802 26127 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:17.515866 26127 hierarchical.hpp:926] Performed allocation for
> slave 20150813-195517-167907756-60249-26100-S1 in 591007ns
> I0813 19:55:17.984196 26135 slave.cpp:1209] Will retry registration in
> 1.542495291secs if necessary
> I0813 19:55:17.984391 26138 master.cpp:3635] Registering slave at
> slave(1)@172.17.2.10:60249 (297daca2d01a) with id
> 20150813-195517-167907756-60249-26100-S2
> I0813 19:55:17.985170 26133 registrar.cpp:443] Applied 1 operations in
> 202126ns; attempting to update the 'registry'
> I0813 19:55:17.987498 26133 log.cpp:685] Attempting to append 678 bytes to
> the log
> I0813 19:55:17.987656 26123 coordinator.cpp:341] Coordinator attempting to
> write APPEND action at position 7
> I0813 19:55:17.988704 26138 replica.cpp:511] Replica received write request
> for position 7
> I0813 19:55:17.989223 26138 leveldb.cpp:343] Persisting action (697 bytes) to
> leveldb took 490422ns
> I0813 19:55:17.989248 26138 replica.cpp:679] Persisted action at 7
> I0813 19:55:17.989972 26126 replica.cpp:658] Replica received learned notice
> for position 7
> I0813 19:55:17.990401 26126 leveldb.cpp:343] Persisting action (699 bytes) to
> leveldb took 404333ns
> I0813 19:55:17.990420 26126 replica.cpp:679] Persisted action at 7
> I0813 19:55:17.990440 26126 replica.cpp:664] Replica learned APPEND action at
> position 7
> I0813 19:55:17.994066 26123 registrar.cpp:488] Successfully updated the
> 'registry' in 8.788224ms
> I0813 19:55:17.994436 26134 log.cpp:704] Attempting to truncate the log to 7
> I0813 19:55:17.994575 26123 coordinator.cpp:341] Coordinator attempting to
> write TRUNCATE action at position 8
> I0813 19:55:17.995070 26134 slave.cpp:3058] Received ping from
> slave-observer(3)@172.17.2.10:60249
> I0813 19:55:17.995291 26134 slave.cpp:859] Registered with master
> [email protected]:60249; given slave ID
> 20150813-195517-167907756-60249-26100-S2
> I0813 19:55:17.995319 26134 fetcher.cpp:77] Clearing fetcher cache
> I0813 19:55:17.995246 26129 master.cpp:3698] Registered slave
> 20150813-195517-167907756-60249-26100-S2 at slave(1)@172.17.2.10:60249
> (297daca2d01a) with cpus(*):2; mem(*):10240; disk(*):3.70122e+06;
> ports(*):[31000-32000]
> I0813 19:55:17.995565 26123 status_update_manager.cpp:183] Resuming sending
> status updates
> I0813 19:55:17.995579 26129 replica.cpp:511] Replica received write request
> for position 8
> I0813 19:55:17.996016 26134 slave.cpp:882] Checkpointing SlaveInfo to
> '/tmp/mesos-II8Gua/0/meta/slaves/20150813-195517-167907756-60249-26100-S2/slave.info'
> I0813 19:55:17.996039 26129 leveldb.cpp:343] Persisting action (16 bytes) to
> leveldb took 440511ns
> I0813 19:55:17.996067 26129 replica.cpp:679] Persisted action at 8
> I0813 19:55:17.996294 26128 hierarchical.hpp:540] Added slave
> 20150813-195517-167907756-60249-26100-S2 (297daca2d01a) with cpus(*):2;
> mem(*):10240; disk(*):3.70122e+06; ports(*):[31000-32000] (allocated: )
> I0813 19:55:17.996556 26134 slave.cpp:918] Forwarding total oversubscribed
> resources
> I0813 19:55:17.996623 26133 replica.cpp:658] Replica received learned notice
> for position 8
> I0813 19:55:17.997095 26134 master.cpp:3997] Received update of slave
> 20150813-195517-167907756-60249-26100-S2 at slave(1)@172.17.2.10:60249
> (297daca2d01a) with total oversubscribed resources
> I0813 19:55:17.997263 26133 leveldb.cpp:343] Persisting action (18 bytes) to
> leveldb took 442619ns
> I0813 19:55:17.997385 26133 leveldb.cpp:401] Deleting ~2 keys from leveldb
> took 95741ns
> I0813 19:55:17.997413 26133 replica.cpp:679] Persisted action at 8
> I0813 19:55:17.997465 26133 replica.cpp:664] Replica learned TRUNCATE action
> at position 8
> I0813 19:55:17.997756 26128 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:17.997925 26128 hierarchical.hpp:926] Performed allocation for
> slave 20150813-195517-167907756-60249-26100-S2 in 1.14489ms
> I0813 19:55:17.998159 26128 hierarchical.hpp:600] Slave
> 20150813-195517-167907756-60249-26100-S2 (297daca2d01a) updated with
> oversubscribed resources (total: cpus(*):2; mem(*):10240;
> disk(*):3.70122e+06; ports(*):[31000-32000], allocated: )
> I0813 19:55:17.998445 26128 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:17.998471 26128 hierarchical.hpp:926] Performed allocation for
> slave 20150813-195517-167907756-60249-26100-S2 in 218856ns
> I0813 19:55:18.190146 26133 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:18.190217 26133 hierarchical.hpp:908] Performed allocation for 3
> slaves in 637042ns
> I0813 19:55:19.191346 26131 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:19.191915 26131 hierarchical.hpp:908] Performed allocation for 3
> slaves in 1.215355ms
> I0813 19:55:20.193631 26135 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:20.193709 26135 hierarchical.hpp:908] Performed allocation for 3
> slaves in 834491ns
> I0813 19:55:21.194805 26134 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:21.194870 26134 hierarchical.hpp:908] Performed allocation for 3
> slaves in 536547ns
> I0813 19:55:22.196143 26137 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:22.196216 26137 hierarchical.hpp:908] Performed allocation for 3
> slaves in 755140ns
> I0813 19:55:23.197412 26132 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:23.197979 26132 hierarchical.hpp:908] Performed allocation for 3
> slaves in 1.223984ms
> I0813 19:55:24.199429 26132 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:24.199735 26132 hierarchical.hpp:908] Performed allocation for 3
> slaves in 904654ns
> I0813 19:55:25.200978 26127 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:25.201206 26127 hierarchical.hpp:908] Performed allocation for 3
> slaves in 939979ns
> I0813 19:55:26.203023 26132 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:26.203101 26132 hierarchical.hpp:908] Performed allocation for 3
> slaves in 721178ns
> I0813 19:55:27.204815 26126 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:27.204888 26126 hierarchical.hpp:908] Performed allocation for 3
> slaves in 767983ns
> I0813 19:55:28.206374 26126 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:28.206444 26126 hierarchical.hpp:908] Performed allocation for 3
> slaves in 745214ns
> I0813 19:55:29.207515 26124 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:29.207579 26124 hierarchical.hpp:908] Performed allocation for 3
> slaves in 551217ns
> I0813 19:55:30.208966 26136 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:30.209053 26136 hierarchical.hpp:908] Performed allocation for 3
> slaves in 649887ns
> I0813 19:55:31.210078 26123 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:31.210144 26123 hierarchical.hpp:908] Performed allocation for 3
> slaves in 558919ns
> I0813 19:55:32.211027 26130 slave.cpp:4226] Querying resource estimator for
> oversubscribable resources
> I0813 19:55:32.211045 26129 slave.cpp:4226] Querying resource estimator for
> oversubscribable resources
> I0813 19:55:32.211084 26132 slave.cpp:4226] Querying resource estimator for
> oversubscribable resources
> I0813 19:55:32.211386 26129 slave.cpp:4240] Received oversubscribable
> resources from the resource estimator
> I0813 19:55:32.211688 26132 slave.cpp:4240] Received oversubscribable
> resources from the resource estimator
> I0813 19:55:32.211853 26133 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:32.212035 26133 hierarchical.hpp:908] Performed allocation for 3
> slaves in 898985ns
> I0813 19:55:32.212169 26133 slave.cpp:4240] Received oversubscribable
> resources from the resource estimator
> I0813 19:55:32.336745 26135 slave.cpp:3058] Received ping from
> slave-observer(1)@172.17.2.10:60249
> I0813 19:55:32.514333 26129 slave.cpp:3058] Received ping from
> slave-observer(2)@172.17.2.10:60249
> I0813 19:55:32.996134 26128 slave.cpp:3058] Received ping from
> slave-observer(3)@172.17.2.10:60249
> I0813 19:55:33.213248 26128 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:33.213326 26128 hierarchical.hpp:908] Performed allocation for 3
> slaves in 827511ns
> I0813 19:55:34.214326 26125 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:34.214391 26125 hierarchical.hpp:908] Performed allocation for 3
> slaves in 546422ns
> I0813 19:55:35.215909 26123 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:35.215973 26123 hierarchical.hpp:908] Performed allocation for 3
> slaves in 627190ns
> I0813 19:55:36.217156 26134 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:36.217339 26134 hierarchical.hpp:908] Performed allocation for 3
> slaves in 906249ns
> I0813 19:55:37.218739 26132 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:37.219169 26132 hierarchical.hpp:908] Performed allocation for 3
> slaves in 1.102465ms
> I0813 19:55:38.220641 26133 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:38.220711 26133 hierarchical.hpp:908] Performed allocation for 3
> slaves in 643146ns
> I0813 19:55:39.221976 26133 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:39.222118 26133 hierarchical.hpp:908] Performed allocation for 3
> slaves in 845334ns
> I0813 19:55:40.223338 26129 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:40.223546 26129 hierarchical.hpp:908] Performed allocation for 3
> slaves in 849995ns
> I0813 19:55:41.225558 26138 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:41.225752 26138 hierarchical.hpp:908] Performed allocation for 3
> slaves in 958480ns
> I0813 19:55:42.227176 26131 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:42.227378 26131 hierarchical.hpp:908] Performed allocation for 3
> slaves in 927048ns
> I0813 19:55:43.228813 26137 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:43.229441 26137 hierarchical.hpp:908] Performed allocation for 3
> slaves in 1.310118ms
> I0813 19:55:44.230828 26135 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:44.231142 26135 hierarchical.hpp:908] Performed allocation for 3
> slaves in 896369ns
> I0813 19:55:45.232656 26135 hierarchical.hpp:1008] No resources available to
> allocate!
> I0813 19:55:45.232903 26135 hierarchical.hpp:908] Performed allocation for 3
> slaves in 1.357693ms
> I0813 19:55:46.234973 26137 hierarchical.hpp:1008
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)