[GitHub] milleruntime commented on issue #299: ACCUMULO-4702 Removed Beta Guava dependencies

2017-09-15 Thread git
worth it to copy in/replace all Beta code in 1.8. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about

[GitHub] asfgit closed pull request #253: ACCUMULO-4086 Improve volume chooser fallback

2017-09-11 Thread git
asfgit closed pull request #253: ACCUMULO-4086 Improve volume chooser fallback URL: https://github.com/apache/accumulo/pull/253 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] milleruntime commented on issue #298: ACCUMULO-4704 Check for use of Guava @Beta

2017-09-13 Thread git
in Master. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Wi

[GitHub] PircDef opened a new pull request #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-15 Thread git
is somehow written. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact

[GitHub] keith-turner commented on a change in pull request #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-18 Thread git
g a small range of key+val size that would only be caught later when encoding the block. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go

[GitHub] keith-turner commented on a change in pull request #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-18 Thread git
- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] keith-turner commented on a change in pull request #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-18 Thread git
. Also, Key.toString() truncates anything that is too long so we could leverage that possibly include the key. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use th

[GitHub] keith-turner commented on a change in pull request #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-18 Thread git
ceeds " + Integer.MAX_VALUE + " bytes."); Review comment: Would be nice to include the size. Also why not have the sanityCheck method throw the exception? This is an automated message from the Apache Git Service. To respond to the

[GitHub] ctubbsii commented on a change in pull request #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-18 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] ctubbsii commented on a change in pull request #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-18 Thread git
h would simplify these IllegalArgumentException checks and throws. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this

[GitHub] ctubbsii commented on a change in pull request #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-18 Thread git
: This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] ctubbsii commented on a change in pull request #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-18 Thread git
.MAX_VALUE) { Review comment: Same comment about casts. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For que

[GitHub] ctubbsii commented on a change in pull request #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-18 Thread git
t time. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apac

[GitHub] ctubbsii commented on a change in pull request #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-18 Thread git
ngs. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With rega

[GitHub] ctubbsii commented on issue #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-18 Thread git
we get this into master, or you can base your changes on the 1.7 branch, and we can merge forward onto 1.8 and master branches after merging it into 1.7. It's up to you. This is an automated message from the Apache Git Service

[GitHub] keith-turner commented on a change in pull request #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-19 Thread git
? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] keith-turner commented on a change in pull request #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-19 Thread git
key.getSize() +" " + (long) value.getSize()) ``` ---- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure

[GitHub] keith-turner commented on a change in pull request #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-19 Thread git
up in the API if in Key. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] keith-turner commented on a change in pull request #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-19 Thread git
up in the API if in Key. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] ctubbsii commented on a change in pull request #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-21 Thread git
int, but if implementation starts returning some larger value (for whatever reason), we don't want to let that through either. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] jmark99 opened a new pull request #301: Accumulo 2907 Invalidate "this may not be applicable for your security setup" warning from initialize

2017-09-21 Thread git
p" warning from initialize Updated console message in the getRootPassword method to remove unnecessary warning about the users security setup. This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] ctubbsii commented on a change in pull request #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-22 Thread git
ary, then a comment explaining that (eg. "arbitrary size in the range of ... ") would be helpful. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the UR

[GitHub] ctubbsii commented on a change in pull request #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-22 Thread git
Review comment: I think this was intended to be placed in the main properties section, not the one inside this profile. A simple mistake. :) This is an automated message from the Apache Git Service. To respond to the message

[GitHub] ctubbsii commented on a change in pull request #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-22 Thread git
Review comment: I think this was intended to be placed in the mail properties section, not the one inside this profile. A simple mistake. :) This is an automated message from the Apache Git Service. To respond to the message

[GitHub] ctubbsii commented on a change in pull request #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-21 Thread git
we're already checking that the INSTANCE_ZK_TIMEOUT value is within an allowable range. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the sp

[GitHub] milleruntime commented on issue #25: Simplified documentation

2017-09-20 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git

[GitHub] mikewalch commented on issue #25: Simplified documentation

2017-09-20 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] milleruntime commented on issue #25: Simplified documentation

2017-09-20 Thread git
the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] mikewalch opened a new pull request #25: Simplified documentation

2017-09-20 Thread git
/ This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] milleruntime commented on issue #299: ACCUMULO-4702 Removed Beta Guava dependencies

2017-09-15 Thread git
com.google.common.util.concurrent.RateLimiter, which is annotated with @Beta At GuavaRateLimiter.java This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment

[GitHub] milleruntime commented on issue #299: ACCUMULO-4702 Removed Beta Guava dependencies

2017-09-15 Thread git
com.google.common.util.concurrent.RateLimiter, which is annotated with Beta At GuavaRateLimiter.java This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment

[GitHub] milleruntime commented on issue #298: ACCUMULO-4704 Check for use of Guava @Beta

2017-09-13 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git

[GitHub] milleruntime opened a new pull request #299: ACCUMULO-4702 Removed Beta Guava dependencies

2017-09-14 Thread git
com.google.common.io.Files com.google.common.hash.HashCode; com.google.common.hash.HashFunction; com.google.common.hash.Hashing; This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] keith-turner commented on a change in pull request #299: ACCUMULO-4702 Removed Beta Guava dependencies

2017-09-14 Thread git
s possible. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards,

[GitHub] ctubbsii commented on issue #298: ACCUMULO-4704 Check for use of Guava @Beta

2017-09-13 Thread git
utomated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] mikewalch closed pull request #25: Simplified documentation

2017-09-22 Thread git
mikewalch closed pull request #25: Simplified documentation URL: https://github.com/apache/accumulo-website/pull/25 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] keith-turner commented on a change in pull request #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-19 Thread git
ERHEAD` This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure

[GitHub] keith-turner commented on a change in pull request #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-09-19 Thread git
nice to mention what the overhead is... its worst case serialization overhead This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific

[GitHub] milleruntime closed pull request #5: ACCUMULO-4717 Add checkstyle plugin to check API

2017-10-06 Thread git
milleruntime closed pull request #5: ACCUMULO-4717 Add checkstyle plugin to check API URL: https://github.com/apache/accumulo-testing/pull/5 This is an automated message from the Apache Git Service. To respond

[GitHub] keith-turner commented on a change in pull request #304: ACCUMULO-4716 Don't cache blks over max array size

2017-10-06 Thread git
+// errors when allocating arrays - described in stackoverflow post: https://stackoverflow.com/a/8381338 Review comment: I like this comment. This is an automated message from the Apache Git Service. To respond to the message

[GitHub] jmark99 commented on issue #304: ACCUMULO-4716 Don't cache blks over max array size

2017-10-06 Thread git
value instead. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact

[GitHub] keith-turner commented on a change in pull request #304: ACCUMULO-4716 Don't cache blks over max array size

2017-10-06 Thread git
ent: Personally, I would make this a static constants because all caps usually implies that by convention. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL ab

[GitHub] keith-turner commented on issue #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-10-02 Thread git
that in the case where the key+value exceeds 2G but compresses to less than 2G that it may be ok. I need to do more investigation. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] mikewalch closed pull request #6: ACCUMULO-4516: TeraSortIngest splits argument is ignored if less that 10

2017-10-02 Thread git
mikewalch closed pull request #6: ACCUMULO-4516: TeraSortIngest splits argument is ignored if less that 10 URL: https://github.com/apache/accumulo-examples/pull/6 This is an automated message from the Apache Git Service

[GitHub] jmark99 commented on issue #302: ACCUMULO-2968: Axe TabletServer.majorCompactorDisabled

2017-10-04 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache

[GitHub] keith-turner commented on issue #302: ACCUMULO-2968: Axe TabletServer.majorCompactorDisabled

2017-10-04 Thread git
`pages/people.md` [1]: http://accumulo.apache.org/people/ [2]: https://github.com/apache/accumulo-website This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] FineAndDandy commented on a change in pull request #303: ACCUMULO-4713: Correctly set ranges for IteratorUtil.maximizeStartKey?

2017-10-04 Thread git
IN_VALUE) { +if (range.getEndKey() != null) { Key seekKey = new Key(seekRange.getEndKey()); Review comment: will fix This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] FineAndDandy commented on a change in pull request #303: ACCUMULO-4713: Correctly set ranges for IteratorUtil.maximizeStartKey?

2017-10-04 Thread git
it.init(null, is.getOptions(), null); + +Key startKey = new Key(); +Key endKey = new Key(row, colf, colq, cv, Long.MIN_VALUE); +Range testRange = new Range(startKey, false, endKey, true); Review comment: will fix ---

[GitHub] keith-turner closed pull request #302: ACCUMULO-2968: Axe TabletServer.majorCompactorDisabled

2017-10-04 Thread git
keith-turner closed pull request #302: ACCUMULO-2968: Axe TabletServer.majorCompactorDisabled URL: https://github.com/apache/accumulo/pull/302 This is an automated message from the Apache Git Service. To respond

[GitHub] FineAndDandy commented on a change in pull request #303: ACCUMULO-4713: Correctly set ranges for IteratorUtil.maximizeStartKey?

2017-10-04 Thread git
111L); +it.next(); +assertFalse(it.hasTop()); + } + + public class IteratorToSortedKeyValueIterator implements SortedKeyValueIterator<Key,Value> { Review comment: I think I can rework this to use a deleted flag rather than the internal class for testing. The important part was that

[GitHub] jmark99 commented on issue #302: ACCUMULO-2968: Axe TabletServer.majorCompactorDisabled

2017-10-04 Thread git
> the thread > <https://github.com/notifications/unsubscribe-auth/AeHFYWkEVFD5CfiwwJ8NE_13k1H7to3Hks5so46igaJpZM4PrDna> > . > ---- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] keith-turner commented on issue #302: ACCUMULO-2968: Axe TabletServer.majorCompactorDisabled

2017-10-04 Thread git
ing issues to work on let me know. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, ple

[GitHub] ctubbsii commented on issue #303: ACCUMULO-4713: Correctly set ranges for IteratorUtil.maximizeStartKey?

2017-10-03 Thread git
use shorter subject lines in git log messages. Can provide as much detail as needed in the commit log body, but the subject should be short, or it messes up the readability of tons of git tooling. Here's one (of many) guide which could be used: https://chris.beams.io/posts/git-commit

[GitHub] FineAndDandy commented on issue #303: ACCUMULO-4713: Correctly set ranges for IteratorUtil.maximizeStartKey?

2017-10-03 Thread git
? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] ctubbsii commented on issue #303: ACCUMULO-4713: Correctly set ranges for IteratorUtil.maximizeStartKey?

2017-10-03 Thread git
use shorter subject lines in git log messages. Can provide as much detail as needed in the commit log body, but the subject should be short, or it messes up the readability of tons of git tooling. Here's one (of many) guide which could be used: https://chris.beams.io/posts/git-commit

[GitHub] jmark99 commented on issue #302: ACCUMULO-2968: Axe TabletServer.majorCompactorDisabled

2017-10-04 Thread git
> the thread > <https://github.com/notifications/unsubscribe-auth/AeHFYUQTQ3iMtEQjNJj6DG2WPqtwQyUfks5so8PygaJpZM4PrDna> > . > -------- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] jmark99 commented on issue #302: ACCUMULO-2968: Axe TabletServer.majorCompactorDisabled

2017-10-04 Thread git
---- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] keith-turner commented on issue #302: ACCUMULO-2968: Axe TabletServer.majorCompactorDisabled

2017-10-04 Thread git
are interested I just opened [ACCUMULO-4716](https://issues.apache.org/jira/browse/ACCUMULO-4716). Its something I ran into recently. This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] keith-turner commented on issue #300: ACCUMULO-4708 Limit RFile block size to 2GB

2017-10-03 Thread git
was surprised the test with uncompressible data worked. I suspect it created a compressed block larger than 2G which I was thinking would fail. Need to dig and understand why it worked. This is an automated message from the Apache Git

[GitHub] keith-turner commented on a change in pull request #302: ACCUMULO-2968: Axe TabletServer.majorCompactorDisabled

2017-10-03 Thread git
this comment can be omitted This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact

[GitHub] keith-turner commented on a change in pull request #302: ACCUMULO-2968: Axe TabletServer.majorCompactorDisabled

2017-10-03 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] keith-turner commented on a change in pull request #302: ACCUMULO-2968: Axe TabletServer.majorCompactorDisabled

2017-10-03 Thread git
eference to !isMajorCompactionDisabled in return Review comment: I think this comment can be omitted This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL abo

[GitHub] keith-turner commented on a change in pull request #302: ACCUMULO-2968: Axe TabletServer.majorCompactorDisabled

2017-10-03 Thread git
: Removed if condition that always returned false. Review comment: I think this comment can be omitted This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above

[GitHub] ctubbsii commented on issue #303: ACCUMULO-4713: Correctly set ranges for IteratorUtil.maximizeStartKey?

2017-10-03 Thread git
log messages when we merge, if we want. I wouldn't worry about it for this one, unless you really want to, in which case a quick `git commit --amend` and force push to your branch would do it. This is an automated message from

[GitHub] keith-turner commented on a change in pull request #303: ACCUMULO-4713: Correctly set ranges for IteratorUtil.maximizeStartKey?

2017-10-03 Thread git
ed here. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Ap

[GitHub] keith-turner commented on a change in pull request #303: ACCUMULO-4713: Correctly set ranges for IteratorUtil.maximizeStartKey?

2017-10-03 Thread git
, personally I would combine the code somehow. Could have a function that each test calls or a single test with a loop like : ```java for(boolean endKeyInclusive : new boolean[]{false,true}){ //all test code here } ---

[GitHub] keith-turner commented on a change in pull request #303: ACCUMULO-4713: Correctly set ranges for IteratorUtil.maximizeStartKey?

2017-10-03 Thread git
hub.com/apache/accumulo/blob/rel/1.8.1/core/src/main/java/org/apache/accumulo/core/iterators/SortedMapIterator.java)? It actually does something for seek, which seems like it would be better for the test? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] adamjshook opened a new pull request #305: [ACCUMULO-4591] Add replication latency metrics

2017-10-10 Thread git
section of the replication table. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] jmark99 opened a new pull request #309: ACCUMULO-4722 Use Objects.equals in Pairs class"

2017-10-15 Thread git
e use of the java.util.Objects.equals method. Updated the test class to verify several variations of the equals method. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above

[GitHub] jmark99 opened a new pull request #304: ACCUMULO-4716 Don't cache blks over max array size

2017-10-05 Thread git
OutofMemory error as described in StackOverflow post https://stackoverflow.com/a/8381338 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific

[GitHub] FineAndDandy commented on issue #303: ACCUMULO-4713: Correctly set ranges for IteratorUtil.maximizeStartKey?

2017-10-05 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] FineAndDandy opened a new pull request #27: Add FineAndDandy as contributor

2017-10-05 Thread git
! This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git

[GitHub] milleruntime closed pull request #27: Add FineAndDandy as contributor

2017-10-05 Thread git
milleruntime closed pull request #27: Add FineAndDandy as contributor URL: https://github.com/apache/accumulo-website/pull/27 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] keith-turner closed pull request #307: ACCUMULO-4170 Clarify ClientConfiguration javadocs

2017-10-13 Thread git
keith-turner closed pull request #307: ACCUMULO-4170 Clarify ClientConfiguration javadocs URL: https://github.com/apache/accumulo/pull/307 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] keith-turner closed pull request #306: ACCUMULO-4170 Clarify ClientConfiguration javadocs

2017-10-13 Thread git
keith-turner closed pull request #306: ACCUMULO-4170 Clarify ClientConfiguration javadocs URL: https://github.com/apache/accumulo/pull/306 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] keith-turner commented on issue #308: ACCUMULO-4170 Clarify ClientConfiguration javadocs

2017-10-13 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] keith-turner closed pull request #308: ACCUMULO-4170 Clarify ClientConfiguration javadocs

2017-10-13 Thread git
keith-turner closed pull request #308: ACCUMULO-4170 Clarify ClientConfiguration javadocs URL: https://github.com/apache/accumulo/pull/308 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] keith-turner commented on issue #306: ACCUMULO-4170 Clarify ClientConfiguration javadocs

2017-10-13 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] milleruntime commented on issue #6: ACCUMULO-4718 Add HADOOP_CONF_DIR to rw-local cp

2017-10-13 Thread git
with the quick test I ran using: accumulo-testing rw-yarn 1 Bulk.xml This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment

[GitHub] ivakegg commented on issue #284: ACCUMULO-4686 Fix upgrade process to set version in all volumes.

2017-08-30 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] mikewalch closed pull request #22: Adding draft release notes for 2.0.0

2017-09-05 Thread git
mikewalch closed pull request #22: Adding draft release notes for 2.0.0 URL: https://github.com/apache/accumulo-website/pull/22 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] ctubbsii opened a new pull request #23: Update Jekyll gem versions

2017-09-05 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards

[GitHub] ctubbsii commented on issue #23: Update Jekyll gem versions

2017-09-05 Thread git
irect, rather than doing the substitution for `/1.8`. Perhaps @mikewalch can take a look, as I think he's a bit more familiar with the redirection plugins. This is an automated message from the Apache Git Service. To respond to the me

[GitHub] ctubbsii commented on issue #23: Update Jekyll gem versions

2017-09-05 Thread git
, rather than doing the substitution for `/1.8`. Perhaps @mikewalch can take a look, as I think he's a bit more familiar with the redirection plugins. This is an automated message from the Apache Git Service. To respond to the message

[GitHub] joshelser commented on issue #295: ACCUMULO-4699 Fixed queued work key in replication

2017-09-05 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git

[GitHub] ctubbsii commented on issue #295: ACCUMULO-4699 Fixed queued work key in replication

2017-09-05 Thread git
it. Sorry. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] joshelser commented on issue #295: ACCUMULO-4699 Fixed queued work key in replication

2017-09-05 Thread git
nk that I should write one myself for a few weeks until I forget about it :) This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific commen

[GitHub] joshelser commented on issue #295: ACCUMULO-4699 Fixed queued work key in replication

2017-09-05 Thread git
e fact that the majority of my interactions here are boiling down to arguments over things other than code make me think I need to more aggressively step away. This is an automated message from the Apache Git Service. To resp

[GitHub] ctubbsii commented on issue #295: ACCUMULO-4699 Fixed queued work key in replication

2017-09-05 Thread git
for the trouble. Please move on. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastruct

[GitHub] ctubbsii commented on issue #295: ACCUMULO-4699 Fixed queued work key in replication

2017-09-05 Thread git
for the trouble. Please move on. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] milleruntime commented on issue #295: ACCUMULO-4699 Fixed queued work key in replication

2017-09-05 Thread git
h replication to take a look at it. The only thing I was going to do further was to open up a JIRA ticket for follow on work of creating a test if you thought it was needed. This is an automated message from the Apache Git Servic

[GitHub] ctubbsii commented on issue #23: Update Jekyll gem versions

2017-09-05 Thread git
problem, but something to look for. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] mikewalch opened a new pull request #296: ACCUMULO-4700 Set log4j appender threshold to ALL

2017-09-05 Thread git
mikewalch opened a new pull request #296: ACCUMULO-4700 Set log4j appender threshold to ALL URL: https://github.com/apache/accumulo/pull/296 This is an automated message from the Apache Git Service. To respond

[GitHub] asfgit closed pull request #32: Accumulo 3652 Refactor for slf4j string substitution. Rebased from master, style and merge corrections

2017-09-05 Thread git
the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] asfgit closed pull request #294: Accumulo 3652 sl4j refactoring

2017-09-05 Thread git
asfgit closed pull request #294: Accumulo 3652 sl4j refactoring URL: https://github.com/apache/accumulo/pull/294 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] milleruntime commented on a change in pull request #296: ACCUMULO-4700 Set log4j appender threshold to ALL

2017-09-05 Thread git
by setting it to ALL vs just removing it completely? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about

[GitHub] milleruntime commented on a change in pull request #296: ACCUMULO-4700 Set log4j appender threshold to ALL

2017-09-05 Thread git
curious. Doesn't matter to me This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] mikewalch commented on a change in pull request #296: ACCUMULO-4700 Set log4j appender threshold to ALL

2017-09-05 Thread git
confirming this but I think the default is ALL so it could be removed. I left it to make it easy for users to change but I am OK with it being removed. This is an automated message from the Apache Git Service. To respond

[GitHub] joshelser commented on issue #295: ACCUMULO-4699 Fixed queued work key in replication

2017-09-05 Thread git
mit as-is. :\ This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] milleruntime commented on issue #295: ACCUMULO-4699 Fixed queued work key in replication

2017-09-05 Thread git
est. If you can describe the test, I will create a follow on ticket. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comm

  1   2   3   4   5   6   7   8   9   10   >