Hi Jason, How are you loading your coprocessor? Are you setting a HTableDescriptor value to load the cp on a specific table, or using the "hbase.coprocessor.region.classes" system-wide config?
If the latter, I'm wondering if you're seeing puts to the .META. table. Have you checked the table name with RegionCoprocessorEnvironment.getRegion().getRegionInfo().getTableDesc().getName()? > Info seems to be a family that's given to the Coprocessor, at least > when the test case uses HBaseTestingUtility. > > Your cp should just be getting the contents of Put.getFamilyMap(). Can you share more info about your table schema, operations you're performing and testing, or even sample code? Thanks, Gary
