@@ -81,7 +81,8 @@ def create_shared_lock(proc_id)
81
81
"\" className\" =>\" org.apache.hadoop.hbase.master.locking.LockProcedure\" , " \
82
82
"\" procId\" =>\" 0\" , \" submittedTime\" =>\" 0\" , \" state\" =>\" RUNNABLE\" , " \
83
83
"\" lastUpdate\" =>\" 0\" , " \
84
- "\" stateMessage\" =>[{\" lockType\" =>\" EXCLUSIVE\" , \" description\" =>\" description\" }]" \
84
+ "\" stateMessage\" =>[{\" lockType\" =>\" EXCLUSIVE\" , \" description\" =>\" description\" }], " \
85
+ "\" executed\" =>false" \
85
86
"}\n \n " ,
86
87
output )
87
88
end
@@ -101,7 +102,8 @@ def create_shared_lock(proc_id)
101
102
"\" className\" =>\" org.apache.hadoop.hbase.master.locking.LockProcedure\" , " \
102
103
"\" procId\" =>\" 0\" , \" submittedTime\" =>\" 0\" , \" state\" =>\" RUNNABLE\" , " \
103
104
"\" lastUpdate\" =>\" 0\" , " \
104
- "\" stateMessage\" =>[{\" lockType\" =>\" EXCLUSIVE\" , \" description\" =>\" description\" }]" \
105
+ "\" stateMessage\" =>[{\" lockType\" =>\" EXCLUSIVE\" , \" description\" =>\" description\" }], " \
106
+ "\" executed\" =>false" \
105
107
"}\n \n " ,
106
108
output )
107
109
end
@@ -119,7 +121,8 @@ def create_shared_lock(proc_id)
119
121
"\" className\" =>\" org.apache.hadoop.hbase.master.locking.LockProcedure\" , " \
120
122
"\" procId\" =>\" 1\" , \" submittedTime\" =>\" 0\" , \" state\" =>\" RUNNABLE\" , " \
121
123
"\" lastUpdate\" =>\" 0\" , " \
122
- "\" stateMessage\" =>[{\" lockType\" =>\" EXCLUSIVE\" , \" description\" =>\" description\" }]" \
124
+ "\" stateMessage\" =>[{\" lockType\" =>\" EXCLUSIVE\" , \" description\" =>\" description\" }], " \
125
+ "\" executed\" =>false" \
123
126
"}\n \n " \
124
127
"TABLE(hbase:namespace)\n " \
125
128
"Lock type: SHARED, count: 1\n \n " ,
@@ -143,7 +146,8 @@ def create_shared_lock(proc_id)
143
146
"\" className\" =>\" org.apache.hadoop.hbase.master.locking.LockProcedure\" , " \
144
147
"\" procId\" =>\" 2\" , \" submittedTime\" =>\" 0\" , \" state\" =>\" RUNNABLE\" , " \
145
148
"\" lastUpdate\" =>\" 0\" , " \
146
- "\" stateMessage\" =>[{\" lockType\" =>\" EXCLUSIVE\" , \" description\" =>\" description\" }]" \
149
+ "\" stateMessage\" =>[{\" lockType\" =>\" EXCLUSIVE\" , \" description\" =>\" description\" }], " \
150
+ "\" executed\" =>false" \
147
151
"}\n \n " ,
148
152
output )
149
153
end
@@ -168,7 +172,8 @@ def create_shared_lock(proc_id)
168
172
"\" className\" =>\" org.apache.hadoop.hbase.master.locking.LockProcedure\" , " \
169
173
"\" procId\" =>\" 3\" , \" submittedTime\" =>\" 0\" , \" state\" =>\" RUNNABLE\" , " \
170
174
"\" lastUpdate\" =>\" 0\" , " \
171
- "\" stateMessage\" =>[{\" lockType\" =>\" EXCLUSIVE\" , \" description\" =>\" description\" }]" \
175
+ "\" stateMessage\" =>[{\" lockType\" =>\" EXCLUSIVE\" , \" description\" =>\" description\" }], " \
176
+ "\" executed\" =>false" \
172
177
"}\n \n " ,
173
178
output )
174
179
end
@@ -198,14 +203,14 @@ def create_shared_lock(proc_id)
198
203
"\" lastUpdate\" =>\" 0\" , \" stateMessage\" =>[{" \
199
204
"\" lockType\" =>\" EXCLUSIVE\" , " \
200
205
"\" tableName\" =>{\" namespace\" =>\" bnM0\" , \" qualifier\" =>\" dGFibGU0\" " \
201
- "}, \" description\" =>\" description\" }]}\n " \
206
+ "}, \" description\" =>\" description\" }], \" executed \" =>false }\n " \
202
207
"Waiting procedures\n " \
203
208
"{\" className\" =>\" org.apache.hadoop.hbase.master.locking.LockProcedure\" , " \
204
209
"\" procId\" =>\" 2\" , \" submittedTime\" =>\" 0\" , \" state\" =>\" RUNNABLE\" , " \
205
210
"\" lastUpdate\" =>\" 0\" , \" stateMessage\" =>[{" \
206
211
"\" lockType\" =>\" SHARED\" , " \
207
212
"\" tableName\" =>{\" namespace\" =>\" bnM0\" , \" qualifier\" =>\" dGFibGU0\" }, " \
208
- "\" description\" =>\" description\" }]}\n " \
213
+ "\" description\" =>\" description\" }], \" executed \" =>false }\n " \
209
214
"1 row(s)\n \n " ,
210
215
output )
211
216
end
0 commit comments