You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "hemanthboyina (Jira)" <ji...@apache.org> on 2020/06/24 13:46:00 UTC

[jira] [Created] (HDFS-15434) RBF: MountTableResolver#getDestinationForPath failing with AssertionError from localCache

hemanthboyina created HDFS-15434:
------------------------------------

             Summary: RBF: MountTableResolver#getDestinationForPath failing with AssertionError from localCache
                 Key: HDFS-15434
                 URL: https://issues.apache.org/jira/browse/HDFS-15434
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: hemanthboyina


{code:java}
org.apache.hadoop.ipc.Remote.Exception : java.lang.AssertionError 
com.google.common.cache.LocalCache$Segment.evictEntries(LocalCache.java:2698) 
at com.google.common.cache.LocalCache$Segment.storeLoadedValue(LocalCache.java:3166) 
at com.google.common.cache.LocalCache$Segment.getAndRecordStats(LocalCache.java:2386)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2351) 
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2313) 
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2228) at
at com.google.common.cache.LocalCache.get(LocalCache.java:3965) 
at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4764)
at org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver.getDestinationForPath(MountTableResolver.java:382)
at org.apache.hadoop.hdfs.server.federation.resolver.MultipleDestinationMountTableResolver.getDestinationForPath(MultipleDestinationMountTableResolver.java:87)
at org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer.getLocationsForPath(RouterRpcServer.java:1406)
at org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer.getLocationsForPath(RouterRpcServer.java:1389)
at org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol.getFileInfo(RouterClientProtocol.java:741)
at org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer.getFileInfo(RouterRpcServer.java:763) {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org