This is an automated email from the ASF dual-hosted git repository.

kturner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git.


    from b890a97  Fix #1210 Create type for time in metadata (#1275)
     add 0ed7290  fix #1277 respond to Hadoop shutdown hook more aggressively 
(#1279)
     add a1a573b  Log per tserver contact times at trace in Master (#1283)
     add 632a210  Fix #1252 Created SequenceLexicoder (#1257)
     new 9edd505  Merge branch '2.0'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../core/client/lexicoder/ListLexicoder.java       |  6 ++
 .../core/client/lexicoder/SequenceLexicoder.java   | 96 ++++++++++++++++++++++
 .../main/java/org/apache/accumulo/fate/Fate.java   | 17 +++-
 .../core/client/lexicoder/ListLexicoderTest.java   |  6 ++
 .../client/lexicoder/SequenceLexicoderTest.java    | 78 ++++++++++++++++++
 .../java/org/apache/accumulo/master/Master.java    |  4 +-
 6 files changed, 201 insertions(+), 6 deletions(-)
 create mode 100644 
core/src/main/java/org/apache/accumulo/core/client/lexicoder/SequenceLexicoder.java
 create mode 100644 
core/src/test/java/org/apache/accumulo/core/client/lexicoder/SequenceLexicoderTest.java

Reply via email to