GithubHelp home page GithubHelp logo

flipper's People

Contributors

jeremycole avatar

Stargazers

 avatar

Watchers

 avatar  avatar

flipper's Issues

swap command should fail when IP not up on either host

The behaviour of the swap command when an IP is not up on either host is
accidentally fixed to taking it down on the second of the two nodes in the
masterpair (which will of course fail, as it's not up on that node) and
bringing it up on the first of the two nodes.

Correct behaviour should be to do nothing with that IP, and potentially
print a warning. 

Original issue reported on code.google.com by [email protected] on 9 Oct 2008 at 4:25

Capturing ssh stderr under Ubuntu

What steps will reproduce the problem?

./flipper developer status
MASTERPAIR: developer
Connection to 192.168.2.181 closed.
NODE: beta181 has write IP, is writable, replication running, 0s delay
Connection to 192.168.2.187 closed.
NODE: alpha187 has read IP, is read-only, replication running, 0s delay


What is the expected output? What do you see instead?

./flipper developer status 2>/dev/null
MASTERPAIR: developer
NODE: beta181 has write IP, is writable, replication running, 0s delay
NODE: alpha187 has read IP, is read-only, replication running, 0s delay


What version of the product are you using? On what operating system?

$ ./flipper --version
./flipper version 0.2.1
(Getopt::Long::GetOptions version 2.35; Perl version 5.8.8)

Ubuntu 8.04
$ uname -a
Linux ronald 2.6.24-19-xen #1 SMP Wed Aug 20 21:08:51 UTC 2008 x86_64 GNU/Linux

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Nov 2008 at 6:21

Display of replication delay in STATUS command on MySQL 4.0 causes error

When using MySQL 4.0 nodes, display the replication delay causes an error. 

The Seconds_Behind_Master variable is used to determine replication delay,
and this is only present in MySQL 4.1.1 and newer.

If this is not present in the output that Flipper receives from SHOW SLAVE
STATUS, it should instead look at the Time column in the output of SHOW
PROCESSLIST for the slave SQL thread. 


Original issue reported on code.google.com by [email protected] on 9 Oct 2008 at 3:43

Add support officially for not having a read_ip

We should do all the usual work to deal with write_ip, but ignore work for
read_ip if read_ip does not exist in the config table, or is set to e.g.
"none".

Original issue reported on code.google.com by jeremy.cole on 17 Oct 2008 at 9:28

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.