You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/06/16 17:53:00 UTC

[jira] [Resolved] (HBASE-9300) Deal with Hadoop Syncable.sync() removal

     [ https://issues.apache.org/jira/browse/HBASE-9300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Kyle Purtell resolved HBASE-9300.
----------------------------------------
    Resolution: Incomplete

> Deal with Hadoop Syncable.sync() removal
> ----------------------------------------
>
>                 Key: HBASE-9300
>                 URL: https://issues.apache.org/jira/browse/HBASE-9300
>             Project: HBase
>          Issue Type: New Feature
>            Reporter: Eric Charles
>            Priority: Major
>
> HADOOP-8124 has removed Syncable.sync() in favor of Syncable.hsync().
> Our ProtobufLogWriter calls sync(), which breaks the build when building with Hadoop 3.0.0-SNAPSHOT.
> HBASE-6581 proposes to use reflection in the compat modules to call the correct method (sync for hadoop1* and hadoop2* profiles, hsync for hadoop3 profiles).
> This JIRA is here to validate this approach.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)