ATLANTBH / jmeter-components

Apache jMeter components
Apache License 2.0
78 stars 51 forks source link

Cannot Create HBase Record #18

Open belugabehr opened 6 years ago

belugabehr commented 6 years ago

If I try to create a record, it fails with the following error:

2018-04-03 20:39:04,021 ERROR o.a.j.t.JMeterThread: Error while processing sampler: 'HBase CRUD Sampler'.

java.lang.NullPointerException: null
    at com.atlantbh.jmeter.plugins.hbasecrud.HbaseCrud.sample(HbaseCrud.java:214) ~[atlantbh-components-1.1.0-SNAPSHOT.jar:?]
    at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:498) ~[ApacheJMeter_core.jar:3.3 r1808647]
    at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:424) [ApacheJMeter_core.jar:3.3 r1808647]
    at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:255) [ApacheJMeter_core.jar:3.3 r1808647]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_162]

Works OK if I'm updating an existing row