You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/07/17 19:33:07 UTC

[jira] [Created] (ACCUMULO-3004) Remove thrown Exceptions when Instance and/or Connector are set multiple times on InputFormat

Josh Elser created ACCUMULO-3004:
------------------------------------

             Summary: Remove thrown Exceptions when Instance and/or Connector are set multiple times on InputFormat
                 Key: ACCUMULO-3004
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3004
             Project: Accumulo
          Issue Type: Improvement
    Affects Versions: 1.6.0, 1.5.1
            Reporter: Josh Elser
             Fix For: 1.7.0


If a user happens to set the Connector for Instance information on the same Configuration object multiple times, they get slammed with an IllegalArgumentException.

These setters should be idempotent and having them invoked with the same data multiple times should not change the serialized form in the Configuration.

Tentatively marked for 1.7.0 as its a change in how 1.5 and 1.6 currently operate.



--
This message was sent by Atlassian JIRA
(v6.2#6252)