question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can binlogs have customized names?

See original GitHub issue

In a discussion on this PR, it came up that Arcade prefers repos to always use the default build.binlog name as a piece of shared infra. There was also discussion of a loss of ability to do analysis on repo’s binlogs when we customize their names. Currently AspNetCore gives its binlogs distinct names, the reasoning being that it’s easier to identify a downloaded binlog that way, and that several of our CI legs are broken into multiple steps, each of which produces a binlog (e.g. the Windows build does x64, x86, then installers, sequentially). I wanted to open a discussion to see if we could reach a conclusion on what’s right here.

CC @markwilkie @tmat @dougbu

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
markwilkiecommented, May 11, 2020

@wtgodbe - I presume you’re also ok w/ closing this issue given both the discussion and the approach @dougbu is going with?

0reactions
dougbucommented, May 10, 2020

Just noticed even Arcade’s pipeline has multiple build steps in some of its jobs. But, its approach makes it clear we don’t need anything more. -ci/bl:{some path} works fine. (I was wondering this about the previous “workaround” in dotnet/aspnetcore.)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Mysql binlog filename keeps changing, preventing replication
Off and Yes usually lead to "illegal position". What are the settings of the parameters that define the binlog names? Does replication work...
Read more >
What is MySQL BinLog? : A Practical Guide to Usin
BinLogs are created by the MySQL server and contain a record of all SQL statements that modify data. They consist of a sequence...
Read more >
Introducing Amazon Aurora MySQL enhanced binary log ...
With enhanced binlog, a newly restored database cluster or clone will not have the original binlog files available despite any retention period ...
Read more >
Start Using Binlogs: A Quick Guide - Virtual-DBA
Binary logs play an important role in replication & data recovery. This quick guide will give you the knowledge to start using binary...
Read more >
Learn MySQL: An overview of MySQL Binary Logs
This article will show the concept, architecture and basic commands to manage MySQL binary logs .
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found