Git Product home page Git Product logo

tungsten-toolbox's People

Contributors

csabaendresimon avatar datacharmer avatar neilarmitage avatar

Watchers

 avatar

tungsten-toolbox's Issues

test-all-topologies should check no topology is installed before running

What steps will reproduce the problem?

1. install install_master_slave.sh
2. run test_all_topologies.sh
3.

What is the expected output?
should report an error
...

What do you see instead?
tried to run leading to misleading output
...

What is the possible cause?

...

What is the proposed solution?
check CURRENT_TOPOLOGY exists and throw an error
...

Additional information

...

Use labels and text to provide additional information.

Original issue reported on code.google.com by [email protected] on 1 Dec 2012 at 3:14

Tungsten sandbox needs seq utility, which does not exist on Mac OS X

What steps will reproduce the problem?

1. Run a sandbox command on Mac OS X, such as the following: 

./tools/tungsten-sandbox -n2 -m 5.1.54

What is the expected output?

Should not display any extraneous messages. 

What do you see instead?

./tools/tungsten-sandbox: line 247: seq: command not found
./tools/tungsten-sandbox: line 269: seq: command not found
./tools/tungsten-sandbox: line 284: seq: command not found
./tools/tungsten-sandbox: line 284: seq: command not found

What is the possible cause?

Seq utility is not distributed in Mac OS X.  

What is the proposed solution?

Include seq functionality as a function.  Here's an example:  
http://www.askdavetaylor.com/step_through_count_numeric_values_bash_shell_script
.html

Additional information

Use labels and text to provide additional information.

Original issue reported on code.google.com by [email protected] on 18 Jul 2011 at 6:56

Missing ldg

What steps will reproduce the problem?

1. Download the latest source package
2. Try to locate the ldg tool

What is the expected outcome?
Find the tool

What do you see instead?
Nothing

What version of the product are you using?
1.0.7

On what operating system?
Debian 

Notes:
ldg seems to be missing (or at least it's location/functionality undocumented)

Original issue reported on code.google.com by [email protected] on 28 Sep 2011 at 11:56

if hostname with "-" create remote service will fail

when install fan-in script
if hostname with "-" create remote service will fail,
for example: mgh-vm-master,mgh-vm-slave

i think it because this statement "FAN_IN_DS=`echo $FAN_IN_SLAVE|perl 
-lpe's/\W/_/g'`" in install_fan-in.sh

ps:name of file install_fan-in.sh is ugly,install_fan_in.sh will be better

Original issue reported on code.google.com by [email protected] on 8 Nov 2012 at 1:16

MORE_OPTINS typo in install_fan_in

What steps will reproduce the problem?

1.grep MORE_OPTIONS install_fan_in
2.grep MORE_OPTINS install_fan_in
3.grep MORE_OPTIONS install_*

What is the expected output?
1. Should return one line
2. Should return 0 lines
3. Should return 1 line for each install script

What do you see instead?
1. Returns 0 lines
2. Returns 1 line
3. Returns 1 line for each install script EXCEPT install_fan_in


What version of the product are you using?
tungsten-replicator-2.1.0-343


On what operating system?
RHEL 6


Please provide any additional information below.

Notes:

Fix is simple. Just change MORE_OPTINS to MORE_OPTIONS

Original issue reported on code.google.com by [email protected] on 9 Sep 2013 at 2:05

script for direct slave lacks options for binlog directory and my.cnf

What steps will reproduce the problem?

1. install a direct slave with the cookbook script
2. use a master where non-default locations for binlog directory and  my.cnf 
file

What is the expected output?

The installation should either fail or work properly

What do you see instead?

installation succeeds, but replication does not start.

What is the possible cause?

The script does not have placeholders for --master-log-directory, 
--slave-log-directory, --master-mysql-conf and --slave-mysql-conf


What is the proposed solution?

Add the variables to the installation script, and corresponding variables to 
USER_VALUES


Original issue reported on code.google.com by g.maxia on 20 Mar 2013 at 12:03

Ldg should obey --skip-logs option when loading data to server

What steps will reproduce the problem?

1. Set up a sandbox server with an odd InnoDB log file size such as 79M. (e.g., 
innodb-log-file-size=79)
2. Use ldg to load InnoDB data that has a different log file size and with the 
--skip-logs option. 

ldg -o load --db-port=33306 --db-user=msandbox --db-password=msandbox \
 --db-host=127.0.0.1 --dataset-name=$DATASET --skip-logs \
 --mysql-init=/home/tungsten/sandboxes/parallel/master/msb

What is the expected output?

Data should load and server should start. 

What do you see instead?

Server fails to start because the InnoDB log file size is different.  You get a 
messsage like the following: 

InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 52428800 bytes!

What is the possible cause?

Incompatible log files were copied. 

What is the proposed solution?

Drop files when loading.  I drop them using an rm command to get around this. 

Additional information

...

Use labels and text to provide additional information.

Original issue reported on code.google.com by [email protected] on 21 Oct 2011 at 4:43

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.