anoopsjohn commented on a change in pull request #939: HBASE-23349 : Notify
readers if archival of compacted store files is stuck due to scanners
URL: https://github.com/apache/hbase/pull/939#discussion_r358290465
##########
File path: hbase-common/src/main/resources/hbase-default.xml
##########
@@ -1930,4 +1930,21 @@ possible configurations would overwhelm and obscure the
important.
this feature.
</description>
</property>
+ <property>
+ <name>hbase.hstore.file.force.archive</name>
+ <value>true</value>
Review comment:
What we do here is reverting the optimization done by adding the
CompactionDischarger thread way. And we make it default ON. This is wrong IMO.
And we initially discussed abt reset this scanner iff the scanners over the
compacted file are not closed after some time period even. But seems we dont do
that also.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services