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