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 2019/04/30 14:54:11 UTC

[GitHub] [accumulo] keith-turner opened a new issue #1141: Accumulo 2.0.0 create table options silently ignored by 1.9

keith-turner opened a new issue #1141: Accumulo 2.0.0 create table options silently ignored by 1.9
URL: https://github.com/apache/accumulo/issues/1141
 
 
   I tried running an Accumulo 2.0.0-SNAP shell and connecting to 1.9 servers.  I was able to scan and insert data.  For create table 2.0.0 has new options for creating a table with splits and offline. I tried using these new options and the table was created, but the options were silently ignored.
   
   The problem is the following 1.9 code only expects two arguments, but ignores more than 2.  The 2.0.0 code will pass more than 2.
   
   https://github.com/apache/accumulo/blob/rel/1.9.3/server/master/src/main/java/org/apache/accumulo/master/FateServiceHandler.java#L147
   
   I think argument handling in FateServiceHandler should be more strict, throwing an exception if there are extra arguments.  This should be done in 2.0 and possibly 1.9 if it would not break older 1.9 clients.

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


With regards,
Apache Git Services