[ https://issues.apache.org/jira/browse/OMID-137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16805795#comment-16805795 ]
Yonatan Gottesman commented on OMID-137: ---------------------------------------- You are right, we updated phoenix but waited to send you the patch when were done with omid. I added the file its for phoenix 4.x-HBase-1.4 > collections4.map.LRUMap is missing in 1.0.1 > ------------------------------------------- > > Key: OMID-137 > URL: https://issues.apache.org/jira/browse/OMID-137 > Project: Apache Omid > Issue Type: Bug > Affects Versions: 1.0.1 > Reporter: Lars Hofhansl > Priority: Major > Attachments: phoenix_omid_101.patch > > > Just tried running with 1.0.1 and HBase 1.5.0 and Phoenix 4.15.0 and I see > this in the region server. Looks like it forgets to pull in the LRUMap > dependency. > {code} > 2019-03-29 19:17:09,491 ERROR > [RpcServer.default.FPBQ.Fifo.handler=29,queue=2,po > rt=16201] coprocessor.CoprocessorHost: The coprocessor > org.apache.phoenix.coproc > essor.OmidTransactionalProcessor threw java.lang.NoClassDefFoundError: > org/apach > e/commons/collections4/map/LRUMap > java.lang.NoClassDefFoundError: org/apache/commons/collections4/map/LRUMap > at > org.apache.omid.transaction.TransactionVisibilityFilterBase.<init>(Tr > ansactionVisibilityFilterBase.java:59) > at > org.apache.omid.transaction.TransactionFilters.getVisibilityFilter(Tr > ansactionFilters.java:29) > at > org.apache.omid.transaction.OmidSnapshotFilter.preScannerOpen(OmidSna > pshotFilter.java:164) > at > org.apache.omid.transaction.OmidSnapshotFilter.preScannerOpen(OmidSnapshotFilter.java:146) > at > org.apache.phoenix.coprocessor.DelegateRegionObserver.preScannerOpen(DelegateRegionObserver.java:571) > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)