Hi, @Rodrick >"master/frameworks_connected": 0,
Is it because the master you open no the leading master? On Tue, Sep 27, 2016 at 1:26 PM, Rodrick Brown <[email protected]> wrote: > > > On Sep 26, 2016, at 11:54 PM, haosdent <[email protected]> wrote: > > Hi, @Rodrick What is the response when you open ` > http://${MASTER_IP}:${MASTER_PORT}/metrics/snapshot`? > <http://$%7Bmaster_ip%7D:$%7Bmaster_port%7D/metrics/snapshot%60?> > > > $ curl -s http://master:5050/metrics/snapshot |jq > { > "master/slave_shutdowns_scheduled": 0, > "master/invalid_executor_to_framework_messages": 0, > "master/mem_used": 0, > "allocator/mesos/allocation_runs": 40793, > "master/slave_shutdowns_completed": 0, > "master/invalid_status_updates": 0, > "master/messages_authenticate": 0, > "master/frameworks_disconnected": 0, > "master/disk_revocable_used": 0, > "master/messages_exited_executor": 0, > "master/messages_status_update": 0, > "master/messages_unregister_slave": 0, > "master/messages_framework_to_executor": 0, > "master/messages_reconcile_tasks": 0, > "master/tasks_lost": 0, > "master/messages_decline_offers": 0, > "allocator/mesos/allocation_run_ms/p99": 0.01587456, > "master/recovery_slave_removals": 0, > "allocator/mesos/allocation_run_ms/max": 0.028928, > "master/cpus_total": 0, > "master/messages_register_slave": 0, > "allocator/mesos/allocation_run_ms/p90": 0.013056, > "master/tasks_running": 0, > "allocator/mesos/allocation_run_ms/p999": 0.027905024, > "master/slave_reregistrations": 0, > "master/cpus_percent": 0, > "allocator/mesos/resources/mem/offered_or_allocated": 0, > "master/messages_register_framework": 0, > "allocator/mesos/allocation_run_ms": 0.011008, > "allocator/mesos/event_queue_dispatches": 0, > "master/tasks_staging": 0, > "master/slave_removals/reason_unregistered": 0, > "allocator/mesos/allocation_run_ms/count": 1000, > "master/event_queue_http_requests": 0, > "master/slave_removals": 0, > "master/gpus_used": 0, > "allocator/mesos/allocation_run_ms/p50": 0.012032, > "master/dropped_messages": 0, > "allocator/mesos/allocation_run_ms/min": 0.00384, > "master/disk_total": 0, > "allocator/mesos/resources/disk/offered_or_allocated": 0, > "system/mem_free_bytes": 13478334464, > "master/slave_removals/reason_unhealthy": 0, > "master/gpus_revocable_total": 0, > "master/cpus_revocable_total": 0, > "allocator/mesos/allocation_run_ms/p9999": 0.0288257024000001, > "system/cpus_total": 8, > "master/mem_percent": 0, > "master/gpus_percent": 0, > "master/mem_revocable_used": 0, > "master/valid_status_update_acknowledgements": 0, > "master/disk_used": 0, > "master/messages_unregister_framework": 0, > "allocator/mesos/allocation_run_ms/p95": 0.013056, > "master/messages_resource_request": 0, > "master/slaves_inactive": 0, > "master/messages_update_slave": 0, > "master/event_queue_dispatches": 3, > "master/event_queue_messages": 0, > "allocator/mesos/resources/cpus/offered_or_allocated": 0, > "master/cpus_revocable_used": 0, > "system/mem_total_bytes": 15769341952, > "master/tasks_killing": 0, > "allocator/mesos/resources/cpus/total": 0, > "master/messages_revive_offers": 0, > "master/gpus_revocable_percent": 0, > "master/disk_percent": 0, > "master/messages_kill_task": 0, > "master/slave_shutdowns_canceled": 0, > "master/gpus_revocable_used": 0, > "master/disk_revocable_percent": 0, > "master/frameworks_connected": 0, > "master/slave_registrations": 0, > "master/cpus_revocable_percent": 0, > "master/mem_revocable_percent": 0, > "master/disk_revocable_total": 0, > "master/gpus_total": 0, > "master/tasks_finished": 0, > "master/frameworks_inactive": 0, > "master/outstanding_offers": 0, > "master/valid_framework_to_executor_messages": 0, > "master/cpus_used": 0, > "master/tasks_killed": 0, > "master/invalid_framework_to_executor_messages": 0, > "master/tasks_error": 0, > "master/messages_reregister_framework": 0, > "master/mem_revocable_total": 0, > "master/tasks_starting": 0, > "master/mem_total": 0, > "master/slaves_active": 0, > "allocator/event_queue_dispatches": 1, > "system/load_15min": 0, > "master/valid_status_updates": 0, > "allocator/mesos/resources/mem/total": 0, > "master/valid_executor_to_framework_messages": 0, > "master/elected": 0, > "master/frameworks_active": 0, > "master/slaves_disconnected": 0, > "system/load_1min": 0, > "registrar/queued_operations": 0, > "allocator/mesos/resources/disk/total": 0, > "master/uptime_secs": 40841.21039104, > "master/messages_suppress_offers": 0, > "master/slave_removals/reason_registered": 0, > "registrar/log/recovered": 1, > "master/messages_executor_to_framework": 0, > "master/messages_reregister_slave": 0, > "master/messages_deactivate_framework": 0, > "master/slaves_connected": 0, > "master/messages_status_update_acknowledgement": 0, > "master/messages_launch_tasks": 0, > "system/load_5min": 0, > "master/tasks_failed": 0, > "master/invalid_status_update_acknowledgements": 0 > } > > > > On Tue, Sep 27, 2016 at 11:43 AM, Rodrick Brown < > [email protected]> wrote: > >> I just upgraded our cluster from 0.28.2 to 1.0.1 and notice the Web UI >> task details are no longer updating. I'm trying to see if this issue is >> isolated to my setup? or broken across the board I was not able to find >> anything about this bug for 1.0.1 >> >> >> Tasks >> Staging 0 >> Starting 0 >> Running 0 >> Killing 0 >> Finished 0 >> Killed 0 >> Failed 0 >> Lost 0 >> Orphan 21 >> >> >> >> -- >> >> [image: Orchard Platform] <http://www.orchardplatform.com/> >> >> *Rodrick Brown */ *Lead SRE - DevOps* >> >> 9174456839 / [email protected] >> >> Orchard Platform >> 101 5th Avenue, 4th Floor, New York, NY >> >> *NOTICE TO RECIPIENTS*: This communication is confidential and intended >> for the use of the addressee only. If you are not an intended recipient of >> this communication, please delete it immediately and notify the sender >> by return email. Unauthorized reading, dissemination, distribution or >> copying of this communication is prohibited. This communication does not >> constitute >> an offer to sell or a solicitation of an indication of interest to purchase >> any loan, security or any other financial product or instrument, nor is it >> an offer to sell or a solicitation of an indication of interest to purchase >> any products or services to any persons who are prohibited from receiving >> such information under applicable law. The contents of this communication >> may not be accurate or complete and are subject to change without notice. >> As such, Orchard App, Inc. (including its subsidiaries and affiliates, >> "Orchard") makes no representation regarding the accuracy or >> completeness of the information contained herein. The intended recipient is >> advised to consult its own professional advisors, including those >> specializing in legal, tax and accounting matters. Orchard does not >> provide legal, tax or accounting advice. >> > > > > -- > Best Regards, > Haosdent Huang > > > > *NOTICE TO RECIPIENTS*: This communication is confidential and intended > for the use of the addressee only. If you are not an intended recipient of > this communication, please delete it immediately and notify the sender by > return email. Unauthorized reading, dissemination, distribution or copying > of this communication is prohibited. This communication does not constitute > an offer to sell or a solicitation of an indication of interest to purchase > any loan, security or any other financial product or instrument, nor is it > an offer to sell or a solicitation of an indication of interest to purchase > any products or services to any persons who are prohibited from receiving > such information under applicable law. The contents of this communication > may not be accurate or complete and are subject to change without notice. > As such, Orchard App, Inc. (including its subsidiaries and affiliates, > "Orchard") makes no representation regarding the accuracy or completeness > of the information contained herein. The intended recipient is advised to > consult its own professional advisors, including those specializing in > legal, tax and accounting matters. Orchard does not provide legal, tax or > accounting advice. > -- Best Regards, Haosdent Huang

