You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/12/28 19:58:33 UTC

[GitHub] [accumulo-proxy] DomGarguilo commented on issue #47: Update compaction techniques

DomGarguilo commented on issue #47:
URL: https://github.com/apache/accumulo-proxy/issues/47#issuecomment-1366885312

   I am working on this ticket now but am running into an issue. I'm not sure how to package up a custom `CompactionSelector` into a jar to be used in the proxy. Currently, there is a jar file containing a compaction strategy (which is deprecated and is what we are trying to replace here). In one of the tests, the jar is read and then the class name is sent along with the compact command. I assume we need to do something similar with a `CompactionSelector` and `CompactionConfigurer` to make sure things work with the new compaction methods.
   
   https://github.com/apache/accumulo-proxy/blob/d7988f812c50f78bafde4e94ab13f6aaaca92041/src/test/java/org/apache/accumulo/proxy/its/SimpleProxyBase.java#L2707-L2714
   
   https://github.com/apache/accumulo-proxy/blob/d7988f812c50f78bafde4e94ab13f6aaaca92041/src/test/java/org/apache/accumulo/proxy/its/SimpleProxyBase.java#L2736
   
   If anyone could point me in the right direction for creating these jar files that would be helpful.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org