Daniel Roberts
Daniel Roberts
Create the queue: `queue = self.add_resource(sqs.Queue("QueueName", QueueName="QueueName",VisibilityTimeout=30))` Policy is defined as straight JSON: `policy = {"action": ["filterEvent1", "filterEvent2"]} }` Subscription is made using pre-existing topic: `self.add_resource(sns.SubscriptionResource("QueueName" + "Subscription", Protocol="sqs", Endpoint=GetAtt(queue,...
This metric value could also be a count of tablets undergoing migration, and could report 0 when fully balanced.
also update the ration to ratio spelling
This could also be solved by excluding the entries written from the progress bar if they are coming from bulk import files
This seems to only be an issue with the rfile-info command. Accumulo is able to bulk import the old files and read them successfully.
@sparkyy34 discovered this bug if there are any more questions.
> This is a nice change because it makes the 3.1 release have the following > > * removes the experimental status of external compaction > * external compactions in...
> I like this concept. I was wondering if we could add default methods to existing interfaces for this new validation that calls init() for some plugins. Experimented with doing...
> > I removed this code with my changes in #4273 since the config is no longer across multiple properties. But would it make sense to add some sort of...
@kevinrr888 when I wrote #4422 I had confirmed that the progress counts in the compaction-coordinator log files were also incorrect values which matched the monitor output because I wasn't sure...