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 2021/05/02 15:14:17 UTC

[GitHub] [accumulo] EdColeman edited a comment on pull request #2055: Renamed fields

EdColeman edited a comment on pull request #2055:
URL: https://github.com/apache/accumulo/pull/2055#issuecomment-830824055


   The lines that need changed are:
   
   [line 366](https://github.com/apache/accumulo/blob/4f35e6aff1763d4b19d1e93036260094b47cc589/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServerResourceManager.java#L366)
   
   [line 370](https://github.com/apache/accumulo/blob/4f35e6aff1763d4b19d1e93036260094b47cc589/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServerResourceManager.java#L370)
   
   [line 862](https://github.com/apache/accumulo/blob/4f35e6aff1763d4b19d1e93036260094b47cc589/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServerResourceManager.java#L862)
   
   The output from running a maven build looks like:
   <details>
     <summary>Click to expand!</summary>
     
   [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project accumulo-tserver: Compilation failure: Compilation failure: 
   [ERROR] /home/auser/workspace/accumulo/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServerResourceManager.java:[366,5] cannot find symbol
   [ERROR]   symbol:   variable summaryPartitionPool
   [ERROR]   location: class org.apache.accumulo.tserver.TabletServerResourceManager
   [ERROR] /home/auser/workspace/accumulo/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServerResourceManager.java:[370,51] cannot find symbol
   [ERROR]   symbol:   variable summaryParitionPool
   [ERROR]   location: class org.apache.accumulo.tserver.TabletServerResourceManager
   [ERROR] /home/auser/workspace/accumulo/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServerResourceManager.java:[862,12] cannot find symbol
   [ERROR]   symbol:   variable summaryParitionPool
   [ERROR]   location: class org.apache.accumulo.tserver.TabletServerResourceManager
   
   </details>
   
   You should at least be able to compile in your ide without errors.  Please make the changes on your branch and the push the changes to github.


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

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