michelya / tungsten-replicator

Automatically exported from code.google.com/p/tungsten-replicator
0 stars 0 forks source link

`./trepctl stop` doesn't stop the Replicator process #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I wanted to stop Replicator process, thus executed `./trepctl stop`, but it 
didn't work as expected. I had to use `./replicator stop`.

 All     Comments    Work Log    Change History      Subversion Commits           Sort Order: [Ascending order - Click to sort in descending order]
[ Permlink ]
Comment by Stephane Giron [28/Jan/11 06:48 AM]  Delete
OpenReplicatorManagerCtrl extract :

                else if (command.equals(Commands.STOP))
                {
                    // TODO: Remove?
                    expectLostConnection = true;
                    // manager.stop();
                }

Should that code (or similar) be enabled again ?

Original issue reported on code.google.com by berkeley...@gmail.com on 14 Apr 2011 at 9:35

GoogleCodeExporter commented 9 years ago
Migrated from http://forge.continuent.org/jira/browse/TUC-208.

Original comment by berkeley...@gmail.com on 14 Apr 2011 at 9:35

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r640.

Original comment by berkeley...@gmail.com on 1 Oct 2011 at 5:01

GoogleCodeExporter commented 9 years ago
This issue is fixed. Trepctl stop only stops replication services.  To shut 
down the replicator process, use kill (immediate shutdown) or shutdown 
(shutdown after stopping services).  Trepctl help explains this correctly as of 
r640. 

Original comment by berkeley...@gmail.com on 1 Oct 2011 at 5:06

GoogleCodeExporter commented 9 years ago

Original comment by berkeley...@gmail.com on 1 Oct 2011 at 6:07