Re: accumulo not balancing while shutting down servers

2020-08-06 Thread vLex Systems
fixes. It looks like the fix for this one was > included in 1.9.3, according to the GitHub pull request. > > On Thu, Aug 6, 2020 at 6:09 AM vLex Systems wrote: > > > > Hi all, > > > > We're running accumulo 1.7.1 and we think we've hit bug ACCUMUL

accumulo not balancing while shutting down servers

2020-08-06 Thread vLex Systems
Hi all, We're running accumulo 1.7.1 and we think we've hit bug ACCUMULO-4410. https://issues.apache.org/jira/browse/ACCUMULO-4410 We've decommissioned an accumulo tablet server and we're seeing this error in the accumulo master log: [master.Master] DEBUG: not balancing while shutting down server

Re: Problems with accumulo replication

2018-01-02 Thread vLex Systems
ils. You can look at the > TabletServer logs on the primary instance to see if there are any reported > exceptions around sending the data to the peer. > > > On 12/29/17 8:24 AM, vLex Systems wrote: >> >> Hi, >> >> I've configured replication between two

Problems with accumulo replication

2017-12-29 Thread vLex Systems
Hi, I've configured replication between two instances of accumulo: one is the primary accumulo and the other is a peer created from a restore of the backup of the primary. I've followed the instructions in the manual (https://accumulo.apache.org/1.7/accumulo_user_manual#_replication) and I can se

Re: BloomFilter error: stream is closed

2017-12-22 Thread vLex Systems
our RFiles are, or the > compaction ratio, or other settings to try to reduce the number of files > open concurrently on the tablet servers. > > > On Thu, Dec 21, 2017 at 10:34 AM vLex Systems wrote: >> >> Hi >> >> We've activated the bloomfilter on a

BloomFilter error: stream is closed

2017-12-21 Thread vLex Systems
Hi We've activated the bloomfilter on an accumulo table to see if it helped with the CPU usage and we're seeing this messages in our tserver debug log: 2017-12-20 12:08:28,800 [impl.CachableBlockFile] DEBUG: Error full blockRead for file hdfs://10.0.32.143:9000/accumulo/tables/6/t-013/F0008k4

Re: problems restoring backups

2017-10-17 Thread vLex Systems
ing > everything out on the server side if not. > > On Wed, Oct 11, 2017 at 3:05 AM, vLex Systems > wrote: > > Hi, > > > > I'm doing backups of an accumulo database following the procedure in > > the readme (clonetable, offline and exporttable). I distcp to s3 and &

problems restoring backups

2017-10-11 Thread vLex Systems
Hi, I'm doing backups of an accumulo database following the procedure in the readme (clonetable, offline and exporttable). I distcp to s3 and also upload the exportMetaddata.zip to s3. I do the restore by downloading the files from s3, distcping them to hadoopfs and then doing the importtable. W