wal_roll
Contents
Definition
Rolls the WAL writer, i.e. starts writing log messages into a new file. Needs the Region Server name.
Usage
wal_roll '<region_server_name>,<port_number>,<start_code>'
Parameter | Description |
---|---|
region_server_name |
A Region Server name |
port_number |
A port number |
start_code |
A Server start code |
TIP
You can get <server_name> , <port_number> , and <start_code> using the status 'simple' command.
|