Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tracecompass-dev] How Trace Server Gracefully Shutsdown
  • From: Matthew Khouzam <matthew.khouzam@xxxxxxxxxxxx>
  • Date: Mon, 21 Mar 2022 15:24:12 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ericsson.com; dmarc=pass action=none header.from=ericsson.com; dkim=pass header.d=ericsson.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=ir3DSYV9F7eDkIKDPNTBhVpww+8az788k7iDEx7vkaM=; b=NiErBXISxx/Y2Ruz1pNnpb89iDFkUdBrTuVGQrrt7wdTsJ4hIMMuPsdyzRNe/q7RGl+HmX7bWs57p1jgtrouty1jCi2Y/KOE0CUa+egqEGEN7GYU/4MPM1CBn++aF4Gfptx4YGNGUBbVzytKAkpTLmpaXA2+YYgFA201oPidHJKLoxAbzhpkBvnNvqRB2u3t4KQJFQmkmmkGhYSCN0ALLo1XgF43L4OdhzpkScQmjsdYMfjh6kDoaKLpMQivKzfW20TJWLw5ItI2UtZJmJPKHAUi1JxGylVuTIJ5zg2VmvbOnwKOOm5KXCf2sWaBthCyAU6ssrzjW0KaVwNSS11dlg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=LZGz2mCuIrM7HWxeqtNWsGDtLwzxw8n/RAGp0ME5GSk0w0eEAGFhWcrQ9FpnOnOir+YcdKRdxoilv+G/I1ydExRmYLZ5sDPzvmzXSZfgdF5Bz/XYXfySDTgmQVuGDCegrQGSyaL3zvz1B9cUBzTKhHWAwat9u7Ol9NN6873f4/dALlmwRrRxP4ZVT7oxhQqgDztSpIO0SiVdHfepdbtNNNnmobm04DwpEf1lVZbBlGSSJsyQJmfGcd1yqQrpvI+DGz7wo8plziv8TqxcR0ViqCnk9UscEzOYpVZXbsObsvP2WlbmVWzUsHKJIfXVj/ZfAdX4S74K0MPQt/W0aEMWrQ==
  • Delivered-to: tracecompass-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/tracecompass-dev/>
  • List-help: <mailto:tracecompass-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/tracecompass-dev>, <mailto:tracecompass-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/tracecompass-dev>, <mailto:tracecompass-dev-request@eclipse.org?subject=unsubscribe>
  • Suggested_attachment_session_id: ad03f785-0b3d-6b15-1efa-d81b958a9ad4
  • Thread-index: AQHYPS2TrdNqYXNy0kqBlwXhRP/brqzJ82c+
  • Thread-topic: [tracecompass-dev] How Trace Server Gracefully Shutsdown

Hi George!

I am finding it funny that this issue comes up, just recently we set it to won't fix thinking nobody would have that usecase. I don't think there's a clean way to do so right now

You could make a killswitch if you want, you will need to call "WebApplication#stop", it's not too hard, but I don't think we have anything in our code base right now. Also, I don't think this should be in the trace server protocol.

I hope this helps!

Matthew

From: tracecompass-dev <tracecompass-dev-bounces@xxxxxxxxxxx> on behalf of George Liu <georgeliu220@xxxxxxxxx>
Sent: Monday, March 21, 2022 10:10 AM
To: tracecompass-dev@xxxxxxxxxxx <tracecompass-dev@xxxxxxxxxxx>
Subject: [tracecompass-dev] How Trace Server Gracefully Shutsdown
 
Hi,

I am currently using Trace Server and starting it manually. I’m wondering what the best method is to gracefully kill all Trace Server processes is. Could I be given some more details on that?

Thanks,
George

Back to the top