binlijin commented on a change in pull request #3773:
URL: https://github.com/apache/hbase/pull/3773#discussion_r733366223
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java
##########
@@ -2089,6 +2089,7 @@ public ReplicateWALEntryResponse replay(final
RpcController controller,
final ReplicateWALEntryRequest request) throws ServiceException {
long before = EnvironmentEdgeManager.currentTime();
CellScanner cells = ((HBaseRpcController) controller).cellScanner();
+ ((HBaseRpcController) controller).setCellScanner(null);
Review comment:
There is no null check for the controller in Line 2091, so i not add it
either.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]