keith-turner commented on a change in pull request #1410: check that the WAL 
directory and log files can sync
URL: https://github.com/apache/accumulo/pull/1410#discussion_r343121247
 
 

 ##########
 File path: 
server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java
 ##########
 @@ -3002,6 +3009,24 @@ public TServerInstance getTabletSession() {
     }
   }
 
+  private void checkWalCanSync(ServerContext context) {
+    VolumeChooserEnvironment chooserEnv =
+        new 
VolumeChooserEnvironmentImpl(VolumeChooserEnvironment.ChooserScope.LOGGER, 
context);
+    String logPath = fs.choose(chooserEnv, 
ServerConstants.getBaseUris(context)) + Path.SEPARATOR
 
 Review comment:
   Its possible there are multiple volumes that could be chosen for logging.  
Not sure what the best way to get them all is though.  

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to