mastgateway infothreads

Returns information on the threads processing the offload or recall operation.

Syntax

mrconfig mastgateway infothreads

Parameters

None

Output

The command returns the following if it is run during an ongoing offload or recall operation.

threadId The ID of the thread processing the operation.
volId The ID of the volume being offloaded.
cid The ID of the container associated with the volume.
cgid The gateway ID of the container associated with the volume.
op The operation being processed. Value can be:
  • VolumeOffload
  • VolumeRecall

Example

Retrieve information on the threads processing the offload:

~# /opt/mapr/server/mrconfig -p 8660 mastgateway infothreads
InfoThreads on 127.0.0.1:8660
threadId: 0
volId: 23315726
cid: 2128
cgid: 2078
op: VolumeOffload

threadId: 1
volId: 23315726
cid: 2130
cgid: 2054
op: VolumeOffload

threadId: 10
volId: 23315726
cid: 2127
cgid: 2096
op: VolumeOffload

threadId: 11
volId: 23315726
cid: 2129
cgid: 2082
op: VolumeOffload

threadId: 12
volId: 23315726
cid: 2131
cgid: 2091
op: VolumeOffload