You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2022/09/29 04:25:25 UTC

[GitHub] [hbase] virajjasani commented on a diff in pull request #4756: HBASE-27354 EOF thrown by WALEntryStream causes replication blocking

virajjasani commented on code in PR #4756:
URL: https://github.com/apache/hbase/pull/4756#discussion_r983051371


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/WALEntryStream.java:
##########
@@ -255,15 +255,21 @@ private void dequeueCurrentLog() throws IOException {
    * Returns whether the file is opened for writing.
    */
   private boolean readNextEntryAndRecordReaderPosition() throws IOException {
+    long prePos = reader.getPosition();

Review Comment:
   @wchevreuil for the above stacktrace you mentioned, which version the cluster is running on?



-- 
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: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org