[ 
https://issues.apache.org/jira/browse/HBASE-9300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13748585#comment-13748585
 ] 

Eric Charles commented on HBASE-9300:
-------------------------------------

[[email protected]] I have uploaded a new patch which is readable 
https://issues.apache.org/jira/secure/attachment/12599627/HBASE-6581-3.patch)
You should there see a new Syncer interface.
                
> 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
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to